comparison ChangeLog @ 975:70666a3436f5 stable-0.6.x

Merge r1198 from trunk (update ChangeLog with changes for 0.6.1).
author hodgestar
date Sun, 30 Dec 2012 14:19:28 +0000
parents 64f04a2c5e66
children 8d4625183417
comparison
equal deleted inserted replaced
972:7cd21f6e3a58 975:70666a3436f5
1 Version 0.6.1
2 http://svn.edgewall.org/repos/genshi/tags/0.6.1/
3 (Dec 30 2012, from branches/stable/0.6.x)
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).
9 * Fix for error in how `HTMLFormFiller` would handle `textarea` elements if
10 no value was not supplied form them.
11 * The `HTMLFormFiller` now correctly handles check boxes and radio buttons
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).
28
29
1 Version 0.6 30 Version 0.6
2 http://svn.edgewall.org/repos/genshi/tags/0.6.0/ 31 http://svn.edgewall.org/repos/genshi/tags/0.6.0/
3 (Apr 22 2010, from branches/stable/0.6.x) 32 (Apr 22 2010, from branches/stable/0.6.x)
4 33
5 * Support for Python 2.3 has been dropped. 34 * Support for Python 2.3 has been dropped.
Copyright (C) 2012-2017 Edgewall Software