30 Oct 2006 - 0.5
=================
- If only one file in a directory fails to add or extract, added a callback in bk and a dialog window in the GUI to allow the user to ignore that error.
- Moved some structures away from bk.h (they weren't for public use).
- Added keyboard shortcuts for new, open, save and quit.
- Moved the responsibility for opening the iso file (for reading or writing) from the user to bk.
- Added option (enabled by default) to sort directories first.
- Added window to allow to set the disk label, publisher and the filename types for the new image.
- Fixed bug that cause newly created images to have broken permissions (RockRidge) on the root directory.
- Saving an iso now compares the inode of the new image with the old one rather than the name, so overwriting should not be possible now under any circumstnces.
- Size is now stored in a 64bit size_t o avoid warnings and errors with the file browser looking at files > 4G.
- Create new directory window now checks for blank filename, bk now refuses to accept a blank name new directory request.
- Can now have an iso file as a command-line parameter, so can open iso files in ISO Master using a file manager.

27 Sep 2006 - 0.4
=================
- Fixed a bug that caused a segmentation fault when starting to save the image.
- Minor improvement to the makefile to facilitate customising.
- Changed the 'failed to stat' error to a warning, for some reason people were getting it a lot.

19 Sep 2006 - 0.3
=================
- Can now read and write no-emulation and floppy-emulation boot records.
- Fixed bug where deleting the directory last viewed in the filesystem browser would cause strange things to happen.
- Improved 9660 name mangling to only include the ~xxxx hash in case of conflicts, also significantly increased the number of times to try to remangle a name before giving up.
- Can now create new directories both on the image and the filesystem.
- Added fields to show location (path) on the image and the filesystem.
- Added option to show hidden files on the filesystem.
- Fixed bug where having a large directory tree would cause a corrupt path table.
- Other small but technically interesting changes, see svn log r118-r126

26 Aug 2006 - 0.2
=================
- Default is now to not keep the permissions from rockridge as some cds have 
  directories with no write permissions and that makes them hard to write to.
- Added application icon, got it from 
  http://tango.freedesktop.org/Tango_Icon_Gallery
- Added case insensitive *.ISO mask to file open/save dialogs
- Can now remember window size, pane height and last fs directory visited, 
  all stored in ~/.isomaster, config file parser/writer from 
  http://ndevilla.free.fr/iniparser/
- Can now create new image from scratch.

23 Aug 2006 - 0.1
=================
- First public release

