diff options
author | Jim Meyering <jim@meyering.net> | 1993-03-28 19:22:28 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1993-03-28 19:22:28 +0000 |
commit | 7b90e466f9a7878eedf68ae4ca46f9d25c191671 (patch) | |
tree | eb1b0e8682760d4af88b6175e40602129ba149c6 /old/fileutils/NEWS | |
parent | 16e01be2da354614145960119ec70dc0a5f03948 (diff) | |
download | coreutils-7b90e466f9a7878eedf68ae4ca46f9d25c191671.tar.xz |
.
Diffstat (limited to 'old/fileutils/NEWS')
-rw-r--r-- | old/fileutils/NEWS | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/old/fileutils/NEWS b/old/fileutils/NEWS index 63066f826..b0d1ca654 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) |