home *** CD-ROM | disk | FTP | other *** search
- This changelog grows to the bottom, that means that newer entries are at
- the end of the file
-
- * Release 0.0 1996-11-15
-
- - Changed readdir mechanism to regard the "count" argument from NFS
- - Cookies are byte-swapped to network byteorder now. This is necessary
- because the NFS client interprets the cookie as an offset in the
- directory (and determines the EOF from that). Although RFC1094 says
- that the cookie is opaque!
-
- * Release 0.1 1996-11-16
-
- - Added some NTFS preparations to file_ops.c and fs-Makefile
- - Added my_include/errno.h because NTFS module includes that one
- - Added some permission checking / uid/gid handling
- - Set rlimit for files to 2GB
- - Changed EOF recognition in fo_readdir()
- - Tested parts of NTFS implementation (partially working)
- - Fake a directory size for 0-sized directories (helps a lot with NTFS)
- - Moved unmount from signal handler into mainloop
- - Added uid and gid translation facility
- - Added mtab handling
- - Changed RPC timeout to 5s
- - Fixed bugs with inode reference counting
- - Added filetype info to fhandle to work around a client bug
- - Changed xxx_regular()-mechanism to call regular fuctions in fixed intervals
-
- * Release 0.2 1996-11-19
-
- - Added support for extended partitions, thereby changing the numbering
- scheme for partitions.
- - Changed meaning of -s parameter from sector size to partition size
- - Added -v option to print the version number and exit
- - Changed mklinks to accept a "Linux" or "linux" directory
-
- * Release 0.3 1996-11-23
-
- - Vmount works with 4GB disks now
- - Improved limit-checking on large partitions
- - Implemented a disk cache, which brings a _tremendous_ speed improvement
- - As a consequence of the disk cache, the iso9660 filesystem works now
- - Found buglet in unmount: root inode was not freed
-
- * Release 0.4
-
- - Made interface more mount-like (vmount goes to background now)
- - Added vumount utility to unmount things
- - Use syslog for error logging because we run as daemon now
- - New options -O -U -G -S
- - Option -i scans for filesystem types now
-
- * Release 0.5 1997-05-14
-
- - fixed bug with "fixed UID mode": chmod and chown did not work
-
- * Release 0.6 1997-05-21
-
- - increased NFS timeout from 5s to 20s
-
- * Release 0.6a 1997-06-06
-