summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-01-31 18:44:14 +0000
committerJim Meyering <jim@meyering.net>1999-01-31 18:44:14 +0000
commit94fa239afac9f948fcf6f1a524a624990eb75c15 (patch)
tree0fd4bfe502623e8a08b3d70c599401d3c5c1b535 /old
parent4872440d7a09f770322b9691dc8313833f37d330 (diff)
downloadcoreutils-94fa239afac9f948fcf6f1a524a624990eb75c15.tar.xz
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r--old/fileutils/ChangeLog3
-rw-r--r--old/fileutils/NEWS2
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