comparison ChangeLog @ 838:80bce2f6f9fe

Move ChangeLog entry for [1046] to 0.5.2 release section.
author cmlenz
date Tue, 17 Mar 2009 17:19:14 +0000
parents 44b633a0c6a9
children 878306a5b465
comparison
equal deleted inserted replaced
837:44b633a0c6a9 838:80bce2f6f9fe
10 `_ast` module instead of the deprecated `compiler` package, including an 10 `_ast` module instead of the deprecated `compiler` package, including an
11 adapter layer for Python 2.4, and some workarounds to enable compatibility 11 adapter layer for Python 2.4, and some workarounds to enable compatibility
12 with Google App Engine. This, too, is the result of integrating work done 12 with Google App Engine. This, too, is the result of integrating work done
13 by Marcin Kurczych during GSoC 2008. 13 by Marcin Kurczych during GSoC 2008.
14 * Added caching in the serialization stage for improved performance. 14 * Added caching in the serialization stage for improved performance.
15 * Fixed handling of relative URLs with fragment identifiers containing colons
16 in the `HTMLSanitizer` (ticket #274).
17 15
18 16
19 Version 0.5.2 17 Version 0.5.2
20 http://svn.edgewall.org/repos/genshi/tags/0.5.2/ 18 http://svn.edgewall.org/repos/genshi/tags/0.5.2/
21 (???, from branches/stable/0.5.x) 19 (???, from branches/stable/0.5.x)
28 scope, meaning you can now access variables assigned in the loop outside 26 scope, meaning you can now access variables assigned in the loop outside
29 of the loop, just as you can in regular Python code (ticket #259). 27 of the loop, just as you can in regular Python code (ticket #259).
30 * Import statements inside function definitions in template code blocks no 28 * Import statements inside function definitions in template code blocks no
31 longer result in an UndefinedError when the imported name is accessed 29 longer result in an UndefinedError when the imported name is accessed
32 (ticket #276). 30 (ticket #276).
31 * Fixed handling of relative URLs with fragment identifiers containing colons
32 in the `HTMLSanitizer` (ticket #274).
33 33
34 34
35 Version 0.5.1 35 Version 0.5.1
36 http://svn.edgewall.org/repos/genshi/tags/0.5.1/ 36 http://svn.edgewall.org/repos/genshi/tags/0.5.1/
37 (Jul 9 2008, from branches/stable/0.5.x) 37 (Jul 9 2008, from branches/stable/0.5.x)
Copyright (C) 2012-2017 Edgewall Software