You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@santuario.apache.org by bl...@apache.org on 2006/08/19 07:39:31 UTC

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

Author: blautenb
Date: Fri Aug 18 22:39:31 2006
New Revision: 432799

URL: http://svn.apache.org/viewvc?rev=432799&view=rev
Log:
Prepare for 1.3 C++ release

Modified:
    xml/security/trunk/doc/site/src/documentation/content/xdocs/c/index.xml
    xml/security/trunk/doc/site/src/documentation/content/xdocs/index.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=432799&r1=432798&r2=432799&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 Fri Aug 18 22:39:31 2006
@@ -22,25 +22,20 @@
   
   <body>
     <section>
-      <title>Version 1.2 Released</title>
+      <title>Version 1.3 Released</title>
       <p>
         The Apache XML Security team are proud to announce the release
-        of version 1.2 of the xml-security-c library.  This is the first
-        version of the library to provide processing and handling of 
-        <link href="http://www.w3.org/2001/XKMS/">XML Key Management
-          Specification (XKMS)</link> (currently XML Key Information Service
-        Specification - XKISS - only) messages together with a command
-        line client for performing XKMS requests and reading/dumping
-        XKMS messages.
+        of version 1.3 of the xml-security-c library.  This release now 
+        provides full support for  loading and processing of XKMS messages.
       </p>
       <p>
-        The team were involved in <link href="http://www.w3c.org">World Wide
-          Web Consortium (w3c)</link> interoperability testing with
-        a reference XKMS server built using the xml-security-c library.
+        A number of optimisations have now been built into the canonicalisation
+        routines, creating significant speed improvements when processing
+        large documents.
       </p>
       <p>
         This version also includes a number of other changes and bugfixes,
-        including updates to support Xerces 2.6 with Xalan 1.9.
+        including updates to support Xerces 2.7 with Xalan 1.9.
         See <link href="../changes.html">changes.html</link> for more
         information.
       </p>
@@ -68,6 +63,30 @@
     </section>
 	<section>
 	  <title>Old News</title>
+      <section>
+        <title>Version 1.2 Released</title>
+        <p>
+          The Apache XML Security team are proud to announce the release
+          of version 1.2 of the xml-security-c library.  This is the first
+          version of the library to provide processing and handling of 
+          <link href="http://www.w3.org/2001/XKMS/">XML Key Management
+            Specification (XKMS)</link> (currently XML Key Information Service
+          Specification - XKISS - only) messages together with a command
+          line client for performing XKMS requests and reading/dumping
+          XKMS messages.
+        </p>
+        <p>
+          The team were involved in <link href="http://www.w3c.org">World Wide
+            Web Consortium (w3c)</link> interoperability testing with
+          a reference XKMS server built using the xml-security-c library.
+        </p>
+        <p>
+          This version also includes a number of other changes and bugfixes,
+          including updates to support Xerces 2.6 with Xalan 1.9.
+          See <link href="../changes.html">changes.html</link> for more
+          information.
+        </p>
+      </section>
       <section>
         <title>News - March 2004</title>
         <p>

Modified: xml/security/trunk/doc/site/src/documentation/content/xdocs/index.xml
URL: http://svn.apache.org/viewvc/xml/security/trunk/doc/site/src/documentation/content/xdocs/index.xml?rev=432799&r1=432798&r2=432799&view=diff
==============================================================================
--- xml/security/trunk/doc/site/src/documentation/content/xdocs/index.xml (original)
+++ xml/security/trunk/doc/site/src/documentation/content/xdocs/index.xml Fri Aug 18 22:39:31 2006
@@ -22,6 +22,15 @@
   <body> 
     <section>
       <title>News</title>
+      <section>      
+      	<title>August 2006</title>
+		<p>
+		  Version 1.3 of the C++ library has been released. This release
+          features performance improvements and a complete message set
+          for XKMS.
+		  <link href="site:changes">changelog</link> for more information.
+		</p>
+      </section>
       <section>
 		<title>October 2005</title>
 		<p>

Modified: xml/security/trunk/doc/site/status.xml
URL: http://svn.apache.org/viewvc/xml/security/trunk/doc/site/status.xml?rev=432799&r1=432798&r2=432799&view=diff
==============================================================================
--- xml/security/trunk/doc/site/status.xml (original)
+++ xml/security/trunk/doc/site/status.xml Fri Aug 18 22:39:31 2006
@@ -18,7 +18,7 @@
 <status>  
   <developers>
     <person name="Christian Geuer-Pollmann"  email="geuer-pollmann@nue.et-inf.uni-siegen.de"  id="CGP" />
-    <person name="Berin Lautenbach"      email="berin@ozemail.com.au"      id="BL" />
+    <person name="Berin Lautenbach"      email="berin@wingsofhermes.org"      id="BL" />
     <person name="Axl Mattheus"      email="axl.mattheus@sun.com"      id="AXL" />
     <person name="Erwin van der Koogh" email="erwin@koogh.com" id="EK" />
     <person name="Karel Wouters"      email="karel.wouters@esat.kuleuven.ac.be"      id="KW" />
@@ -32,6 +32,58 @@
   <changes>
     <!-- Add new releases here; action attributes: type:(add | fix | update); -->
     <!-- context:(docs | java_something | c_something ) -->
+    <release version="C++ 1.3" date="August 2006">
+      <action dev="BL" type="fix" context="c_rel">
+        Performance improvements in canonicalisation
+      </action>
+      <action dev="BL" type="add" context="c_rel">
+        Implemented algorithm handlers for the digital signature
+        classes, to provide algorithm extensibility
+      </action>
+      <action dev="BL" type="update" context="c_rel">
+        Update signature classes to pass in requested algorithms as URIs
+        rather than enums.  Enum based methods are now  deprecated.
+      </action>
+      <action dev="BL" type="fix" context="c_rel">
+        Fix memory leaks in OpenSSL wrapping code
+      </action>
+      <action dev="BL" type="update" context="c_rel">
+        Provide ability for calling application to define whether
+        references are interlocking.
+      </action>
+      <action dev="BL" type="fix" context="c_rel">
+        Provide some stability if the Apache keystore is corrupted under
+        Windows.
+      </action>
+      <action dev="MT" type="add" context="c_rel">
+        Initial import of beta NSS crypto support
+      </action>
+      <action dev="BL" type="add" context="c_rel">
+        Complete implementation of XKMS message set
+      </action>
+      <action dev="BL" type="add" context="c_rel">
+        Methods to allow loading of encrypted data without doing decrypt
+        and to process a decrypt/encrypt operation without replacing the
+        original nodes
+      </action>
+      <action dev="BL" type="add" context="c_rel">
+        Provide  MS VC++ 2005 project files
+      </action>
+      <action dev="BL" type="fix" context="c_rel">
+        Fix bug when encrypting small input docs
+      </action>
+      <action dev="BL" type="update" context="c_rel">
+        Implement checks for broken OpenSSL support under Solaris 10
+      </action>
+      <action dev="BL" type="update" context="c_rel">
+        Add --with-xalan, --with-openssl, --with-xerces and --enable-warnerror
+        flags in configure
+      </action>
+      <action dev="BL" type="update" context="c_rel">
+        Configure now detects if Xalan is installed rather than having
+        XALANCROOT being a pointer to the compile directory
+      </action>
+    </release>
     <release version="Java 1.3" date="October 2005">
     	<action dev="SM" type="fix" fixes-bug="36044" context="java_general">
 	Canonicalizing an empty node-set throws an ArrayIndexOutOfBoundsException. Also added new unit test for generating signatures.