You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@santuario.apache.org by ra...@apache.org on 2007/01/18 17:46:26 UTC

svn commit: r497496 - /xml/security/trunk/doc/site/status.xml

Author: raul
Date: Thu Jan 18 08:46:25 2007
New Revision: 497496

URL: http://svn.apache.org/viewvc?view=rev&rev=497496
Log:
Commenting C 1.3.1

Modified:
    xml/security/trunk/doc/site/status.xml

Modified: xml/security/trunk/doc/site/status.xml
URL: http://svn.apache.org/viewvc/xml/security/trunk/doc/site/status.xml?view=diff&rev=497496&r1=497495&r2=497496
==============================================================================
--- xml/security/trunk/doc/site/status.xml (original)
+++ xml/security/trunk/doc/site/status.xml Thu Jan 18 08:46:25 2007
@@ -32,6 +32,36 @@
   <changes>
     <!-- Add new releases here; action attributes: type:(add | fix | update); -->
     <!-- context:(docs | java_something | c_something ) -->
+    
+    <!-- 1.3.1 does not seem to be released
+    <release version="C++ 1.3.1" date="October 2006">
+      <action dev="BL" type="update" context="c_rel">
+        Refactor NIX build to use automake and libtool
+      </action>
+      <action dev="BL" type="add" context="c_rel">
+        Initial support for API changes in Xerces 3.0
+      </action>
+      <action dev="BL" type="fix" context="c_rel">
+        Fix bug in autoconf that would prevent proper detection
+        of Xerces ability to set Id attributes
+      </action>
+      <action dev="BL" type="fix" context="c_rel">
+        Fix bug 40085 - incorrect OIDs on non SHA1 based RSA sigs
+      </action>
+      <action dev="BL" type="fix" context="c_rel">
+        Remove redundant code in SignedInfo that was preventing
+        the loading of signatures with algorithms not hard coded
+      </action>
+      <action dev="BL" type="fix" context="c_rel">
+        Fix bug in Envelope transform
+      </action>
+      <action dev="BL" type="fix" context="c_rel">
+        Fix bug in DSIGXPathFilterExpr with non-initalised vars.
+	Reported by Ralf "Sabo" Saborowski.
+      </action>
+    </release>
+    -->
+    
    <release version="Java 1.4" date="January 2007">
        <action dev="SM" type="add" context="java_general"> 
 		JSR 105 implementation.
@@ -97,7 +127,7 @@
     	<action dev="SM" type="add" fixes-bug="38668" context="java_general" due-to="">   
     	Add XMLCipher.encryptData method that takes serialized data as parameter 	  
     	</action>    	
-    	
+    	<!--
     	<action dev="RB" type="fix" fixes-bug="40290" context="java_general" due-to="FIXME">
     	Internal    	
     	</action>
@@ -110,36 +140,10 @@
     	<action dev="" type="fix" fixes-bug="39273" context="java_general" due-to="FIXME">  
     	Internal  	  
     	</action>
+    	-->
     	
     	
-    </release>
-    <release version="C++ 1.3.1" date="October 2006">
-      <action dev="BL" type="update" context="c_rel">
-        Refactor NIX build to use automake and libtool
-      </action>
-      <action dev="BL" type="add" context="c_rel">
-        Initial support for API changes in Xerces 3.0
-      </action>
-      <action dev="BL" type="fix" context="c_rel">
-        Fix bug in autoconf that would prevent proper detection
-        of Xerces ability to set Id attributes
-      </action>
-      <action dev="BL" type="fix" context="c_rel">
-        Fix bug 40085 - incorrect OIDs on non SHA1 based RSA sigs
-      </action>
-      <action dev="BL" type="fix" context="c_rel">
-        Remove redundant code in SignedInfo that was preventing
-        the loading of signatures with algorithms not hard coded
-      </action>
-      <action dev="BL" type="fix" context="c_rel">
-        Fix bug in Envelope transform
-      </action>
-      <action dev="BL" type="fix" context="c_rel">
-        Fix bug in DSIGXPathFilterExpr with non-initalised vars.
-	Reported by Ralf "Sabo" Saborowski.
-      </action>
-    </release>
-
+    </release>    
 
     <release version="C++ 1.3" date="September 2006">
       <action dev="BL" type="fix" context="c_rel">