home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / gnu / fileutils-3.6 / NEWS < prev    next >
Encoding:
Text File  |  1993-05-14  |  1.3 KB  |  31 lines

  1. Major changes in release 3.6:
  2. * `ln -s dir_pathname .' works when the pathname has a trailing slash
  3. * with the --version option programs print the version and exit immediately
  4. * GNU ls -f works like Unix ls -f
  5. * mktime replacement works
  6.  
  7. Major changes in release 3.5:
  8. * adds support for DEC Alpha under OSF/1
  9. * configuring with gcc uses CFLAGS='-g -O' by default
  10. * all programs accept --help and --version options
  11. * long-named options must be introduced with `--'; `+' is no longer
  12.   accepted since it is incompatible with the POSIX.2 standard
  13. * chmod accepts long-named options
  14. * dd conv=unblock doesn't hang
  15. * new df option --exclude=fstype
  16. * new ls option --full-time
  17.  
  18. Major changes in release 3.4:
  19. * cp -p and mv preserve setuid and setgid bits
  20. * chown works on systems where sizeof(uid_t) != sizeof(int) 
  21.   or sizeof(uid) != sizeof(gid)
  22. * catch errors from spurious slashes at ends of arguments
  23.  
  24. Major changes in release 3.3:
  25. * df sped up by not calling sync for every filesystem
  26. * df ported to AIX (RS/6000 and PS/2), and SVR2 port fixed
  27. * df -i now also prints the total number of inodes per filesystem
  28. * ls sped up by not reading symlink contents unnecessarily
  29. * du doesn't die on POSIX systems when the root filesystem is NFS mounted
  30. * cp and mv report chown Permission denied errors when run by root
  31.