comparison ChangeLog @ 836:ec96500c4dc3

ChangeLog updates.
author cmlenz
date Tue, 17 Mar 2009 15:09:16 +0000
parents e1c6163c5077
children 44b633a0c6a9
comparison
equal deleted inserted replaced
835:155c499496fe 836:ec96500c4dc3
1 Version 0.6 1 Version 0.6
2 http://svn.edgewall.org/repos/genshi/tags/0.6.0/ 2 http://svn.edgewall.org/repos/genshi/tags/0.6.0/
3 (???, from branches/stable/0.6.x) 3 (???, from branches/stable/0.6.x)
4 4
5 * Support for Python 2.3 has been dropped. 5 * Support for Python 2.3 has been dropped.
6 * Added caching in the serilization stage for improved performance. 6 * Rewrite of the XPath evaluation engine for better performance and improved
7 correctness. This is the result of integrating work done by Marcin Kurczych
8 during GSoC 2008.
9 * Updated the Python AST processing for template code evaluation to use the
10 `_ast` module instead of the deprecated `compiler` package, including an
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
13 by Marcin Kurczych during GSoC 2008.
14 * Added caching in the serialization stage for improved performance.
7 15
8 16
9 Version 0.5.2 17 Version 0.5.2
10 http://svn.edgewall.org/repos/genshi/tags/0.5.2/ 18 http://svn.edgewall.org/repos/genshi/tags/0.5.2/
11 (???, from branches/stable/0.5.x) 19 (???, from branches/stable/0.5.x)
Copyright (C) 2012-2017 Edgewall Software