------------------
* First version of pycdlib-genisoimage, a drop in replacement for genisoimage
* Fixes to allow pycdlib to deal with a lot more files
* Support for floppy and HD booting in El Torito
* Add in an exception hierarchy: PyCdlibException -> PyCdlibInvalidInput, PyCdlibInvalidISO, PyCdlibInternalError
* "Lazy" metadata updating makes this release much faster than previous ones
* Support for more types of ISOs, including those that don't fully conform to standards
* Increase test coverage
* Add lots more functionality to pycdlib-genisoimage
* Lots of optimizations all over the tree
* APIs added:
* set_hidden()
* clear_hidden()
* force_consistency()
* APIs removed:
None
* APIs deprecated:
None