1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-21 11:16:16 +02:00

*** empty log message ***

This commit is contained in:
Jim Meyering
1999-11-11 12:12:23 +00:00
parent 375c13c679
commit 101ae141c6
2 changed files with 18 additions and 0 deletions

View File

@@ -1,5 +1,10 @@
Changes in release 4.1:
[4.0j]
* mv now refuses to move a file onto a symlink to itself when that symlink
is on a separate partition. Before, it would remove the file and leave
the symlink.
* `install -d -g foo 1/2' now sets the `group' of the final component as well
as that of the leading one.
* under certain conditions, chgrp would fail to affect files referenced
through symlinks. Now it does.
* ln now makes hard links to symlinks on systems that support it.