Prepare 2.0.9 release.

svn path=/plone.app.discussion/trunk/; revision=51436
This commit is contained in:
Timo Stollenwerk 2011-07-25 08:20:38 +00:00
parent f98b82b2d8
commit 16e13ffb6d
2 changed files with 11 additions and 3 deletions

View File

@ -1,6 +1,14 @@
Changelog
=========
2.0.9 (2011-07-25)
------------------
- Make sure the creator index always stores utf-8 encoded stings and not
unicode.
[timo]
2.0.8 (2011-07-25)
------------------
@ -8,8 +16,8 @@ Changelog
fixes http://dev.plone.org/plone/ticket/11298.
[timo]
- Use Plone's safe_encode method instead of encode() to make sure unicode
encoded strings can be indexed too.
- Use Plone's safe_encode method instead of encode() for the creator index to
make sure unicode encoded strings can be indexed too.
[timo]

View File

@ -1,6 +1,6 @@
from setuptools import setup, find_packages
version = '2.0.8'
version = '2.0.9'
install_requires = [
'setuptools',