joerg 2003/08/13 13:03:13
Modified: . status.xml
Log:
@fixes-bug added to i18n backwards compitability fix
Revision Changes Path
1.120 +2 -2 cocoon-2.1/status.xml
Index: status.xml
===================================================================
RCS file: /home/cvs/cocoon-2.1/status.xml,v
retrieving revision 1.119
retrieving revision 1.120
diff -u -r1.119 -r1.120
--- status.xml 13 Aug 2003 17:12:25 -0000 1.119
+++ status.xml 13 Aug 2003 20:03:13 -0000 1.120
@@ -202,7 +202,7 @@
<changes>
<release version="@version@" date="@date@">
- <action dev="SW" type="fix">
+ <action dev="SW" type="fix" fixes-bug="20445">
Update the I18nTransformer so that it also accepts the 2.0 namespace.
This ensures backwards compatibility
for 2.0 applications. Additionally, attributes on "i18n:" elements can
now be in the default namespace (meaning
we can now write <i8n:text key="foo"> instead of <i18n:text
i18n:key="foo">)