summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorR. Tyler Ballance <tyler@slide.com>2009-09-10 14:54:59 -0700
committerR. Tyler Ballance <tyler@slide.com>2009-09-10 14:54:59 -0700
commit3fc56a857bf0996e74dce44e5ffc2a1425fadd27 (patch)
treea7222333f57ecfe2e70af6c8d42ecaf072aff64e
parenta30a4cc52fd9543d3a1099ca7c0ffb3c79b3b073 (diff)
downloadpython-cheetah-3fc56a857bf0996e74dce44e5ffc2a1425fadd27.tar.gz
Update the CHANGES for v2.2.2
-rw-r--r--CHANGES10
1 files changed, 9 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 2f10ccf..56c1d07 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,8 +1,16 @@
-2.2.2 (Unreleased)
+2.2.2 (September 10th, 2009)
- Prevent _namemapper.c from segfaulting when PyImport_ImportModule fails for some reason (Bogdano Arendartchuk <debogdano@gmail.com>)
- Removal of the contrib/markdown module (in favor of a setuptools dependency)
- Default setup.py to use setuptools by default, failing that, fall back to distutils
+ - Improvements to setup.py to support building for Windows (thanks abbeyj!)
+ - Improvements to C-based NameMapper for Windows
+ - Fixes for a swath of unit tests on Windows
+ - Re-enabling the EOL tests (whoops)
+ - Fix for unicode/utf-8 dynamic compilation error (thanks mikeb!) (Test.Unicode.JBQ_UTF8_Test8)
+ - 0000010: [Templates] Failure to execute templates on Google App Engine (rtyler)
+ - 0000026: [Compiler] Support multiple inheritance (rtyler)
+
2.2.1 (June 1st, 2009)
- 0000020: [Templates] Builtin support for using Cheetah with Django (rtyler)