comparison ChangeLog @ 288:dcd0e8918098

Fix bug introduced in [343], that broke the parsing of templates which declare the same namespace more than once in a nested fashion. Thanks to Graham Higgins for reporting the problem.
author cmlenz
date Fri, 13 Oct 2006 07:43:02 +0000
parents 408879d805fb
children 2281dc992155
comparison
equal deleted inserted replaced
285:408879d805fb 288:dcd0e8918098
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
14
15 Version 0.3.3
16 http://svn.edgewall.org/repos/genshi/tags/0.3.3/
17 (?, from branches/stable/0.3.x)
18
19 * 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.
13 21
14 22
15 Version 0.3.2 23 Version 0.3.2
16 http://svn.edgewall.org/repos/genshi/tags/0.3.2/ 24 http://svn.edgewall.org/repos/genshi/tags/0.3.2/
17 (Oct 12 2006, from branches/stable/0.3.x) 25 (Oct 12 2006, from branches/stable/0.3.x)
Copyright (C) 2012-2017 Edgewall Software