Changes for ex2fs
John Newbigin

version 0.1 beta
 initial release

version 0.11 beta
 debug info enabled -> never released

version 0.2 beta
 directory structure changes
 name change to explore2fs
 proper support for 2k and 4k block size
 added 16 color icon

version 0.3 beta
 proper driectory listing support.  Can now list /dev dir (takes a long time though)
 options dialog added
 0 length file names are now ignored, lost+found is now empty
 Fixed block access stuff.  Now very fast and can read 4k block size

version 0.4 beta
 added debug level
 partition rescan
 larger buffer for disk geometry
 fixed block group lock count bug
 added limited ctime function

version 0.5 beta
 Support for > 2^32 partitions
 Fixed support for extended partitions
 Some interface changes
 Extra exception handling

version 0.6
 Modifications to partition reading code
 Files with an inode of 0 are now ignored.
 Partition numbers added (should be the same as Linux)

version 0.7
 More changes to partition reading code, should now support up to 32 partitions per disk.
 Changed partition naming
 Added read sharing to partitions, so now you can open 2 or more partitions on the same disk