You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general-cvs@xml.apache.org by bl...@apache.org on 2006/09/17 09:20:28 UTC

svn commit: r447020 - in /xml/site/targets/security: c/index.html changes.html changes.rss index.html

Author: blautenb
Date: Sun Sep 17 00:20:27 2006
New Revision: 447020

URL: http://svn.apache.org/viewvc?view=rev&rev=447020
Log:
C++ library v1.3

Modified:
    xml/site/targets/security/c/index.html
    xml/site/targets/security/changes.html
    xml/site/targets/security/changes.rss
    xml/site/targets/security/index.html

Modified: xml/site/targets/security/c/index.html
URL: http://svn.apache.org/viewvc/xml/site/targets/security/c/index.html?view=diff&rev=447020&r1=447019&r2=447020
==============================================================================
--- xml/site/targets/security/c/index.html (original)
+++ xml/site/targets/security/c/index.html Sun Sep 17 00:20:27 2006
@@ -157,33 +157,28 @@
 <div id="skinconf-txtlink"></div>
 <h1>C++ Library Documentation</h1>
     
-<a name="N1000D"></a><a name="Version+1.2+Released"></a>
-<h2 class="h3">Version 1.2 Released</h2>
+<a name="N1000D"></a><a name="Version+1.3+Released"></a>
+<h2 class="h3">Version 1.3 Released</h2>
 <div class="section">
 <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 
