changeset 1103:918c0b600a06 beta

changelog update, bumped mako version in setup
author Marcin Kuzminski <marcin@python-works.com>
date Sun, 27 Feb 2011 03:31:01 +0100
parents 8d0858376163
children af371e206ec5
files docs/changelog.rst setup.py
diffstat 2 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/docs/changelog.rst	Sun Feb 27 03:24:04 2011 +0100
+++ b/docs/changelog.rst	Sun Feb 27 03:31:01 2011 +0100
@@ -31,6 +31,8 @@
 - major code rewrites optimized codes for speed and memory usage
 - raw and diff downloads are now in git format
 - setup command checks for write access to given path
+- fixed many issues with international characters and unicode. It uses utf8
+  decode with replace to provide less errors even with non utf8 encoded strings
 
 fixes
 -----
--- a/setup.py	Sun Feb 27 03:24:04 2011 +0100
+++ b/setup.py	Sun Feb 27 03:31:01 2011 +0100
@@ -7,7 +7,7 @@
         "Pylons==1.0.0",
         "WebHelpers>=1.2",
         "SQLAlchemy>=0.6.6",
-        "Mako==0.3.6",
+        "Mako>=0.4.0",
         "vcs>=0.2.0",
         "pygments>=1.4",
         "mercurial>=1.7.5",