summaryrefslogtreecommitdiff
path: root/old/fileutils/NEWS
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-10-17 10:14:28 +0000
committerJim Meyering <jim@meyering.net>2001-10-17 10:14:28 +0000
commit321db91227108dc78adde1083f9db2c37abbd24b (patch)
tree7c2cbd37811f0f18fa14c48cf665c64a3e7b93db /old/fileutils/NEWS
parent99a1b10d2e5e19e47883753a858f2aa4354a09d7 (diff)
downloadcoreutils-321db91227108dc78adde1083f9db2c37abbd24b.tar.xz
*** empty log message ***
Diffstat (limited to 'old/fileutils/NEWS')
-rw-r--r--old/fileutils/NEWS9
1 files changed, 9 insertions, 0 deletions
diff --git a/old/fileutils/NEWS b/old/fileutils/NEWS
index f8af31348..08596066d 100644
--- a/old/fileutils/NEWS
+++ b/old/fileutils/NEWS
@@ -1,4 +1,13 @@
[4.1.1]
+* cp's -P option now means the same as --no-dereference, per POSIX.
+ Use --parents to get the old meaning.
+* When copying with the -H and -L options, cp can preserve logical
+ links between source files with --preserve=links
+* cp accepts new options:
+ --preserve[={mode,ownership,timestamps,links,all}]
+ --no-preserve={mode,ownership,timestamps,links,all}
+* cp's -p and --preserve options remain unchanged and are equivalent
+ to `--preserve=mode,ownership,timestamps'
* mv and cp accept a new option: --reply={yes,no,query}; provides a consistent
mechanism to control whether one is prompted about certain existing
destination files. Note that cp's and mv's -f options don't have the