diff options
author | Jim Meyering <jim@meyering.net> | 1999-01-31 18:44:14 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1999-01-31 18:44:14 +0000 |
commit | 94fa239afac9f948fcf6f1a524a624990eb75c15 (patch) | |
tree | 0fd4bfe502623e8a08b3d70c599401d3c5c1b535 | |
parent | 4872440d7a09f770322b9691dc8313833f37d330 (diff) | |
download | coreutils-94fa239afac9f948fcf6f1a524a624990eb75c15.tar.xz |
*** empty log message ***
-rw-r--r-- | old/fileutils/ChangeLog | 3 | ||||
-rw-r--r-- | old/fileutils/NEWS | 2 |
2 files changed, 5 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index b9751e75d..1788e570b 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,5 +1,8 @@ 1999-01-31 Jim Meyering <meyering@ascend.com> + * src/ln.c (do_link): Allow creation of a hard link to a dangling + symlink. Reported by Alexey Solovyov: + * src/copy.c (copy_internal): Describe any backup-related renaming operations when in verbose mode. (copy_internal): Likewise. diff --git a/old/fileutils/NEWS b/old/fileutils/NEWS index 38da5d132..5c0765d0d 100644 --- a/old/fileutils/NEWS +++ b/old/fileutils/NEWS @@ -1,5 +1,7 @@ Changes in release 4.1: [4.0d (aka 4.1-b3)] +* new program: shred +* ln: Allow creation of a hard link to a dangling symlink * cp, mv, install: --verbose now prints a message for each backup-related renaming * portability fixes for copy.c's code to detect move-directory-into-self |