diff options
author | Jim Meyering <jim@meyering.net> | 1996-04-24 04:30:07 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-04-24 04:30:07 +0000 |
commit | 3f4c6398be4d8b98a1c22070de3eb880d8aafb45 (patch) | |
tree | 0a7dbcc6bd65c2ae84e3e26395747888f2f71739 /old/fileutils | |
parent | 7e4384f81026f622fd27ed5c68948f4759b01050 (diff) | |
download | coreutils-3f4c6398be4d8b98a1c22070de3eb880d8aafb45.tar.xz |
.
Diffstat (limited to 'old/fileutils')
-rw-r--r-- | old/fileutils/NEWS | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/old/fileutils/NEWS b/old/fileutils/NEWS index 5a6b6c46b..a1402e6d2 100644 --- a/old/fileutils/NEWS +++ b/old/fileutils/NEWS @@ -1,6 +1,10 @@ Changes in release 3.13: -* df no longer invokes the sync system call by default. - Use --sync to invoke sync before getting file system sizes. +* 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 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 * mkdir accepts new option: --verbose * cp has been fixed so that the full file name it uses for the destination |