From: Jim Meyering Date: Sun, 3 Mar 2002 22:30:13 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FILEUTILS-4_1_6^0 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c4836a781140ea15e8ce41133cbd07402948f6dc;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/doc/ChangeLog b/doc/ChangeLog index 7eb690d39d..bbefb5002b 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