vgritsenko 02/02/06 20:12:32
Modified: . changes.xml
Log:
Document changes
Revision Changes Path
1.103 +17 -1 xml-cocoon2/changes.xml
Index: changes.xml
===================================================================
RCS file: /home/cvs/xml-cocoon2/changes.xml,v
retrieving revision 1.102
retrieving revision 1.103
diff -u -r1.102 -r1.103
--- changes.xml 5 Feb 2002 12:11:07 -0000 1.102
+++ changes.xml 7 Feb 2002 04:12:32 -0000 1.103
@@ -4,7 +4,7 @@
<!--
History of Cocoon changes
- $Id: changes.xml,v 1.102 2002/02/05 12:11:07 cziegeler Exp $
+ $Id: changes.xml,v 1.103 2002/02/07 04:12:32 vgritsenko Exp $
-->
<changes title="History of Changes">
@@ -31,8 +31,24 @@
</devs>
<release version="@version@" date="@date@">
+ <action dev="VG" type="update">
+ ProgramLanguage is decoupled now from the languages compiled into Java.
+ Instead of Class object representing a program, Program interface has
+ been introduced.
+ </action>
+ <action dev="VG" type="fix">
+ Text located in XSP language logicsheets now properly quoted.
+ </action>
<action dev="CZ" type="fix" fixes-bug="6242">
SQL Transformer did enter Infinite Loop. This is fixed now.
+ </action>
+ <action dev="VG" type="fix" fixes-bug="4117">
+ Sitemap engine verifies that root element is the <sitemap> element
+ in the 'http://apache.org/cocoon/sitemap/1.0' namespace.
+ </action>
+ <action dev="VG" type="fix">
+ Move commonalities between sitemap markup language and XSP markup
language
+ into CocoonMarkupLanguage.
</action>
<action dev="CZ" type="update">
Minor rewrite of the LogTransformer. The logfile is now resolved using
----------------------------------------------------------------------
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]