joerg 2003/06/21 04:51:27
Modified: . changes.xml
Log:
caching directory generator + some fixes on it
Revision Changes Path
1.24 +6 -2 cocoon-2.0/changes.xml
Index: changes.xml
===================================================================
RCS file: /home/cvs/cocoon-2.0/changes.xml,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- changes.xml 14 Jun 2003 00:31:15 -0000 1.23
+++ changes.xml 21 Jun 2003 11:51:26 -0000 1.24
@@ -43,7 +43,11 @@
</devs>
<release version="@version@" date="@date@">
- <action dev="JH" type="fix" fixes-bug="15365" due-to="Maciek Kaminski"
due-to-email=" [EMAIL PROTECTED]">
+ <action dev="JH" type="update" fixes-bug="20911" due-to="Jorg Heymans"
due-to-email="[EMAIL PROTECTED]">
+ Backported the caching from Cocoon 2.1, fixed cache key generation, fixed the
root pattern handling
+ (if not matching directory found leave out the ancestors), fixed empty src
attribute handling.
+ </action>
+ <action dev="JH" type="fix" fixes-bug="15365" due-to="Maciek Kaminski"
due-to-email="[EMAIL PROTECTED]">
Added/fixed internationalization support for HSSFSerializer by setting the
output encoding
hardcoded to UTF-16. It's obviously only a hack, but so it's at least usable
for more people.
</action>