2006-03-08  Bob Copeland <me@bobcopeland.com>

	* Released OMFS driver version 0.5.3

2006-02-22  Bob Copeland <me@bobcopeland.com>

	* Added a check to protect bad memory allocations
	* Renamed all of the structure elements to linux naming style
	* Fixed a bug where CRC count wasn't calculated properly
	* Fixed type problem where map index was really wrong

2006-02-18  Bob Copeland <me@bobcopeland.com>

	* Simplified checksumming code
	* Dropped omfs_make_empty_file and factored extent creation
	* Eliminated a couple of unused warnings with writing turned off
	* Fixed sector_t size bugs
	* Added continuation extent inode code
	* Switched to shifts instead of divides to compute real block numbers
	* Released OMFS driver version 0.5.2

2006-01-27  Bob Copeland <me@bobcopeland.com>

	* Added new bitmap allocators to reserve multiple sets of blocks
	* Moved more bitmap code into bitmap.c
	* Simplified a number of routines that had unused buffer wrap code
	* Added code to properly initialize extent table terminator
	* Will now add entries to the extent table if growth of last entry
	fails
	* Changed mirrors to be written on next full fs block instead of
	internally
	* Released OMFS driver version 0.5.1

2006-01-05  Bob Copeland <me@bobcopeland.com>
	
	* Broke OMFS specific code out of Karma patchset
	* Changed fs blocksize to sys_blocksize
	* Turned off write support define again
	* Released OMFS driver version 0.5.0

