changeset 1006:041b6b3dd7c6 stable-0.6.x

Merge r1228 from trunk (ChangeLog update).
author hodgestar
date Sun, 27 Jan 2013 15:33:17 +0000
parents 29cb214997f6
children cc85c7207905
files ChangeLog
diffstat 1 files changed, 5 insertions(+), 10 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,15 +1,6 @@
-Version 0.6.2
-http://svn.edgewall.org/repos/genshi/tags/0.6.2/
-(Jan 26 2013, from branches/stable/0.6.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).
-
-
 Version 0.6.1
 http://svn.edgewall.org/repos/genshi/tags/0.6.1/
-(Dec 30 2012, from branches/stable/0.6.x)
+(Jan 27 2013, from branches/stable/0.6.x)
 
  * Security fix to enhance sanitizing of CSS in style attributes. Genshi's
    `HTMLSanitizer` disallows style attributes by default (this remains
@@ -34,6 +25,10 @@
  * Fix handling of multiple events between or on either side of start and end
    tags in translated messages (see #404).
  * Fix test failures caused by changes in HTMLParser in Python 2.7 (see #501).
+ * 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).
+ * Updated MANIFEST.in so as not to rely on build from Subersion 1.6.
 
 
 Version 0.6
Copyright (C) 2012-2017 Edgewall Software