-        <a class="external" href="http://www.w3.org/2001/XKMS/">XML Key Management
-          Specification (XKMS)</a> (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 <a class="external" href="http://www.w3c.org">World Wide
-          Web Consortium (w3c)</a> 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 <a href="../changes.html">changes.html</a> for more
         information.
       </p>
 </div>
     
-<a name="N10029"></a><a name="Overview+of+the+C%2B%2B+Library"></a>
+<a name="N10021"></a><a name="Overview+of+the+C%2B%2B+Library"></a>
 <h2 class="h3">Overview of the C++ Library</h2>
 <div class="section">
 <p>
@@ -206,10 +201,33 @@
       </p>
 </div>
 	
-<a name="N10039"></a><a name="Old+News"></a>
+<a name="N10031"></a><a name="Old+News"></a>
 <h2 class="h3">Old News</h2>
 <div class="section">
-<a name="N1003F"></a><a name="News+-+March+2004"></a>
+<a name="N10037"></a><a name="Version+1.2+Released"></a>
+<h3 class="h4">Version 1.2 Released</h3>
+<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 
+          <a class="external" href="http://www.w3.org/2001/XKMS/">XML Key Management
+            Specification (XKMS)</a> (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 <a class="external" href="http://www.w3c.org">World Wide
+            Web Consortium (w3c)</a> 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 <a href="../changes.html">changes.html</a> for more
+          information.
+        </p>
+<a name="N10053"></a><a name="News+-+March+2004"></a>
 <h3 class="h4">News - March 2004</h3>
 <p>
           Version 1.1 of the C++ library has been released.  Supporting
@@ -225,7 +243,7 @@
 <li>Bug fixes to Signature implementation</li>
         
 </ul>
-<a name="N10055"></a><a name="May+2003"></a>
+<a name="N10069"></a><a name="May+2003"></a>
 <h3 class="h4">May 2003</h3>
 <p>
 		  Beta 0.2 has been released.  It covers :
@@ -246,7 +264,7 @@
 		  Beta 0.2 is has been tested with Xerces-C v2.2 and the newly 
 		  released Xalan-C v1.5.
 		</p>
-<a name="N10071"></a><a name="February+2003"></a>
+<a name="N10085"></a><a name="February+2003"></a>
 <h3 class="h4">February 2003</h3>
 <p>
 		  The C++ library has now been fully transferred into the Apache XML
@@ -267,7 +285,7 @@
 <li>XML Encryption (to be added post 1.00 release)</li>
 		
 </ul>
-<a name="N1008A"></a><a name="News+-+August+2003"></a>
+<a name="N1009E"></a><a name="News+-+August+2003"></a>
 <h3 class="h4">News - August 2003</h3>
 <p>
 		  Version 1.00 of the library has now been released.  It features :

Modified: xml/site/targets/security/changes.html
URL: http://svn.apache.org/viewvc/xml/site/targets/security/changes.html?view=diff&rev=447020&r1=447019&r2=447020
==============================================================================
--- xml/site/targets/security/changes.html (original)
+++ xml/site/targets/security/changes.html Sun Sep 17 00:20:27 2006
@@ -174,7 +174,78 @@
     <!-- Add new releases here; action attributes: type:(add | fix | update); -->
     <!-- context:(docs | java_something | c_something ) -->
     
-<a name="N10012"></a><a name="version_Java 1.3"></a>
+<a name="N10012"></a><a name="version_C++ 1.3"></a>
+<h2 class="h3">Version C++ 1.3 (September 2006)</h2>
+<div class="section">
+<ul>
+<li>
+<img class="icon" alt="add" src="images/add.jpg">
+        Implemented algorithm handlers for the digital signature
+        classes, to provide algorithm extensibility
+      (BL)</li>
+<li>
+<img class="icon" alt="add" src="images/add.jpg">
+        Initial import of beta NSS crypto support
+      (MT)</li>
+<li>
+<img class="icon" alt="add" src="images/add.jpg">
+        Complete implementation of XKMS message set
+      (BL)</li>
+<li>
+<img class="icon" alt="add" src="images/add.jpg">
+        Methods to allow loading of encrypted data without doing decrypt
+        and to process a decrypt/encrypt operation without replacing the
+        original nodes
+      (BL)</li>
+<li>
+<img class="icon" alt="add" src="images/add.jpg">
+        Provide  MS VC++ 2005 project files
+      (BL)</li>
+<li>
+<img class="icon" alt="update" src="images/update.jpg">
+        Update signature classes to pass in requested algorithms as URIs
+        rather than enums.  Enum based methods are now  deprecated.
+      (BL)</li>
+<li>
+<img class="icon" alt="update" src="images/update.jpg">
+        Provide ability for calling application to define whether
+        references are interlocking.
+      (BL)</li>
+<li>
+<img class="icon" alt="update" src="images/update.jpg">
+        Implement checks for broken OpenSSL support under Solaris 10
+      (BL)</li>
+<li>
+<img class="icon" alt="update" src="images/update.jpg">
+        Add --with-xalan, --with-openssl, --with-xerces and --enable-warnerror
+        flags in configure
+      (BL)</li>
+<li>
+<img class="icon" alt="update" src="images/update.jpg">
+        Configure now detects if Xalan is installed rather than having
+        XALANCROOT being a pointer to the compile directory
+      (BL)</li>
+<li>
+<img class="icon" alt="fix" src="images/fix.jpg">
+        Performance improvements in canonicalisation
+      (BL)</li>
+<li>
+<img class="icon" alt="fix" src="images/fix.jpg">
+        Fix memory leaks in OpenSSL wrapping code
+      (BL)</li>
+<li>
+<img class="icon" alt="fix" src="images/fix.jpg">
+        Provide some stability if the Apache keystore is corrupted under
+        Windows.
+      (BL)</li>
+<li>
+<img class="icon" alt="fix" src="images/fix.jpg">
+        Fix bug when encrypting small input docs
+      (BL)</li>
+</ul>
+</div>
+    
+<a name="N1005E"></a><a name="version_Java 1.3"></a>
 <h2 class="h3">Version Java 1.3 (October 2005)</h2>
 <div class="section">
 <ul>
@@ -280,7 +351,7 @@
 </div>
     
     
-<a name="N100B4"></a><a name="version_C++ 1.2.1"></a>
+<a name="N10100"></a><a name="version_C++ 1.2.1"></a>
 <h2 class="h3">Version C++ 1.2.1 (July 2005)</h2>
 <div class="section">
 <ul>
@@ -299,7 +370,7 @@
 </ul>
 </div>
     
-<a name="N100C9"></a><a name="version_C++ 1.2.0"></a>
+<a name="N10115"></a><a name="version_C++ 1.2.0"></a>
 <h2 class="h3">Version C++ 1.2.0 (June 2005)</h2>
 <div class="section">
 <ul>
@@ -437,7 +508,7 @@
 
 
     
-<a name="N10177"></a><a name="version_Java 1.2.1"></a>
+<a name="N101C3"></a><a name="version_Java 1.2.1"></a>
 <h2 class="h3">Version Java 1.2.1 (February 2005)</h2>
 <div class="section">
 <ul>
@@ -481,7 +552,7 @@
 </div>
     
     
-<a name="N101BF"></a><a name="version_Java 1.2"></a>
+<a name="N1020B"></a><a name="version_Java 1.2"></a>
 <h2 class="h3">Version Java 1.2 (December 2004)</h2>
 <div class="section">
 <ul>
@@ -504,7 +575,7 @@
 </ul>
 </div>
     
-<a name="N101D9"></a><a name="version_C++ 1.10"></a>
+<a name="N10225"></a><a name="version_C++ 1.10"></a>
 <h2 class="h3">Version C++ 1.10 (March 2004)</h2>
 <div class="section">
 <ul>
@@ -523,7 +594,7 @@
 </ul>
 </div>
     
-<a name="N101F0"></a><a name="version_C++ 1.00"></a>
+<a name="N1023C"></a><a name="version_C++ 1.00"></a>
 <h2 class="h3">Version C++ 1.00 (July 2003)</h2>
 <div class="section">
 <ul>
@@ -544,7 +615,7 @@
 </ul>
 </div>
     
-<a name="N1020A"></a><a name="version_C++ 0.20"></a>
+<a name="N10256"></a><a name="version_C++ 0.20"></a>
 <h2 class="h3">Version C++ 0.20 (May 2003)</h2>
 <div class="section">
 <ul>
@@ -563,7 +634,7 @@
 </ul>
 </div>
     
-<a name="N10221"></a><a name="version_Java 1.0.5"></a>
+<a name="N1026D"></a><a name="version_Java 1.0.5"></a>
 <h2 class="h3">Version Java 1.0.5 (unreleased)</h2>
 <div class="section">
 <ul>
@@ -574,7 +645,7 @@
 </ul>
 </div>
     
-<a name="N1022F"></a><a name="version_C++ 0.10"></a>
+<a name="N1027B"></a><a name="version_C++ 0.10"></a>
 <h2 class="h3">Version C++ 0.10 (unreleased)</h2>
 <div class="section">
 <ul>
@@ -587,7 +658,7 @@
 </ul>
 </div>
     
-<a name="N1023D"></a><a name="version_Java 1.0.4"></a>
+<a name="N10289"></a><a name="version_Java 1.0.4"></a>
 <h2 class="h3">Version Java 1.0.4 (15 July 2002)</h2>
 <div class="section">
 <ul>
@@ -603,7 +674,7 @@
 </ul>
 </div>
     
-<a name="N10253"></a><a name="version_Java 1.0.3"></a>
+<a name="N1029F"></a><a name="version_Java 1.0.3"></a>
 <h2 class="h3">Version Java 1.0.3 (unknown)</h2>
 <div class="section">
 <ul>

Modified: xml/site/targets/security/changes.rss
URL: http://svn.apache.org/viewvc/xml/site/targets/security/changes.rss?view=diff&rev=447020&r1=447019&r2=447020
==============================================================================
--- xml/site/targets/security/changes.rss (original)
+++ xml/site/targets/security/changes.rss Sun Sep 17 00:20:27 2006
@@ -1,184 +1,94 @@
 <?xml version="1.0" encoding="ISO-8859-1"?><!DOCTYPE rss PUBLIC "-//Netscape Communications//DTD RSS 0.91//EN" "http://my.netscape.com/publish/formats/rss-0.91.dtd">
-<rss version="0.91"><channel><title> Changes</title><link>changes.html</link><description> Changes</description><language>en-us</language><item><title>java_general fix
-                (bug 36044)
-              </title><link>changes.html</link><description>java_general fix
+<rss version="0.91"><channel><title> Changes</title><link>changes.html</link><description> Changes</description><language>en-us</language><item><title>c_rel fix</title><link>changes.html</link><description>c_rel fix
               by 
-              SM
-                (fixes bug 36044)
-              
+              BL
               :
               
-&#9;Canonicalizing an empty node-set throws an ArrayIndexOutOfBoundsException. Also added new unit test for generating signatures.
-    &#9;</description></item><item><title>java_general fix</title><link>changes.html</link><description>java_general fix
+        Performance improvements in canonicalisation
+      </description></item><item><title>c_rel add</title><link>changes.html</link><description>c_rel add
               by 
-              SM
+              BL
               :
               
-&#9;Fixed NullPointerException bugs in engineCanonicalize.
-    &#9;</description></item><item><title>java_general fix</title><link>changes.html</link><description>java_general fix
+        Implemented algorithm handlers for the digital signature
+        classes, to provide algorithm extensibility
+      </description></item><item><title>c_rel update</title><link>changes.html</link><description>c_rel update
               by 
-              SM
+              BL
               :
               
-&#9;Fix bug when parsing reference lists during decryption; properly handle relative URIs and lists of more than one element.
-    &#9; Thanks to Clive Brettingham-Moore.</description></item><item><title>java_general fix</title><link>changes.html</link><description>java_general fix
+        Update signature classes to pass in requested algorithms as URIs
+        rather than enums.  Enum based methods are now  deprecated.
+      </description></item><item><title>c_rel fix</title><link>changes.html</link><description>c_rel fix
               by 
-              SM
+              BL
               :
               
-&#9;Make XMLCipher.encryptData(Document, Element, boolean) public so it can be used by applications.
-    &#9;</description></item><item><title>java_general fix
-                (bug 35917)
-              </title><link>changes.html</link><description>java_general fix
+        Fix memory leaks in OpenSSL wrapping code
+      </description></item><item><title>c_rel update</title><link>changes.html</link><description>c_rel update
               by 
-              SM
-                (fixes bug 35917)
-              
+              BL
               :
               
-&#9;Error in CarriedKeyNameDefinition EncryptedKeyImpl.
-    &#9; Thanks to Julien Taupin.</description></item><item><title>java_general fix</title><link>changes.html</link><description>java_general fix
+        Provide ability for calling application to define whether
+        references are interlocking.
+      </description></item><item><title>c_rel fix</title><link>changes.html</link><description>c_rel fix
               by 
-              SM
+              BL
               :
               
-&#9;Change logging message in XMLCipher.decryptKey from info to debug level (too noisy for info level).
-    &#9;</description></item><item><title>java_general add</title><link>changes.html</link><description>java_general add
+        Provide some stability if the Apache keystore is corrupted under
+        Windows.
+      </description></item><item><title>c_rel add</title><link>changes.html</link><description>c_rel add
               by 
-              SM
+              MT
               :
               
-&#9;Add new msg id named decoding.divisible.four and fix bug in Base64 Transform to throw Base64DecodingExc with this msg id instead of "It should be dived by four".
-    &#9;</description></item><item><title>java_general fix
-                (bug 35580)
-              </title><link>changes.html</link><description>java_general fix
+        Initial import of beta NSS crypto support
+      </description></item><item><title>c_rel add</title><link>changes.html</link><description>c_rel add
               by 
-              SM
-                (fixes bug 35580)
-              
+              BL
               :
               
-&#9;Fix file descriptor leak in XMLSignatureInput.
-    &#9; Thanks to Rune Friis-Jensen.</description></item><item><title>java_general fix</title><link>changes.html</link><description>java_general fix
+        Complete implementation of XKMS message set
+      </description></item><item><title>c_rel add</title><link>changes.html</link><description>c_rel add
               by 
-              SM
+              BL
               :
               
-&#9;Fix NullPointerException in TransformXPathFilter2.engineTransform if XMLSignatureInput is a node-set (instead of an element subtree).
-    &#9;</description></item><item><title>java_general fix</title><link>changes.html</link><description>java_general fix
+        Methods to allow loading of encrypted data without doing decrypt
+        and to process a decrypt/encrypt operation without replacing the
+        original nodes
+      </description></item><item><title>c_rel add</title><link>changes.html</link><description>c_rel add
               by 
-              SM
+              BL
               :
               
-&#9;Fix condition in ElementProxy.guaranteeThatElementInCorrectSpace().
-    &#9; Thanks to bodiguillaume-dev@yahoo.fr.</description></item><item><title>java_general fix</title><link>changes.html</link><description>java_general fix
+        Provide  MS VC++ 2005 project files
+      </description></item><item><title>c_rel fix</title><link>changes.html</link><description>c_rel fix
               by 
-              SM
+              BL
               :
               
-&#9;Fix NullPointerException in log message emitted by ResolverDirectHTTP.engineCanResolve.
-    &#9;</description></item><item><title>java_general fix</title><link>changes.html</link><description>java_general fix
+        Fix bug when encrypting small input docs
+      </description></item><item><title>c_rel update</title><link>changes.html</link><description>c_rel update
               by 
-              SM
+              BL
               :
               
-&#9;Fix NullPointerException bug in ResolverXPointer.engineResolve; check if BaseURI is null before setting source URI.
-    &#9;</description></item><item><title>java_general update</title><link>changes.html</link><description>java_general update
-              by 
-              RB
-              :
-               
-        Out of the box j2se 1.5 ready(no adding xalan in the classpath or endorsed if no
-&#9;   xpath transformation is needed)
-      </description></item><item><title>java_transformations remove</title><link>changes.html</link><description>java_transformations remove
-              by 
-              RB
-              :
-               
-&#9;&#9;Removed http://www.nue.et-inf.uni-siegen.de/~geuer-pollmann/#xpathFilter transformation.
-      </description></item><item><title>java_c14n update</title><link>changes.html</link><description>java_c14n update
-              by 
-              RB
-              :
-               
-      &#9;Performance improvement in C14n, due to changes in internal structure,
-      &#9;and a non recursive algorithm.
-      </description></item><item><title>java_c14n update</title><link>changes.html</link><description>java_c14n update
+        Implement checks for broken OpenSSL support under Solaris 10
+      </description></item><item><title>c_rel update</title><link>changes.html</link><description>c_rel update
               by 
-              RB
-              :
-               
-      &#9;Reduce memory consumption in c14n.
-      </description></item><item><title>java_general update</title><link>changes.html</link><description>java_general update
-              by 
-              RB
-              :
-               
-      &#9;General small optimizations(b64 speed-ups, list instead of vector, etc...).
-      </description></item><item><title>java_general remove</title><link>changes.html</link><description>java_general remove
-              by 
-              RB
-              :
-               
-&#9;&#9;Remove of PRNG, HexDump, X509CertificateValidator classes.
-      </description></item><item><title>java_general fix
-                (bug 34743)
-              </title><link>changes.html</link><description>java_general fix
-              by 
-              RB
-                (fixes bug 34743)
-              
+              BL
               :
               
-      &#9;Fix NPE when an unknown transform algorithm is used.
-       Thanks to Lee Coomber.</description></item><item><title>java_general fix
-                (bug 33936)
-              </title><link>changes.html</link><description>java_general fix
+        Add --with-xalan, --with-openssl, --with-xerces and --enable-warnerror
+        flags in configure
+      </description></item><item><title>c_rel update</title><link>changes.html</link><description>c_rel update
               by 
-              RB
-                (fixes bug 33936)
-              
-              :
-              
-      &#9;Removed system.err.println to a real log.
-       Thanks to Raymond Wong.</description></item><item><title>java_general fix
-                (bug 35919)
-              </title><link>changes.html</link><description>java_general fix
-              by 
-              RB
-                (fixes bug 35919)
-              
-              :
-              
-      &#9;Fix a bug in Xpath and Base64 transform is used together.
-       Thanks to Luda.</description></item><item><title>java_general fix
-                (bug 36638)
-              </title><link>changes.html</link><description>java_general fix
-              by 
-              VM
-                (fixes bug 36638)
-              
-              :
-              
-&#9;Canonicalization of a DocumentFragment node always throws a c14n exception
-    &#9;</description></item><item><title>java_general fix
-                (bug 36639)
-              </title><link>changes.html</link><description>java_general fix
-              by 
-              VM
-                (fixes bug 36639)
-              
-              :
-              
-&#9;KeyValue.getPublicKey does not work
-    &#9;</description></item><item><title>java_general fix
-                (bug 36640)
-              </title><link>changes.html</link><description>java_general fix
-              by 
-              VM
-                (fixes bug 36640)
-              
+              BL
               :
               
-&#9;Signature verification ignores the inclusive namespaces parameter of a excl c14n ds:CanonicalizationMethod
-    &#9;</description></item></channel></rss>
\ No newline at end of file
+        Configure now detects if Xalan is installed rather than having
+        XALANCROOT being a pointer to the compile directory
+      </description></item></channel></rss>
\ No newline at end of file

Modified: xml/site/targets/security/index.html
URL: http://svn.apache.org/viewvc/xml/site/targets/security/index.html?view=diff&rev=447020&r1=447019&r2=447020
==============================================================================
--- xml/site/targets/security/index.html (original)
+++ xml/site/targets/security/index.html Sun Sep 17 00:20:27 2006
@@ -172,7 +172,15 @@
 <a name="N1000D"></a><a name="News"></a>
 <h2 class="h3">News</h2>
 <div class="section">
-<a name="N10013"></a><a name="October+2005"></a>
+<a name="N10013"></a><a name="September+2006"></a>
+<h3 class="h4">September 2006</h3>
+<p>
+		  Version 1.3 of the C++ library has been released. This release
+          features performance improvements and a complete message set
+          for XKMS.
+		  <a href="changes.html">changelog</a> for more information.
+		</p>
+<a name="N10021"></a><a name="October+2005"></a>
 <h3 class="h4">October 2005</h3>
 <p>
 		  Version 1.3 of the Java library has been released.  
@@ -188,14 +196,14 @@
 <p>See the 
 		  <a href="changes.html">changelog</a> for more information.
 		  </p>
-<a name="N1002D"></a><a name="July+2005"></a>
+<a name="N1003B"></a><a name="July+2005"></a>
 <h3 class="h4">July 2005</h3>
 <p>
 		  Version 1.2.1 of the C++ library has been released. This minor
           release fixes versioning problems in the Windows project files.  See the 
 		  <a href="changes.html">changelog</a> for more information.
 		</p>
-<a name="N1003B"></a><a name="June+2005"></a>
+<a name="N10049"></a><a name="June+2005"></a>
 <h3 class="h4">June 2005</h3>
 <p>
 		  Version 1.2 of the C++ library has been released. 
@@ -204,14 +212,14 @@
           See the 
 		  <a href="changes.html">changelog</a> for more information.
 		</p>
-<a name="N10049"></a><a name="February+2005"></a>
+<a name="N10057"></a><a name="February+2005"></a>
 <h3 class="h4">February 2005</h3>
 <p>
 		  Version 1.2.1 of the Java library has been released. 
 		  This is a bugfix version, for more detail information see the
 		  <a href="changes.html">changelog</a>.
 		</p>
-<a name="N10057"></a><a name="December+2004"></a>
+<a name="N10065"></a><a name="December+2004"></a>
 <h3 class="h4">December 2004</h3>
 <p>
 		  Version 1.2 of the Java library has been released.  
@@ -224,7 +232,7 @@
 <li>Easier JCE integration.</li>
 		
 </ul>
-<a name="N1006A"></a><a name="April+2004"></a>
+<a name="N10078"></a><a name="April+2004"></a>
 <h3 class="h4">April 2004</h3>
 <p>
 		  Version 1.1 of the Java library has been released.  
@@ -237,7 +245,7 @@
 <li>Bug fixes to Signature implementation</li>
 		
 </ul>
-<a name="N1007D"></a><a name="March+2004"></a>
+<a name="N1008B"></a><a name="March+2004"></a>
 <h3 class="h4">March 2004</h3>
 <p>
 		  Version 1.1 of the C++ library has been released.  Supporting
@@ -253,7 +261,7 @@
 <li>Bug fixes to Signature implementation</li>
 		
 </ul>
-<a name="N10093"></a><a name="August+2003"></a>
+<a name="N100A1"></a><a name="August+2003"></a>
 <h3 class="h4">August 2003</h3>
 <p>
           Version 1.00 of the C++ library is now released.  This is the first
@@ -263,7 +271,7 @@
 <p>
 		  This version supports Xerces 2.2 and 2.3 and Xalan 1.6.
 		</p>
-<a name="N100A0"></a><a name="May+2003"></a>
+<a name="N100AE"></a><a name="May+2003"></a>
 <h3 class="h4">May 2003</h3>
 <p>
 		  The Beta 0.20 of the C++ library has now been released.  Features:
@@ -275,7 +283,7 @@
 <li>Several minor bug fixes in transforms and UNIX build process</li>
 		
 </ul>
-<a name="N100B3"></a><a name="February+2003"></a>
+<a name="N100C1"></a><a name="February+2003"></a>
 <h3 class="h4">February 2003</h3>
 <p>
 		  The site has now been re-built using the new xml.apache.org standard,
@@ -283,7 +291,7 @@
 		</p>
 </div>
     
-<a name="N100BE"></a><a name="The+Project"></a>
+<a name="N100CC"></a><a name="The+Project"></a>
 <h2 class="h3">The Project</h2>
 <div class="section">
 <p>



---------------------------------------------------------------------
To unsubscribe, e-mail: general-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: general-cvs-help@xml.apache.org