From c4836a781140ea15e8ce41133cbd07402948f6dc Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 3 Mar 2002 22:30:13 +0000 Subject: [PATCH] *** empty log message *** --- doc/ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/doc/ChangeLog b/doc/ChangeLog index 7eb690d39..bbefb5002 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,15 @@ +2002-03-03 Paul Eggert + + Make cp -r equivalent to cp -R. Add a new cp option --copy-contents + for people who want to emulate the traditional (and rarely desirable) + cp -r behavior. + + * coreutils.texi (cp invocation): Document this. + Fix some related minor bugs: --no-dereference is no longer + equivalent to -d, and --archive (-a) can override the other + symlink options. Warn that cp -R is not portable on symbolic + links unless you also specify -P. + 2002-03-02 Jim Meyering * coreutils.texi (cp invocation): Document that cp -r -- 2.11.4.GIT