You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@santuario.apache.org by sc...@apache.org on 2009/07/21 16:33:33 UTC

svn commit: r796322 - in /xml/security/trunk/doc/site: src/documentation/content/xdocs/c/index.xml src/documentation/content/xdocs/c/installation.xml status.xml

Author: scantor
Date: Tue Jul 21 14:33:33 2009
New Revision: 796322

URL: http://svn.apache.org/viewvc?rev=796322&view=rev
Log:
Adding 1.5.1 release to site.

Modified:
    xml/security/trunk/doc/site/src/documentation/content/xdocs/c/index.xml
    xml/security/trunk/doc/site/src/documentation/content/xdocs/c/installation.xml
    xml/security/trunk/doc/site/status.xml

Modified: xml/security/trunk/doc/site/src/documentation/content/xdocs/c/index.xml
URL: http://svn.apache.org/viewvc/xml/security/trunk/doc/site/src/documentation/content/xdocs/c/index.xml?rev=796322&r1=796321&r2=796322&view=diff
==============================================================================
--- xml/security/trunk/doc/site/src/documentation/content/xdocs/c/index.xml (original)
+++ xml/security/trunk/doc/site/src/documentation/content/xdocs/c/index.xml Tue Jul 21 14:33:33 2009
@@ -22,12 +22,12 @@
   
   <body>
     <section>
-      <title>Version 1.5.0 Released</title>
+      <title>Version 1.5.1 Released</title>
       <p>
-        The Apache XML Security team are proud to announce the release
-        of version 1.5.0 of the xml-security-c library.  This release
-        provides more bug fixes, partial support for Inclusive Canonicalization 1.1,
-        and support for the Xerces 3.x official release and 32/64-bit portability APIs.
+        The Apache XML Security team are pleased to announce the release
+        of version 1.5.1 of the xml-security-c library.  This release
+        provides some bug fixes and a fix for the recently announced
+        HMAC vulnerability in the XML Signature specification.
       </p>
     </section>
     <section>
@@ -54,6 +54,15 @@
 	<section>
 	  <title>Old News</title>
       <section>
+        <title>Version 1.5.0 Released</title>
+        <p>
+          The Apache XML Security team are proud to announce the release
+          of version 1.5.0 of the xml-security-c library.  This release
+          provides more bug fixes, partial support for Inclusive Canonicalization 1.1,
+          and support for the Xerces 3.x official release and 32/64-bit portability APIs.
+        </p>
+      </section>
+      <section>
         <title>Version 1.4.0 Released</title>
         <p>
           The Apache XML Security team are proud to announce the release

Modified: xml/security/trunk/doc/site/src/documentation/content/xdocs/c/installation.xml
URL: http://svn.apache.org/viewvc/xml/security/trunk/doc/site/src/documentation/content/xdocs/c/installation.xml?rev=796322&r1=796321&r2=796322&view=diff
==============================================================================
--- xml/security/trunk/doc/site/src/documentation/content/xdocs/c/installation.xml (original)
+++ xml/security/trunk/doc/site/src/documentation/content/xdocs/c/installation.xml Tue Jul 21 14:33:33 2009
@@ -32,7 +32,7 @@
 		is also required if XPath and/or XSLT transformations are required.
       </p>
 	  <p>
-		Version 1.5.0 of the library has been tested with versions 3.0.1 and
+		Version 1.5.1 of the library has been tested with versions 3.0.1 and
         2.8.0 of Xerces-C, and Version 0.9.7 (and above) of OpenSSL.
 	  </p>
     </section>

Modified: xml/security/trunk/doc/site/status.xml
URL: http://svn.apache.org/viewvc/xml/security/trunk/doc/site/status.xml?rev=796322&r1=796321&r2=796322&view=diff
==============================================================================
--- xml/security/trunk/doc/site/status.xml (original)
+++ xml/security/trunk/doc/site/status.xml Tue Jul 21 14:33:33 2009
@@ -35,12 +35,24 @@
     <!-- Add new releases here; action attributes: type:(add | fix | update); -->
     <!-- context:(docs | java_something | c_something ) -->
 
+    <release version="C++ 1.5.1" date="July 2009">
+      <action dev="SC" type="fix" fixes-bug="47353" context="c_rel">
+        Fix for c14n of default namespaces
+      </action>
+      <action dev="SC" type="fix" context="c_rel">
+        Fix Sparc compilation bug
+      </action>
+      <action dev="SC" type="fix" fixes-bug="47527" context="c_rel">
+        Fix for CVE-2009-0217
+      </action>
+    </release>
+
     <release version="C++ 1.5.0" date="June 2009">
       <action dev="SC" type="update" context="c_rel">
         Make SHA-1 the implicit default DigestMethod for RSA-OAEP
         key transport, allowing for interop until broken impls are fixed
       </action>
-      <action dev="SC" type="fix" context="c_rel">
+      <action dev="SC" type="fix" fixes-bug="45828" context="c_rel">
         Fix memory leak in OpenSSL RSA/DSA key cloning
       </action>
       <action dev="SC" type="add" context="c_rel">