# HG changeset patch # User Marcin Kuzminski # Date 1298773861 -3600 # Node ID 918c0b600a06e460f7899fc9f21f1feb2b80c18f # Parent 8d085837616374d2172365c1a3fcf122aaa974d2 changelog update, bumped mako version in setup diff -r 8d0858376163 -r 918c0b600a06 docs/changelog.rst --- 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 ----- diff -r 8d0858376163 -r 918c0b600a06 setup.py --- 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",