dims 01/02/24 13:16:43
Modified: . Tag: xml-cocoon2 changes.xml todo.xml
Log:
Updated TODO.XML and Changes.XML
Revision Changes Path
No revision
No revision
1.9.2.23 +11 -1 xml-cocoon/changes.xml
Index: changes.xml
===================================================================
RCS file: /home/cvs/xml-cocoon/changes.xml,v
retrieving revision 1.9.2.22
retrieving revision 1.9.2.23
diff -u -r1.9.2.22 -r1.9.2.23
--- changes.xml 2001/02/08 17:56:20 1.9.2.22
+++ changes.xml 2001/02/24 21:16:42 1.9.2.23
@@ -4,7 +4,7 @@
<!--
History of Cocoon changes
- $Id: changes.xml,v 1.9.2.22 2001/02/08 17:56:20 bloritsch Exp $
+ $Id: changes.xml,v 1.9.2.23 2001/02/24 21:16:42 dims Exp $
-->
<changes title="History of Changes">
@@ -22,6 +22,16 @@
</devs>
<release version="@version@" date="@date@">
+ <action dev="DM" type="update">
+ Added command line code generation and compilation of XSP's and the
Sitemap.
+ </action>
+ <action dev="DM" type="update">
+ Eliminated dependency on Xalan. Updated sitemap.xsl and the Extension
functions to
+ work both on Xalan and SAXON. SAXON should work from version 6.2.2
onwards.
+ </action>
+ <action dev="DM" type="update">
+ Eliminated dependency on Xerces for the serializers by using TRaX
Serializers.
+ </action>
<action dev="BL" type="update">
Made Cocoon load classpath independent of Servlet Engine Classpath
Attribute.
1.6.2.17 +2 -7 xml-cocoon/todo.xml
Index: todo.xml
===================================================================
RCS file: /home/cvs/xml-cocoon/todo.xml,v
retrieving revision 1.6.2.16
retrieving revision 1.6.2.17
diff -u -r1.6.2.16 -r1.6.2.17
--- todo.xml 2001/02/07 19:43:18 1.6.2.16
+++ todo.xml 2001/02/24 21:16:42 1.6.2.17
@@ -4,7 +4,7 @@
<!--
History of Cocoon changes
- $Id: todo.xml,v 1.6.2.16 2001/02/07 19:43:18 bloritsch Exp $
+ $Id: todo.xml,v 1.6.2.17 2001/02/24 21:16:42 dims Exp $
-->
@@ -19,15 +19,10 @@
<person name="Stefano Mazzocchi" email="[EMAIL PROTECTED]" id="SM"/>
<person name="Giacomo Pati" email="[EMAIL PROTECTED]" id="GP"/>
<person name="Ricardo Rocha" email="[EMAIL PROTECTED]" id="RR"/>
+ <person name="Davanum Srinivas" email="[EMAIL PROTECTED]" id="DM"/>
</devs>
<actions priority="high">
- <action context="code">
- Remove complete dependancy on Xerces/Xalan. There is something
- in the Sitemap which causes SAXON not to work. Also, there should
- be the ability to choose the Parser/Transformer to use without
- additional bulk.
- </action>
<action context="code">
Finish writing the command line interface and design the link rewriting