0.5.0
  - Added French i18n files
  - Added German translation, thanks to Michael Forster
  - Translated transform commands and updated danish translation, thanks to 
    Anton Stonor
  - Don't execute transformation on form change
  - Quality of htumbs can be defined in photo_display_sizes, thanks to Steve
    McMahon
  
0.4.2:
  - Bugfix release. Some users reported a problem with self.REQUEST.RESPONSE. I
    removed a statement that wasn't really necessary.

0.4.1:
  - Bugfix release to keep python2.1 compatibility

0.4final
  - Removed the usage of context in skins/photo_content/photo_display_sizes.py due
    access control in Zope 2.7
  - added imageengine with better debug support
  - some code cleanups and tweaks

0.4rc2:
  - Added Japanese translation, thanks to Takaki Tanaguchi
  - Added suggestion from Jordan Preve. Now CMFPhoto is using the ANTIALIAS
    algorithm of PIL. You can configure it in the beginning of Photo.py. Use
    the purgePhotoCache external method or python script to remove the cached
    photos.
  - Added exif rotation patch from Oliver Baltzer
  - Added a clearCache() method and updated purgePhotoCache

0.4rc1:
  - Added SearchableText method for simple search, thanks to Laurent Daverio.
  - Added __pkginfo__
  - Added check for PIL or ImageMagick. Thanks to Hanno Schlichting for his
    small fix that prevented this test from running under python <2.3.
  - Add Danish translation, thanks to Anton Stonor.
  - Fixed README: PIL is the prefered image engine and QuickInstaller the
    prefered way of installing CMFPhoto.

0.3:
  - Added Spanish and German translation, thanks to Philipp von Weitershausen
    <philikon@philikon.de>
  - Added Dutch translation, thanks to Misja Hoebe <misja@efobia.nl>
  - New maintainer: Christian 'Tiran' Heimes <heimes@faho.rwth-aachen.de>

0.2:

  - Photo size variants now callable by url (${photo_url}/variant/${variant})
  - Tag method now uses a real url to call each variant instead of passing a
    request parameter. This solves caching problems. 


0.1:

  - initial release
