From: Jim Meyering Date: Sun, 28 Mar 1993 19:22:28 +0000 (+0000) Subject: . X-Git-Tag: FILEUTILS-3_8_3b~87 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7b90e466f9a7878eedf68ae4ca46f9d25c191671;p=thirdparty%2Fcoreutils.git . --- diff --git a/old/fileutils/NEWS b/old/fileutils/NEWS index 63066f826c..b0d1ca654a 100644 --- a/old/fileutils/NEWS +++ b/old/fileutils/NEWS @@ -1,3 +1,11 @@ +Major changes in release 3.5: +* long-named options must be introduced with `--'; `+' is no longer + accepted since it is incompatible with the POSIX.2 standard +* chmod accepts long-named options +* dd conv=unblock doesn't hang +* new df option --exclude fstype +* new ls option --long-time + Major changes in release 3.4: * cp -p and mv preserve setuid and setgid bits * chown works on systems where sizeof(uid_t) != sizeof(int)