comparison ChangeLog @ 294:4a8975768572 trunk

Updated change log.
author cmlenz
date Fri, 13 Oct 2006 13:44:55 +0000
parents e09c5b7a64ae
children 53d502c7c874
comparison
equal deleted inserted replaced
293:e17b7459b515 294:4a8975768572
8 loader was fixed by adding locking. 8 loader was fixed by adding locking.
9 * A new filter (genshi.filters.HTMLFormFiller) was added, which can populate 9 * A new filter (genshi.filters.HTMLFormFiller) was added, which can populate
10 HTML forms based on a dictionary of values. 10 HTML forms based on a dictionary of values.
11 * The set of permitted tag and attribute names for the HTMLSanitizer can now 11 * The set of permitted tag and attribute names for the HTMLSanitizer can now
12 be configured per instance. 12 be configured per instance.
13 * The template engine plugin now supports a range of options for
14 configuration, for example to set the default serialization method, the
15 default output encoding, or the default DOCTYPE.
13 16
14 17
15 Version 0.3.3 18 Version 0.3.3
16 http://svn.edgewall.org/repos/genshi/tags/0.3.3/ 19 http://svn.edgewall.org/repos/genshi/tags/0.3.3/
17 (?, from branches/stable/0.3.x) 20 (?, from branches/stable/0.3.x)
18 21
19 * Fixed bug introduced in 0.3.2 that broke the parsing of templates which 22 * Fixed bug introduced in 0.3.2 that broke the parsing of templates which
20 declare the same namespace more than once in a nested fashion. 23 declare the same namespace more than once in a nested fashion.
24 * Fixed the parsing of HTML entity references inside attribute values, both
25 in the `XMLParser` and the `HTMLParser` classes.
21 26
22 27
23 Version 0.3.2 28 Version 0.3.2
24 http://svn.edgewall.org/repos/genshi/tags/0.3.2/ 29 http://svn.edgewall.org/repos/genshi/tags/0.3.2/
25 (Oct 12 2006, from branches/stable/0.3.x) 30 (Oct 12 2006, from branches/stable/0.3.x)
Copyright (C) 2012-2017 Edgewall Software