Changes for ex2fs
John Newbigin

version 0.1 beta
 initial release

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

version 0.8
 Added write support
 Currently implements unlink and delete inode (delete file)
 Changes to OO code
 File->Properties no longer causes an exception if no file is selected
 Removable media detection
 Saving of options in registry (under HKEY_CURRENT_USER\Software\Newbigin\explore2fs\)
 Option to scan for partitions other than 0x83 (Linux Native) (In case you are using a non-standard
  number for any reason)

version 0.9
  Changed date/time calculation
  Add file write support (experimental)
   Supports:
   - Writing files
   - Creating directories
   - Renaming files and directories
   - Deleting directories (and all children)
  Save file as text (0x0A -> 0x0D 0x0A translation)
  Support for sparse files
  Code split up into more units (currently 16 units)