1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-20 18:56:39 +02:00

*** empty log message ***

This commit is contained in:
Jim Meyering
1999-01-31 18:44:14 +00:00
parent 4872440d7a
commit 94fa239afa
2 changed files with 5 additions and 0 deletions

View File

@@ -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.

View File

@@ -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