From: Jim Meyering Date: Wed, 24 Apr 1996 04:30:07 +0000 (+0000) Subject: . X-Git-Tag: TEXTUTILS-1_14c~15 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3f4c6398be4d8b98a1c22070de3eb880d8aafb45;p=thirdparty%2Fcoreutils.git . --- diff --git a/old/fileutils/NEWS b/old/fileutils/NEWS index 5a6b6c46b9..a1402e6d27 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