diff options
author | Jim Meyering <jim@meyering.net> | 2006-08-27 19:46:26 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2006-08-27 19:46:26 +0000 |
commit | e7573e15d961b7521383f1493f830be6a6251948 (patch) | |
tree | 5f7636cd0498e6d430fd2ee6d07d9b994de92d98 | |
parent | 520a954d7e8823a4c385c662b3b571ae53f125ea (diff) | |
download | coreutils-e7573e15d961b7521383f1493f830be6a6251948.tar.xz |
* NEWS: Mention this.
-rw-r--r-- | ChangeLog | 1 | ||||
-rw-r--r-- | NEWS | 3 |
2 files changed, 4 insertions, 0 deletions
@@ -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. @@ -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. |