Jan 05, 1995: version 0.1 hargrove@sccm.stanford.edu (Paul H. Hargrove)
	First release.
	1.44Mb floppies only
	no resource forks
	trivial name mangling only
	read only
	for Linux >= 1.1.75

Jan 12, 1995: version 0.2 hargrove@sccm.stanford.edu (Paul H. Hargrove)
	Should now work on all HFS volumes, but still only tested on floppies.
	Got smaller and faster with some code reorganization.
	Since Linus moved htons() and friends to an asm file, should now be
	 trulely endian-independent, but still only tested on Intel machines.
	Requires Linux >= 1.1.77, since Linus moved htons().

Jan 28, 1995: version 0.3 hargrove@sccm.stanford.edu (Paul H. Hargrove)
	Major code reorginization.
	Known for certain to work ONLY on floppies.
	Started caching extents, so got faster on long file reads.
	Now compiles seperate from kernel tree.
	Supports 5 filename conversion methods.
	Supports forks, using the method from CAP.
	All external symbols now start with HFS_ or hfs_

Feb 28, 1995: version 0.4 hargrove@sccm.stanford.edu (Paul H. Hargrove)
	Requires Linux >= 1.1.94: depends on changes made to asm/byteorder.h
	Now using string comparison code donated by ARDI (see string.c)
	Code reorganized to use data structures more like ARDI's.
	More code reorganization to abstract the btree operations.
	Added the fork= mount option.
	Added AppleDouble support.  Executor, from ARDI, can now run programs
		from HFS filesystems mounted w/ the HFS module.
	
Jun 22, 1995: version 0.5 hargrove@sccm.stanford.edu (Paul H. Hargrove)
	Fixed a bug that was giving wrong values for i_blocks
	Partly writable (can only 'touch' existing files, so far)
	Removed case= mount option.  It will be back eventually.
	Can now deal with CDROMs (and hard disks?), many thanks to
		Holger Schemel for this work.
	Latin-1 filename conversion also due to Holger Schemel.
	Rewritten btree operations.

Jun 23, 1995: version 0.5.1 hargrove@sccm.stanford.edu (Paul H. Hargrove)
	BUG FIX RELEASE
	Removed two debuging messages that didn't belong.
	Fixed a typo that prevented modified inodes from being written to disk.
	Added a missing line which prevented rmmod'ing sometimes.
	Added a missing line which caused errors when modifying .finderinfo or
		.resource under the CAP system.
	Added a notify_change() to keep mode bits sensible, and to cause
		changes to an inode to affect the data fork and resource fork
		of a file togther.

Jun 29, 1995: version 0.5.2 hargrove@sccm.stanford.edu (Paul H. Hargrove)
	BUG FIX and 1.3.x-compatibility release.
	Will compile under 1.2.x or 1.3.x by changing one line in Makefile.
	Started adding magic numbers to structures for "safety".
	Don't strip internal symbols when linking or loading, as this made
		good bug reports rather difficult.
	Fixed a bug that could cause the fs to lock-up after trying to open
		a non-existant file.
	Fixed a bug that allowed files to appear truncated, when in fact it
		is still not possible to truncate a file.
	Added more/better comments to header files.
	Deal with volume and b-tree bitmaps in preparation for writing.
	Fixed readdir() to deal properly with the case where the directory
		changes while writing to user-space. (which can't yet
		actually happen, untl directories are writable).

