History
=======

0.3 (2010-09-14)
----------------

* Added canonical field to Book model
* Made jp2 url field on Page model optional (support for 'missing' pages)
* Made title field on Page model optional (support for 'missing' pages)
* Added python logging support with a default null handler
* Added a parser for the bitstream metadata file
* Added a custom lxml etree parser since the default is now to disable network
* Switched loading pages and loading links signals to be on creation of books only

0.2 (2010-08-23)
------------------

* Switching data model to one where books are items and the pages are just 
  represented by bitstreams.
* Harvesting of books in a collection
* Harvesting of pages in a book
* Signal for loading repository names from the repositories
* Signal for loading collection name from the repository
* Signal for loading books in a collection from the repository
* Signal for loading book metadata from the repository
* Signal for loading pages from the repository

0.1 (Unreleased)
------------------

* Books and pages generated from Manakin views of a DSpace repository where
  pages are items and the bitstreams are the jpeg2000 files for the pages.
