]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
* NEWS: Mention this.
authorJim Meyering <jim@meyering.net>
Sun, 27 Aug 2006 19:46:26 +0000 (19:46 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 27 Aug 2006 19:46:26 +0000 (19:46 +0000)
ChangeLog
NEWS

index a15cec1daef356a6005898654ba8169a92534cb5..bdf8adf1360a74369bec8b30b2b569abf1bfd165 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,7 @@
        * src/copy.c (copy_internal): Don't make a backup if the last
        component of the source name is "." or "..".
        Reported by Andreas Schwab in https://savannah.gnu.org/bugs/?17540.
+       * NEWS: Mention this.
        * tests/cp/src-base-dot: New file.  Test for the above fix.
        * tests/cp/Makefile.am (TESTS): Add src-base-dot.
 
diff --git a/NEWS b/NEWS
index b9c984bbe6b4d90e1b3d19f46e7a27b022d01ae9..0409cb4bafa0656768a58ae04a125d5f97475afd 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -11,6 +11,9 @@ GNU coreutils NEWS                                    -*- outline -*-
 
 ** Bug fixes
 
+  cp --backup no longer fails when the last component of a source file
+  name is "." or "..".
+
   "ls --color" would highlight other-writable and sticky directories
   no differently than regular directories on a file system with
   dirent.d_type support.