From 3f4c6398be4d8b98a1c22070de3eb880d8aafb45 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 24 Apr 1996 04:30:07 +0000 Subject: . --- old/fileutils/NEWS | 8 ++++++-- 1 file 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 -- cgit v1.2.3-54-g00ecf