summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorR. Tyler Ballance <tyler@monkeypox.org>2010-02-07 20:17:17 -0800
committerR. Tyler Ballance <tyler@monkeypox.org>2010-02-07 20:17:17 -0800
commitd20b523d30d77b2bccb8cfa0d39ab416e35da9c0 (patch)
treed44dfd7a44a26a5f146f735771783556aea6be81
parent62f5a2fe995695c1a88cef5e059192b20143afe0 (diff)
downloadpython-cheetah-d20b523d30d77b2bccb8cfa0d39ab416e35da9c0.tar.gz
Mark v2.4.2v2.4.2
-rw-r--r--CHANGES10
-rw-r--r--cheetah/Version.py2
-rw-r--r--www/download.rst8
3 files changed, 15 insertions, 5 deletions
diff --git a/CHANGES b/CHANGES
index b87779b..92f713a 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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)
diff --git a/cheetah/Version.py b/cheetah/Version.py
index 5a9568c..eddeed5 100644
--- a/cheetah/Version.py
+++ b/cheetah/Version.py
@@ -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)
diff --git a/www/download.rst b/www/download.rst
index 6db10a2..a9246fc 100644
--- a/www/download.rst
+++ b/www/download.rst
@@ -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>`_