1.0.0 (30.09.2007)
------------------

- update to css2xslfo V 1.5.0

- official 1.0.0 release

0.5.0 (09.09.2007)
------------------

- replaced mxTidy related code with the BeautifulSoup
  module (no longer requires any compiling)

- html2fo checks the existence of images


0.4.9 (25.07.2007)
------------------

- support for utidy lib (which is the preferred tidy library).
  Using mx.Tidy only as fallback

0.4.8 (unreleased)
------------------

- unreleased

0.4.7 (08.07.2007)
------------------

- reSTified documentation

0.4.6 (08.07.2007)
------------------

- fixes in availableFormats()

0.4.5 (07.07.2007)
------------------

- various FO fixes

0.4.4 (06.07.2007)
------------------

- using logging module

0.4.3 (05.07.2007)
------------------

- html2fo: using ElementTree for most FO modifications

0.4.2 (30.06.2007)
------------------

- converting page-break-after: always back into break-after: page

0.4.1 (24.06.2007)
------------------

- various fixes 

0.4.0 (24.06.2007)
------------------

- added zope interfaces
- converters are now classes
- added unittests

0.3.1 (18.06.2007)
------------------

- html2fo() and the converter constructor got a new 'encoding'  
  parameter in order to specify the input encoding of the 
  HTML file. This parameter will be passed down to Tidy in order
  to perform a proper conversion of non-ascii characters.

0.3.0 (unreleased)
------------------

- using subprocess module of Python
- new Convert() class for high-level XSLFO access
- logger added
- better checks for XINC, XFC
- updated documentation


0.2.0 (16.06.2007)
------------------

- PDF support added
- command line interface added
- mxTidy integration


0.1.0 (16.06.2007)
------------------

- initial release

