sylvain 2003/12/11 13:25:12
Modified: . status.xml
Log:
List recent changes. Will now port them to 2.2
Revision Changes Path
1.211 +17 -1 cocoon-2.1/status.xml
Index: status.xml
===================================================================
RCS file: /home/cvs/cocoon-2.1/status.xml,v
retrieving revision 1.210
retrieving revision 1.211
diff -u -r1.210 -r1.211
--- status.xml 11 Dec 2003 11:33:45 -0000 1.210
+++ status.xml 11 Dec 2003 21:25:12 -0000 1.211
@@ -189,6 +189,22 @@
<changes>
<release version="@version@" date="@date@">
+ <action dev="SW" type="update">
+ Fixed and updated the stores and made them instrumentable to follow
their size and
+ the number of hits and missed.
+ </action>
+ <action dev="SW" type="add">
+ New PipelineUtil class that extends the features or
<code>cocoon.processPipelineTo()</code>
+ to SAX and DOM outputs.
+ </action>
+ <action dev="SW" type="add">
+ The "cocoon" object in flowscript has two new methods that allow Java
classes
+ instanciated by a flowscript to access e.g. request, response and
components
+ without requiring a dependency on the "FOM_Cocoon" class.<br/>
+ <code>cocoon.createObject(Class)</code> creates an object and honors
the various
+ Avalon lifecycle interfaces implemented by an object.<br/>
+ <code>cocoon.disposeObject(Object)</code> disposes an object if needed.
+ </action>
<action dev="VG" type="update">
Reworked I18nTransformer implementation to use new version of
XMLResourceBundle.
</action>