summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorR. Tyler Ballance <tyler@slide.com>2009-03-29 17:55:31 -0700
committerR. Tyler Ballance <tyler@slide.com>2009-03-29 17:55:31 -0700
commit01867fe772b90be8fd221a8c5d77845ceed2b9ec (patch)
tree023eb535861cce1fa85f23b173f7a18b25112822
parent28f765227ef327dcaf92965055d65727edad3c49 (diff)
downloadpython-cheetah-01867fe772b90be8fd221a8c5d77845ceed2b9ec.tar.gz
Update CHANGES and TODO with accomplished tasks
Signed-off-by: R. Tyler Ballance <tyler@slide.com>
-rw-r--r--CHANGES2
-rw-r--r--TODO9
2 files changed, 5 insertions, 6 deletions
diff --git a/CHANGES b/CHANGES
index 9aa87ed..9fafbb2 100644
--- a/CHANGES
+++ b/CHANGES
@@ -9,6 +9,8 @@ release
- Added KDE editor support
- Applied patch to correct importHook behavior on Python 2.6 (reported/patched by Toshio Ernie Kuratomi <a.badger@gmail.com>)
- Correct unicode issue when calling/embedding unicode templates inside of other templtes (testcase Tests.Unicode.JPQ_UTF8_Test3. reported by Jean-Baptiste Quenot <jbq@caraldi.com>)
+ - Added --shbang option (e.g. "cheetah compile --shbang '#!/usr/bin/python2.6' ")
+ - Removed dependency on optik OptionParser in favor of builtin Python optparse module
2.1.0.1 (March 27, 2009)
- Fix inline import issue introduced in v2.1.0
diff --git a/TODO b/TODO
index 3000cb1..6c78b2f 100644
--- a/TODO
+++ b/TODO
@@ -1,3 +1,6 @@
+Please see http://bugs.communitycheetah.org for future feature requests/bugs/TODO
+
+
Cheetah TODO list
-----------------
* If you are working on a task please put your initials at the end of the
@@ -7,12 +10,6 @@ Cheetah TODO list
in the CHANGES file if the bug is considered significant enough and it
affected a released version of Cheetah.
-Cheetah Community Edition v2.1.1
-========================
-- Move Cheetah off of the optik parser to optparse
-- "cheetah compile --shbang '#!/usr/bin/python2.6' "
-- Correct Unicode test failures in src/Tests/Unicode.py
-
Desired for Cheetah 2.0