This commit is contained in:
Jim Meyering
1993-03-28 19:22:28 +00:00
parent 16e01be2da
commit 7b90e466f9
+8
View File
@@ -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)