1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-03-19 19:33:54 +02:00
This commit is contained in:
Jim Meyering
1996-05-19 18:10:22 +00:00
parent f1aea23023
commit 2f4e768ff4

View File

@@ -1,9 +1,10 @@
Changes in release 3.13:
* chown and chgrp accept new option --no-dereference (-h)
* ln -f FILE FILE fails with a diagnostic rather than silently removing FILE
* when building on systems that have getopt_long (like Linux), the system-
provided function will be used -- so executables may be a little smaller
* chgrp, chown, cp -p, and mv all modify owner and/or group of symlinks
on systems (like Solaris) that provide the lchown system call.
* cp -p, and mv modify owner and/or group of symlinks on systems
(like Solaris) that provide the lchown system call.
* df no longer invokes the sync system call by default. You can use the
--sync option to make df invoke sync before getting file system sizes.
* internationalized diagnostic messages