*** empty log message ***
authorJim Meyering <jim@meyering.net>
Mon, 7 Aug 2000 08:57:11 +0000 (08:57 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 7 Aug 2000 08:57:11 +0000 (08:57 +0000)
old/fileutils/ChangeLog
old/fileutils/NEWS

index f5f2d21fce05d6f96c8dc0774a777fa8ac9b363e..676d1970426af87dfb46f12c29b0ea87020a80f3 100644 (file)
@@ -1,3 +1,11 @@
+2000-08-07  Jim Meyering  <meyering@lucent.com>
+
+       * src/cp.c (enum) [PARENTS_OPTION]: New member.
+       (long_opts): Update "parents" and deprecated "path" entries to use
+       `PARENTS_OPTION', not `P'.
+       (usage): Update --help output.
+       (main): Warn that the meaning of `-P' will soon change.
+
 2000-08-06  Jim Meyering  <meyering@lucent.com>
 
        * doc/fileutils.texi (cp invocation) [-r]: Remove inaccurate mention of
index c63bdf7e41440b226909cab9adf7b4e3077098b8..4f96c97c0c862633989cb6e85d0639724d4feb17 100644 (file)
@@ -1,5 +1,7 @@
 Changes in release 4.1:
 [4.0y]
+* Using cp's short-named `-P' option evokes the warning that that the
+   meaning of `-P' will soon change.  Use `--parents' instead.
 * chgrp, chmod, and chown: when used with the --verbose option, might give an
   invalid diagnostic (due to clobbered errno) when failing.
 [4.0x]