changeset 1001:0891de2f3786 stable-0.7.x

Update changelog for 0.7.1.
author hodgestar
date Sat, 26 Jan 2013 18:24:27 +0000
parents 44fb098722ac
children bfc77128929f
files ChangeLog
diffstat 1 files changed, 10 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,16 @@
 Version 0.7.1
 http://svn.edgewall.org/repos/genshi/tags/0.7.1/
-(???, from branches/stable/0.7.x)
+(Jan 26 2013, from branches/stable/0.7.x)
 
- * ???
-
+ * Fix infinite loop in interplotation lexing that was introduced by a change
+   in Python 2.7's tokenizer (see #540).
+ * Fix handling of processing instructions without data (see #368).
+ * Always include test packages (otherwise the source distribution files
+   become Python version dependent, see #539).
+ * Fix text template test failures that were occurring on Windows.
+ * Remove a couple of unnecessarily checks for unicode in template parsing.
+ * Skip Mako benchmarks if Mako isn't installed (rather than failing
+   completely).
 
 Version 0.7
 http://svn.edgewall.org/repos/genshi/tags/0.7.0/
Copyright (C) 2012-2017 Edgewall Software