comparison ChangeLog @ 974:740bc7646c28 trunk

Update ChangeLog with changes for 0.6.1.
author hodgestar
date Sun, 30 Dec 2012 14:13:27 +0000
parents 19750e09fab1
children 96997655d9bc
comparison
equal deleted inserted replaced
973:59f5a8345780 974:740bc7646c28
1 Version 0.6.1 1 Version 0.6.1
2 http://svn.edgewall.org/repos/genshi/tags/0.6.1/ 2 http://svn.edgewall.org/repos/genshi/tags/0.6.1/
3 (???, from branches/stable/0.6.x) 3 (Dec 30 2012, from branches/stable/0.6.x)
4 4
5 * Security fix to enhance sanitizing of CSS in style attributes. Genshi's
6 `HTMLSanitizer` disallows style attributes by default (this remains
7 unchanged) and warns against such attacks in its documentation, but
8 the provided CSS santizing is now less lacking (see #455).
5 * Fix for error in how `HTMLFormFiller` would handle `textarea` elements if 9 * Fix for error in how `HTMLFormFiller` would handle `textarea` elements if
6 no value was not supplied form them. 10 no value was not supplied form them.
7 * The `HTMLFormFiller` now correctly handles check boxes and radio buttons 11 * The `HTMLFormFiller` now correctly handles check boxes and radio buttons
8 with an empty `value` attribute. 12 with an empty `value` attribute.
13 * Template `Context` objects now have a `.copy` method.
14 * Added a simple `tox.ini` file for using tox to test against multiple
15 verions of Python.
16 * Fix for bug in `QName` comparison (see #413).
17 * Fix for bug in handling of trailing events in match template matches
18 (see #399).
19 * Fix i18n namespace declaration in documentation (see #400).
20 * Fix for bug in caching of events in serializers by no longer caching
21 `(TEXT, Markup)` events (see #429).
22 * Fix handling of `None` by `Markup.escape` in `_speedups.c` (see #439).
23 * Fix handling of internal state by match templates (relevant when multiple
24 templates match the same part of the stream, see #370).
25 * Fix handling of multiple events between or on either side of start and end
26 tags in translated messages (see #404).
27 * Fix test failures caused by changes in HTMLParser in Python 2.7 (see #501).
9 28
10 29
11 Version 0.6 30 Version 0.6
12 http://svn.edgewall.org/repos/genshi/tags/0.6.0/ 31 http://svn.edgewall.org/repos/genshi/tags/0.6.0/
13 (Apr 22 2010, from branches/stable/0.6.x) 32 (Apr 22 2010, from branches/stable/0.6.x)
Copyright (C) 2012-2017 Edgewall Software