Skip to content
This repository has been archived by the owner on Mar 8, 2018. It is now read-only.

Commit

Permalink
Merge commit 'origin/next' into slide-compat
Browse files Browse the repository at this point in the history
Conflicts:
	cheetah/Version.py
  • Loading branch information
R. Tyler Ballance committed Sep 10, 2009
2 parents 25a2bef + 3fc56a8 commit 3e86ea5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion 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)
Expand Down
2 changes: 1 addition & 1 deletion cheetah/Version.py
@@ -1,5 +1,5 @@
Version = '2.2.2.1'
VersionTuple = (2, 2, 2, 1, 'candidate', 0)
VersionTuple = (2, 2, 2, 1, 'final', 0)

MinCompatibleVersion = '2.0rc6'
MinCompatibleVersionTuple = (2,0,0,'candidate',6)
Expand Down

0 comments on commit 3e86ea5

Please sign in to comment.