- Code cleanup: pep8, pyflakes, check-manifest. [maurits]
- Moved code to https://github.com/collective/collective.beaker [maurits]
- Fix issue where cookie values are urlencoded by Zope but not decoded before passing to Beaker. [davisagli]
- Translate HttpOnly cookie flag to correct spelling for Zope. [davisagli]
- fixed spelling issue in setup.py [ajung]
- Fix support for signed cookies (the
secret
parameter) in sessions. [optilude] - Provide better testing tools and more resilient test setup. [optilude]
- Make the ZCML directive more resilient to configurations where there is no product_config. This can happen in test setup, for example. [optilude]
- Initial release [optilude]