1993-05-02 21:35:51 +00:00
|
|
|
|
Major changes in release 3.6:
|
1993-05-22 02:09:05 +00:00
|
|
|
|
* `ln -s dir_pathname .' works when the pathname has a trailing slash
|
|
|
|
|
|
* with the --version option programs print the version and exit immediately
|
1993-05-02 21:35:51 +00:00
|
|
|
|
* GNU ls -f works like Unix ls -f
|
1993-05-06 05:34:03 +00:00
|
|
|
|
* mktime replacement works
|
1993-05-02 21:35:51 +00:00
|
|
|
|
|
1993-03-28 19:22:28 +00:00
|
|
|
|
Major changes in release 3.5:
|
1993-04-15 01:58:23 +00:00
|
|
|
|
* adds support for DEC Alpha under OSF/1
|
1993-04-05 03:09:08 +00:00
|
|
|
|
* configuring with gcc uses CFLAGS='-g -O' by default
|
1993-04-02 04:27:50 +00:00
|
|
|
|
* all programs accept --help and --version options
|
1993-03-28 19:22:28 +00:00
|
|
|
|
* 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
|
1993-04-08 04:10:54 +00:00
|
|
|
|
* new df option --exclude=fstype
|
1993-05-06 05:34:03 +00:00
|
|
|
|
* new ls option --full-time
|
1993-03-28 19:22:28 +00:00
|
|
|
|
|
1992-10-31 20:42:48 +00:00
|
|
|
|
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)
|
|
|
|
|
|
or sizeof(uid) != sizeof(gid)
|
|
|
|
|
|
* catch errors from spurious slashes at ends of arguments
|
|
|
|
|
|
|
|
|
|
|
|
Major changes in release 3.3:
|
|
|
|
|
|
* df sped up by not calling sync for every filesystem
|
|
|
|
|
|
* df ported to AIX (RS/6000 and PS/2), and SVR2 port fixed
|
|
|
|
|
|
* df -i now also prints the total number of inodes per filesystem
|
|
|
|
|
|
* ls sped up by not reading symlink contents unnecessarily
|
|
|
|
|
|
* du doesn't die on POSIX systems when the root filesystem is NFS mounted
|
|
|
|
|
|
* cp and mv report chown Permission denied errors when run by root
|