Mark v2.4.2

This commit is contained in:
R. Tyler Ballance 2010-02-07 20:17:17 -08:00
parent 62f5a2fe99
commit d20b523d30
3 changed files with 15 additions and 5 deletions

10
CHANGES
View File

@ -1,3 +1,13 @@
2.4.2 (February 8th, 2010)
- Fix issue where subclasses of Template failed to pick up attributes in the
searchlist
- Remove old/outdated bundled memcached python client
- Allow for #encoding directives to exist after a comment (i.e. not the first
line in a module)
- Remove support for WebWare servlets (which caused significant performance
slowdowns on Mac OS X)
- Old/stale code pruned in preparation for Python 3 support
2.4.1 (December 19th, 2009)
- --quiet flag added to `cheetah` to silence printing to stdout (abbeyj)
- Refactoring to minimize the amount of forked code for Python3 (rtyler)

View File

@ -1,5 +1,5 @@
Version = '2.4.2'
VersionTuple = (2, 4, 2, 'candidate', 2)
VersionTuple = (2, 4, 2, 'final', 0)
MinCompatibleVersion = '2.0rc6'
MinCompatibleVersionTuple = (2, 0, 0, 'candidate', 6)

View File

@ -1,12 +1,12 @@
Downloading Cheetah
===================
The most recent stable release of Cheetah **v2.4.1** which was released on
Dec 19th, 2009.
The most recent stable release of Cheetah **v2.4.2** which was released on
Feb 8th, 2010.
Download v2.4.1
Download v2.4.2
^^^^^^^^^^^^^^^
* You can download a tarball of Cheetah v2.4.1 from the `Python Package Index <http://pypi.python.org/pypi/Cheetah/2.4.1>`_
* You can download a tarball of Cheetah v2.4.2 from the `Python Package Index <http://pypi.python.org/pypi/Cheetah/2.4.2>`_
You can keep up to date with release candidates or other downloads of Cheetah by
visiting the `cheetahtemplate GitHub page <http://github.com/cheetahtemplate/cheetah/downloads>`_