summaryrefslogtreecommitdiff
path: root/old/fileutils/NEWS
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-03-03 22:29:36 +0000
committerJim Meyering <jim@meyering.net>2002-03-03 22:29:36 +0000
commitc76a2ddf15d5e6f2614949ec072a155547716d03 (patch)
tree885fc13a8e51c741926f4a8493b212b4d948be6b /old/fileutils/NEWS
parent337e4b174dcf0f959ae113acfb9453849e849328 (diff)
downloadcoreutils-c76a2ddf15d5e6f2614949ec072a155547716d03.tar.xz
.
Diffstat (limited to 'old/fileutils/NEWS')
-rw-r--r--old/fileutils/NEWS5
1 files changed, 3 insertions, 2 deletions
diff --git a/old/fileutils/NEWS b/old/fileutils/NEWS
index c2a928909..0ebd33d70 100644
--- a/old/fileutils/NEWS
+++ b/old/fileutils/NEWS
@@ -1,6 +1,7 @@
[4.1.6]
-* cp -r once again preserves symlinks (reverting the change in 4.1.5),
- but now it warns that relying on that behavior is not portable
+* New cp option: --copy-contents.
+* cp -r is now equivalent to cp -R. Use cp -R -L --copy-contents to get the
+ traditional (and rarely desirable) cp -r behavior.
* ls now accepts --time-style=+FORMAT, where +FORMAT works like date's format
* The obsolete usage `touch [-acm] MMDDhhmm[YY] FILE...' is no longer
supported on systems conforming to POSIX 1003.1-2001. Use touch -t instead.