Mercurial > genshi > mirror
comparison ChangeLog @ 897:64f04a2c5e66 trunk
Update changelog and copyright years.
author | cmlenz |
---|---|
date | Thu, 22 Apr 2010 12:01:10 +0000 |
parents | 28156470fe24 |
children | 07b2f61ed0c1 70666a3436f5 |
comparison
equal
deleted
inserted
replaced
896:8ae2c1765068 | 897:64f04a2c5e66 |
---|---|
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 (Apr 22 2010, 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 * Rewrite of the XPath evaluation engine for better performance and improved | 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 | 7 correctness. This is the result of integrating work done by Marcin Kurczych |
8 during GSoC 2008. | 8 during GSoC 2008. |
9 * Updated the Python AST processing for template code evaluation to use the | 9 * Updated the Python AST processing for template code evaluation to use the |
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. This, too, is the result of integrating work | 11 adapter layer for Python 2.4. This, too, is the result of integrating work |
12 done by Marcin Kurczych during GSoC 2008. | 12 done by Marcin Kurczych during GSoC 2008. |
13 * Added caching in the serialization stage for improved performance. | 13 * Added caching in the serialization stage for improved performance in some |
14 cases. | |
14 * Various improvements to the HTML sanitization filter. | 15 * Various improvements to the HTML sanitization filter. |
15 * Fix problem with I18n filter that would get confused by expressions in | 16 * Fix problem with I18n filter that would get confused by expressions in |
16 attribute values when inside an `i18n:msg` block (ticket #250). | 17 attribute values when inside an `i18n:msg` block (ticket #250). |
17 * Fix problem with the transformation filter dropping events after the | 18 * Fix problem with the transformation filter dropping events after the |
18 selection (ticket #290). | 19 selection (ticket #290). |
27 * Added an option to the `HTMLFiller` to also populate password fields. | 28 * Added an option to the `HTMLFiller` to also populate password fields. |
28 * Match template processing no longer produces unwanted duplicate output in | 29 * Match template processing no longer produces unwanted duplicate output in |
29 some cases (ticket #254). | 30 some cases (ticket #254). |
30 * Templates instantiated without a loader now get an implicit loader based on | 31 * Templates instantiated without a loader now get an implicit loader based on |
31 their file path, or the current directory as a fallback (ticket #320). | 32 their file path, or the current directory as a fallback (ticket #320). |
33 * Added documentation for the `TemplateLoader`. | |
34 * Enhanced documentation for internationalization. | |
32 | 35 |
33 | 36 |
34 Version 0.5.1 | 37 Version 0.5.1 |
35 http://svn.edgewall.org/repos/genshi/tags/0.5.1/ | 38 http://svn.edgewall.org/repos/genshi/tags/0.5.1/ |
36 (Jul 9 2008, from branches/stable/0.5.x) | 39 (Jul 9 2008, from branches/stable/0.5.x) |