You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by vg...@apache.org on 2004/11/11 16:16:49 UTC

svn commit: rev 57443 - cocoon/trunk

Author: vgritsenko
Date: Thu Nov 11 07:16:48 2004
New Revision: 57443

Modified:
   cocoon/trunk/status.xml
Log:
reparing status, as far as I can


Modified: cocoon/trunk/status.xml
==============================================================================
--- cocoon/trunk/status.xml	(original)
+++ cocoon/trunk/status.xml	Thu Nov 11 07:16:48 2004
@@ -136,7 +136,7 @@
 
     <action context="code" assigned-to="SW">
       For 2.2: Views must start not from the first encountered label, but from the last one
-      (see http://marc.theaimsgroup.com/?l=xml-cocoon-dev&amp;m=101784499622172&amp;w=2)
+      (see http://marc.theaimsgroup.com/?l=xml-cocoon-dev&amp;m=101784499622172)
     </action>
 
     <action context="code" assigned-to="NKB">
@@ -199,9 +199,6 @@
 
   <changes>
  <release version="@version@" date="@date@">
-   <action dev="GP" type="add">
-     Added replacement for Excalibut Event package in org.apache.cocoon.components.thread
-   </action>
    <action dev="TC" type="fix" fixes-bug="31297" due-to="Nikolaus Rath" due-to-email="Nikolaus@rath.org">
      Javaflow: also support inherited methods
    </action>
@@ -375,11 +372,25 @@
    </action>
  </release>
  <release version="2.1.6" date="TBD">
+   <action dev="VG" type="fix">
+     Scratchpad block: Restored CastorTransformer support for context beans,
+     restored bean lookup logic, fixed sample.
+   </action>
+   <action dev="GP" type="add">
+     Added replacement for Excalibur Event package in
+     org.apache.cocoon.components.thread and migrated most classes using their own
+     threads to that package
+   </action>
    <action dev="AG" type="update">
      Updated antlr to 2.7.4, db-ojb to 1.0.1
    </action>
    <action dev="AG" type="fix" fixes-bug="29945" due-to="Christoph Gaffga" due-to-email="cgaffga@triplemind.com">
-     BetwixtTransformer: removed deprecation warning with latest betwixt
+     Scratchpad block: BetwixtTransformer: removed deprecation warning with
+     latest betwixt
+   </action>
+   <action dev="ATC" type="update">
+     Deprecated the PHP block since the PHP servlet the generator depends on
+     never worked properly. Explicitly excluded the PHP block from blocks.properties.
    </action>
    <action dev="VG" type="fix" fixes-bug="27176" due-to="Guillaume Deflache" due-to-email="guillaume@anyware-tech.com">
      XSP Block: Add space="strip" attribute support for &lt;xsp:page&gt;
@@ -394,7 +405,7 @@
            Add a new tag &lt;jpath:set-lenient lenient="true|false"&gt;
    </action>
    <action dev="AG" type="update">
-     Updated commons-httpclient to 2.0.2, groovy to 1.0-beta-7, commmons-betwixt to 0.6.
+     Updated commons-httpclient to 2.0.2, groovy to 1.0-beta-7, commons-betwixt to 0.6.
    </action>
    <action dev="VG" type="update">
      Flow invocations (function calls or continuation invocations) should always
@@ -589,11 +600,11 @@
      Mail block: The mail transformer ignored configured toAddresses from a
      pipeline parameter. This is fixed now.
    </action>
-   <action dev="AG" type="update">
-     Update qdox to 1.5 and jdt-core to 3.0.0.
-   </action>
    <action dev="AG" type="fix" fixes-bug="28209" due-to="Enrico Maccias" due-to-email="enrico.maccias@free.fr">
      Fixing BetwixtTransformer does not marshal Collections properly (java.lang.OutOfMemoryError).
+   </action>
+   <action dev="AG" type="update">
+     Update qdox to 1.5 and jdt-core to 3.0.0.
    </action>
    <action dev="AG" type="fix" fixes-bug="30038" due-to="Jorg Heymans" due-to-email="jh@domek.be">
      Fixing lucene-block samples dependencies.