You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by pi...@apache.org on 2005/09/02 16:54:25 UTC

svn commit: r267217 - /cocoon/branches/BRANCH_2_1_X/status.xml

Author: pier
Date: Fri Sep  2 07:54:23 2005
New Revision: 267217

URL: http://svn.apache.org/viewcvs?rev=267217&view=rev
Log:
Tabs-to-spaces (from SW) and noted the "validation" lbock"

Modified:
    cocoon/branches/BRANCH_2_1_X/status.xml

Modified: cocoon/branches/BRANCH_2_1_X/status.xml
URL: http://svn.apache.org/viewcvs/cocoon/branches/BRANCH_2_1_X/status.xml?rev=267217&r1=267216&r2=267217&view=diff
==============================================================================
--- cocoon/branches/BRANCH_2_1_X/status.xml (original)
+++ cocoon/branches/BRANCH_2_1_X/status.xml Fri Sep  2 07:54:23 2005
@@ -196,16 +196,19 @@
 
   <changes>
   <release version="@version@" date="@date@">
-	 <action dev="SW" type="add">
-		Add a "cocoon.exit()" method to flowscript, which allows to exit the current flowscript invocation without
-		creating a continuation.
-	 </action>
+    <action dev="PF" type="add">
+       Added a new "validation" block using (for now) RELAX-NG to validate documents while a pipeline is processed.
+    </action>
+    <action dev="SW" type="add">
+       Add a "cocoon.exit()" method to flowscript, which allows to exit the current flowscript invocation without
+       creating a continuation.
+    </action>
     <action dev="SW" type="fix" fixes-bug="35575" due-to="Jean-Baptiste Quenot" due-to-email="jbq@anyware-tech.com">
-  	   XMLdb block: Don't rely on the sitemap components to stream the contents of a xmldb source.
+      XMLdb block: Don't rely on the sitemap components to stream the contents of a xmldb source.
     </action>
-  	 <action dev="SW" type="fix" fixes-bug="35574" due-to="Jean-Baptiste Quenot" due-to-email="jbq@anyware-tech.com">
+    <action dev="SW" type="fix" fixes-bug="35574" due-to="Jean-Baptiste Quenot" due-to-email="jbq@anyware-tech.com">
       CForms block: Escape apostrophes in validation messages formatted as JavaScript alerts.
-	 </action>
+    </action>
     <action dev="AG" type="fix" fixes-bug="36373" due-to="Johan Stuyts" due-to-email="j.stuyts@hippo.nl">
       getTime(...) of CocoonLogFormatter implemented incorrectly
     </action>