home *** CD-ROM | disk | FTP | other *** search
/ Big Green CD 8 / BGCD_8_Dev.iso / NEXTSTEP / UNIX / Utilities / vmount-0.6a-I / Changelog next >
Encoding:
Text File  |  1997-06-06  |  2.2 KB  |  62 lines

  1. This changelog grows to the bottom, that means that newer entries are at
  2. the end of the file
  3.  
  4. * Release 0.0 1996-11-15
  5.  
  6. - Changed readdir mechanism to regard the "count" argument from NFS
  7. - Cookies are byte-swapped to network byteorder now. This is necessary
  8.   because the NFS client interprets the cookie as an offset in the
  9.   directory (and determines the EOF from that). Although RFC1094 says
  10.   that the cookie is opaque!
  11.  
  12. * Release 0.1 1996-11-16
  13.  
  14. - Added some NTFS preparations to file_ops.c and fs-Makefile
  15. - Added my_include/errno.h because NTFS module includes that one
  16. - Added some permission checking / uid/gid handling
  17. - Set rlimit for files to 2GB
  18. - Changed EOF recognition in fo_readdir()
  19. - Tested parts of NTFS implementation (partially working)
  20. - Fake a directory size for 0-sized directories (helps a lot with NTFS)
  21. - Moved unmount from signal handler into mainloop
  22. - Added uid and gid translation facility
  23. - Added mtab handling
  24. - Changed RPC timeout to 5s
  25. - Fixed bugs with inode reference counting
  26. - Added filetype info to fhandle to work around a client bug
  27. - Changed xxx_regular()-mechanism to call regular fuctions in fixed intervals
  28.  
  29. * Release 0.2 1996-11-19
  30.  
  31. - Added support for extended partitions, thereby changing the numbering
  32.   scheme for partitions.
  33. - Changed meaning of -s parameter from sector size to partition size
  34. - Added -v option to print the version number and exit
  35. - Changed mklinks to accept a "Linux" or "linux" directory
  36.  
  37. * Release 0.3 1996-11-23
  38.  
  39. - Vmount works with 4GB disks now
  40. - Improved limit-checking on large partitions
  41. - Implemented a disk cache, which brings a _tremendous_ speed improvement
  42. - As a consequence of the disk cache, the iso9660 filesystem works now
  43. - Found buglet in unmount: root inode was not freed
  44.  
  45. * Release 0.4 
  46.  
  47. - Made interface more mount-like (vmount goes to background now)
  48. - Added vumount utility to unmount things
  49. - Use syslog for error logging because we run as daemon now
  50. - New options -O -U -G -S
  51. - Option -i scans for filesystem types now
  52.  
  53. * Release 0.5 1997-05-14
  54.  
  55. - fixed bug with "fixed UID mode": chmod and chown did not work
  56.  
  57. * Release 0.6 1997-05-21
  58.  
  59. - increased NFS timeout from 5s to 20s
  60.  
  61. * Release 0.6a 1997-06-06
  62.