Changelog
=========

0.5.5 (2013-10-09)
------------------

- Do not fail when importing _handle_for from zope.app.publisher.browser.viewmeta
  as it has been moved to zope.browserpage.metaconfigure

0.5.4 (2013-05-21)
------------------

- Added Zope 2.13 support

- Removed collective.autopermission dependency


0.5.3 (2011-01-05)
------------------

- Remove CMF dependency, use collective.autopermission to define permission

- Using Python's ``doctest`` module instead of depreacted
  ``zope.testing.doctest``.


0.5.2 (2010-05-05)
------------------

* Added Zope 2.12 support (thanks to patch from E. Leddy)


0.5.1 (2009-12-07)
------------------

* include meta file into configure

0.5 - (2009-09-22)
------------------

* fix & test memory leak in zsi soapwriter
* buildout update

0.4 - (2009-05-04)
------------------

* return correctly the serialized string

0.3 - (2008-12-17)
------------------

* Handle correclty ZSI.Fault exception

0.2 - (2008-11-14)
------------------

* Handle correctly Unauthorized exception

* Add SOAP Access permission

* Remove realm from response if Unauthorized is raised

0.1 - (2008-11-13)
------------------

* Initial release
