comparison ChangeLog @ 1006:041b6b3dd7c6 stable-0.6.x

Merge r1228 from trunk (ChangeLog update).
author hodgestar
date Sun, 27 Jan 2013 15:33:17 +0000
parents adc36fb4fae7
children
comparison
equal deleted inserted replaced
1004:29cb214997f6 1006:041b6b3dd7c6
1 Version 0.6.2
2 http://svn.edgewall.org/repos/genshi/tags/0.6.2/
3 (Jan 26 2013, from branches/stable/0.6.x)
4
5 * Fix infinite loop in interplotation lexing that was introduced by a change
6 in Python 2.7's tokenizer (see #540).
7 * Fix handling of processing instructions without data (see #368).
8
9
10 Version 0.6.1 1 Version 0.6.1
11 http://svn.edgewall.org/repos/genshi/tags/0.6.1/ 2 http://svn.edgewall.org/repos/genshi/tags/0.6.1/
12 (Dec 30 2012, from branches/stable/0.6.x) 3 (Jan 27 2013, from branches/stable/0.6.x)
13 4
14 * Security fix to enhance sanitizing of CSS in style attributes. Genshi's 5 * Security fix to enhance sanitizing of CSS in style attributes. Genshi's
15 `HTMLSanitizer` disallows style attributes by default (this remains 6 `HTMLSanitizer` disallows style attributes by default (this remains
16 unchanged) and warns against such attacks in its documentation, but 7 unchanged) and warns against such attacks in its documentation, but
17 the provided CSS santizing is now less lacking (see #455). 8 the provided CSS santizing is now less lacking (see #455).
32 * Fix handling of internal state by match templates (relevant when multiple 23 * Fix handling of internal state by match templates (relevant when multiple
33 templates match the same part of the stream, see #370). 24 templates match the same part of the stream, see #370).
34 * Fix handling of multiple events between or on either side of start and end 25 * Fix handling of multiple events between or on either side of start and end
35 tags in translated messages (see #404). 26 tags in translated messages (see #404).
36 * Fix test failures caused by changes in HTMLParser in Python 2.7 (see #501). 27 * Fix test failures caused by changes in HTMLParser in Python 2.7 (see #501).
28 * Fix infinite loop in interplotation lexing that was introduced by a change
29 in Python 2.7's tokenizer (see #540).
30 * Fix handling of processing instructions without data (see #368).
31 * Updated MANIFEST.in so as not to rely on build from Subersion 1.6.
37 32
38 33
39 Version 0.6 34 Version 0.6
40 http://svn.edgewall.org/repos/genshi/tags/0.6.0/ 35 http://svn.edgewall.org/repos/genshi/tags/0.6.0/
41 (Apr 22 2010, from branches/stable/0.6.x) 36 (Apr 22 2010, from branches/stable/0.6.x)
Copyright (C) 2012-2017 Edgewall Software