comparison ChangeLog @ 1005:2e2d67621904 trunk

Update ChangeLog.
author hodgestar
date Sun, 27 Jan 2013 15:32:01 +0000
parents 97fcc9f0e191
children
comparison
equal deleted inserted replaced
1002:d599d55a9a70 1005:2e2d67621904
1 Version 0.8 1 Version 0.8
2 http://svn.edgewall.org/repos/genshi/tags/0.8.0/ 2 http://svn.edgewall.org/repos/genshi/tags/0.8.0/
3 (???, from branches/stable/0.8.x) 3 (???, from branches/stable/0.7.x)
4 4
5 * ??? 5 * ???
6
7 6
8 Version 0.7 7 Version 0.7
9 http://svn.edgewall.org/repos/genshi/tags/0.7.0/ 8 http://svn.edgewall.org/repos/genshi/tags/0.7.0/
10 (Dec 30 2012, from branches/stable/0.7.x) 9 (Jan 27 2013, from branches/stable/0.7.x)
11 10
12 * Add support for Python 3.1, 3.2 and 3.3 (via 2to3) and for PyPy. The 11 * Add support for Python 3.1, 3.2 and 3.3 (via 2to3) and for PyPy. The
13 majority of the coding was done in a sprint run by the Cape Town Python 12 majority of the coding was done in a sprint run by the Cape Town Python
14 Users Group with financial assistance from the Python Software Foundation. 13 Users Group with financial assistance from the Python Software Foundation.
15 * Default input and output encodings changed from UTF-8 to None (i.e. unicode 14 * Default input and output encodings changed from UTF-8 to None (i.e. unicode
16 strings). 15 strings).
16 * Skip Mako benchmarks if Mako isn't installed (rather than failing
17 completely).
17 18
18 19
19 Version 0.6.1 20 Version 0.6.1
20 http://svn.edgewall.org/repos/genshi/tags/0.6.1/ 21 http://svn.edgewall.org/repos/genshi/tags/0.6.1/
21 (Dec 30 2012, from branches/stable/0.6.x) 22 (Jan 27 2012, from branches/stable/0.6.x)
22 23
23 * Security fix to enhance sanitizing of CSS in style attributes. Genshi's 24 * Security fix to enhance sanitizing of CSS in style attributes. Genshi's
24 `HTMLSanitizer` disallows style attributes by default (this remains 25 `HTMLSanitizer` disallows style attributes by default (this remains
25 unchanged) and warns against such attacks in its documentation, but 26 unchanged) and warns against such attacks in its documentation, but
26 the provided CSS santizing is now less lacking (see #455). 27 the provided CSS santizing is now less lacking (see #455).
41 * Fix handling of internal state by match templates (relevant when multiple 42 * Fix handling of internal state by match templates (relevant when multiple
42 templates match the same part of the stream, see #370). 43 templates match the same part of the stream, see #370).
43 * Fix handling of multiple events between or on either side of start and end 44 * Fix handling of multiple events between or on either side of start and end
44 tags in translated messages (see #404). 45 tags in translated messages (see #404).
45 * Fix test failures caused by changes in HTMLParser in Python 2.7 (see #501). 46 * Fix test failures caused by changes in HTMLParser in Python 2.7 (see #501).
47 * Fix infinite loop in interplotation lexing that was introduced by a change
48 in Python 2.7's tokenizer (see #540).
49 * Fix handling of processing instructions without data (see #368).
50 * Updated MANIFEST.in so as not to rely on build from Subersion 1.6.
46 51
47 52
48 Version 0.6 53 Version 0.6
49 http://svn.edgewall.org/repos/genshi/tags/0.6.0/ 54 http://svn.edgewall.org/repos/genshi/tags/0.6.0/
50 (Apr 22 2010, from branches/stable/0.6.x) 55 (Apr 22 2010, from branches/stable/0.6.x)
Copyright (C) 2012-2017 Edgewall Software