1.0.0b10 (unreleased)
---------------------
* fixed all unittests
* #81 - fixed strange filtering for anonymous in bibliography_view

1.0.0b9 (2010-01-30)
--------------------
* moved encoding checks directly into checkEncoding()
* handling UTF-8 BOM properly
* removed encoding guessing code - explicit is better than implicit

1.0.0b8 (2010-01-29)
--------------------
* minor but critical bugfix in input encoding checker

1.0.0b7 (2010-01-29)
--------------------
* re-added selection for input encoding on the import form
* added through-the-ZMI property portal_properties -> extensions_properties -> available_input_encodings
* added strong encoding check for uploaded data

1.0.0b6 (2010-01-28)
--------------------
* using UTF-8 output encoding for all renderers except BibTeX (ASCII/LaTeX notation)
* cleanup (internal/UI) of encoding related issues

1.0.0b5 (2010-01-25)
--------------------
* fixed installation/uninstallation issues in setuphandler.py and
  exportimport handler

1.0.0b4 (2010-01-22)
--------------------
* fixed issues related to the input encoding of RIS files
* added note on input encodings related to RIS files to the input form 

1.0.0b3 (2010-01-20)
--------------------
* fixed API name clash for getProperty()

1.0.0b2 (2010-01-20)
--------------------

* removed "docs" tab from configuration panel (since it was empty)
* added portal_properties/cmfbibat_properties as replacement for persistent 
  perferences for parsers/renderers (#82)
* added updateProperty(), getProperty(), isParserEnabled(), isRendererEnabled()
  methods to portal_bibliography
* fixed several forms dealing with the parser/renderer preferences

1.0.0b1 (2010-01-10)
--------------------

* 1.0.0 beta 1 release

1.0.0a7 (2009-12-19)
--------------------

* fix for error #36

1.0.0a6 (2009-12-19)
--------------------

* added support for using portal_factory


1.0.0a5 (2009-12-18)
--------------------

* fixed Amazon link for ISBN-13 numbers

1.0.0a4 (2009-12-18)
--------------------

* BibTeX export adapter did not provide 'publication_month' 

1.0.0a3 (2009-12-18)
--------------------

* fixed bug in PMI migration code
* increased the length of some string fields for better usability
* migration code for PMID
* relaxed some test due to test failures (XML BOM)


1.0.0a1 (2009-12-12)
--------------------

* added 'pyisbn' dependency
* added ISBN validation support to the 'identifiers' field
* made orginal 'isbn' field invisible
* added 0.9 -> 1.0 migration code for copying the 'isbn' field
  value into the 'identifiers' field
* the filename generated by the @@export view now ends with
  the proper suffix according to the selected export format
* the export adapter did work with keywords (using 'subject'
  instead of 'keywords')

