summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1993-03-28 19:22:28 +0000
committerJim Meyering <jim@meyering.net>1993-03-28 19:22:28 +0000
commit7b90e466f9a7878eedf68ae4ca46f9d25c191671 (patch)
treeeb1b0e8682760d4af88b6175e40602129ba149c6 /old
parent16e01be2da354614145960119ec70dc0a5f03948 (diff)
downloadcoreutils-7b90e466f9a7878eedf68ae4ca46f9d25c191671.tar.xz
.
Diffstat (limited to 'old')
-rw-r--r--old/fileutils/NEWS8
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)