diff options
author | Jim Meyering <jim@meyering.net> | 2006-06-03 09:04:26 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2006-06-03 09:04:26 +0000 |
commit | 53ca379fa304eeaafaae9691ffc20cba53bd3d59 (patch) | |
tree | 77fcb0ac84d7126684df19cd83d63bf5b90d2a88 /ChangeLog | |
parent | 4c7979f7c249606c0d6b73fd01b92b0825d83741 (diff) | |
download | coreutils-53ca379fa304eeaafaae9691ffc20cba53bd3d59.tar.xz |
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 12 insertions, 1 deletions
@@ -1,7 +1,18 @@ -2006-06-01 Paul Eggert <eggert@cs.ucla.edu> +2006-06-03 Jim Meyering <jim@meyering.net> * Version 6.0-cvs. + Make `cp --link --no-dereference' work also on systems where the + link system call cannot create a hard link to a symbolic link. + * src/copy.c (copy_internal) [LINK_FOLLOWS_SYMLINKS]: Don't use + the link syscall on a symlink when it would do the wrong thing. + Based on the patch by Aurelien Jarno: <http://bugs.debian.org/329451> + * tests/cp/link-no-deref: New file/test for the above. + * tests/cp/Makefile.am (TESTS): Add link-no-deref. + * NEWS: Mention the change (doesn't affect Linux). + +2006-06-01 Paul Eggert <eggert@cs.ucla.edu> + Fix some porting problems in the test cases reported by Ralf Wildenhues for HP-UX 11.23 in: http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00238.html |