Changes
=======

0.8
---

* port PyGall to the pyramid web framework
  http://pylonsproject.org/

0.7
---

* add support for other image formats than jpeg (these formats should be
  supported by PIL though)

* add missing PIL dependency and remove pyexiv2 system dependency so that
  pygall now works in an isolated virtual environment built with
  "virtualenv --no-site-packages"

* improve installation instructions

* add support for i18n (with translations for "en" and "fr" languages)

* prompt for admin password when setting up PyGall

0.6
---

* refactoring and cleanups

0.5
---

* Add support for authentication and authorization with repoze.who/what

* Refactor model definition to use declarative syntax (default in Pylons 1.0)

* Keep only one checkbox that will be used by both delete and import buttons

* Upgrade to Pylons 1.0 and SQLAlchemy 0.6

* Various small other fixes

* Get rid off import phase: photos are now directly published

* Reorganisation of templates directory

0.4.1
-----

* Add long_description to setup.py

* Add docs and license information

0.4
---

* fspot_to_pygall.py: speed up query by deactivating lazy loading

* fspot_to_pygall.py: calculate md5sum for photos imported from f-spot

* fspot_to_pygall.py: export the modified version to pygall instead of the
  original

* Reorganize templates struture on filesystem

* Move model declaration to its own file

0.3
---

* First usable release with upload and import support.

* Refactoring of mako templates using inheritance.

