1.1.0b7 (2010/07/05)
====================
* another Plone 3/4 fix incompatibility in transforms/*

1.1.0b6 (2010/06/10)
====================
* fixed another Plone 3/4 incompatibility in transforms/*

1.1.0b5 (2010/06/10)
====================
* fixed another Plone 3/4 incompatibility in transforms/*

1.1.0b4 (2010/06/10)
====================
* fixed Plone 3/4 incompatibility in transforms/*

1.1.0b3 (2010/06/10)
====================
* fixed import

1.1.0b2 (2010/05/10)
====================
* fixed missing import

1.1.0b1 (2010/05/10)
====================
* compatibility with Plone 3 + Plone 4 

1.0.5 (2010-04-22)
==================
* fixed handling of the 'note' field on the export adapter level

1.0.4 (2010-04-12)
==================
* removed stupid filtering from bibliography_view making this view completely 
  useless for anonymous visitors

1.0.3 (2010-04-07)
==================
* exposing installed Bibutils version within the Plone UI (import/export tab of the 
  bibliography management configlet)

1.0.2 (2010-04-01)
==================
* checking minimum Bibutils version and logging it during the Zope
  startup phase

1.0.1 (2010-03-22)
==================
* removed stupid role check from bibliograph_search.pt which made
  the bibliographic search unusable for anonymous users

1.0.0 (2010-03-19)
==================
* final release

1.0.0c2 (2010-03-09)
====================
* fixed COINS data for article reference (jtitle -> title)

1.0.0c1 (2010-03-03)
====================
* release candidate

1.0.0b13 (2010-02-16)
---------------------
* suffix for generated Endnote exports must be '.enw', not '.end'

1.0.0b12 (2010-02-09)
---------------------
* fix interface decl. for @@export

1.0.0b11 (2010-02-09)
---------------------
* #87 - PDF reference popup did not work
* re-hacked support for support the export of single bibliographic items

1.0.0b10 (2010-02-03)
---------------------
* 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')

