]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Wed, 17 Oct 2001 10:14:28 +0000 (10:14 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 17 Oct 2001 10:14:28 +0000 (10:14 +0000)
old/fileutils/NEWS

index f8af31348f1c7b50e5a958febd0f9dabceefb719..08596066d96694b2e83c02b1d4c19af245fbeb8f 100644 (file)
@@ -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