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 2010/12/13 22:18:14 UTC

svn commit: r1045377 - in /santuario/trunk/doc/site/src/documentation/content/xdocs: c/index.xml c/installation.xml index.xml

Author: scantor
Date: Mon Dec 13 21:18:09 2010
New Revision: 1045377

URL: http://svn.apache.org/viewvc?rev=1045377&view=rev
Log:
Basic updates for C++ 1.6.0 release.

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

Modified: santuario/trunk/doc/site/src/documentation/content/xdocs/c/index.xml
URL: http://svn.apache.org/viewvc/santuario/trunk/doc/site/src/documentation/content/xdocs/c/index.xml?rev=1045377&r1=1045376&r2=1045377&view=diff
==============================================================================
--- santuario/trunk/doc/site/src/documentation/content/xdocs/c/index.xml (original)
+++ santuario/trunk/doc/site/src/documentation/content/xdocs/c/index.xml Mon Dec 13 21:18:09 2010
@@ -22,12 +22,12 @@ limitations under the License.
   
   <body>
     <section>
-      <title>Version 1.5.1 Released</title>
+      <title>Version 1.6.0 Released</title>
       <p>
         The Apache Santuario 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.
+        of version 1.6.0 of the xml-security-c library.  This release
+        provides many bug fixes and a partial implementation of
+        XML Signature 1.1 features, including ECDSA signatures.
       </p>
     </section>
     <section>
@@ -54,6 +54,15 @@ limitations under the License.
 	<section>
 	  <title>Old News</title>
       <section>
+        <title>Version 1.5.1 Released</title>
+        <p>
+          The Apache Santuario 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>
         <title>Version 1.5.0 Released</title>
         <p>
           The Apache XML Security team are proud to announce the release

Modified: santuario/trunk/doc/site/src/documentation/content/xdocs/c/installation.xml
URL: http://svn.apache.org/viewvc/santuario/trunk/doc/site/src/documentation/content/xdocs/c/installation.xml?rev=1045377&r1=1045376&r2=1045377&view=diff
==============================================================================
--- santuario/trunk/doc/site/src/documentation/content/xdocs/c/installation.xml (original)
+++ santuario/trunk/doc/site/src/documentation/content/xdocs/c/installation.xml Mon Dec 13 21:18:09 2010
@@ -28,11 +28,12 @@ limitations under the License.
     <section> 
       <title>Prerequisites</title>
       <p>
-		The library requires OpenSSL for cryptographic support.  Xalan-C
-		is also required if XPath and/or XSLT transformations are required.
+		The library requires one of OpenSSL, NSS, or WinCAPI for cryptographic
+		support, but only OpenSSL is well-tested.  Xalan-C is also required if
+		XPath and/or XSLT transformations are required.
       </p>
 	  <p>
-		Version 1.5.1 of the library has been tested with versions 3.0.1 and
+		Version 1.6.0 of the library has been tested with versions 3.x and
         2.8.0 of Xerces-C, and Version 0.9.7 (and above) of OpenSSL.
 	  </p>
     </section>
@@ -59,10 +60,9 @@ limitations under the License.
     <section>
 	  <title>Building for UNIX</title>
 	  <p>
-		XML-Security-C is currently fully supported on Linux, FreeBSD and 
-		Solaris.  It is partially supported (in cases where Xalan is not 
-		required) on NetBSD and Cygwin.  It has been built and 
-		tested using GNU gcc 3.x/4.x, Sun Workshop (Solaris), and GNU make.
+		XML-Security-C is currently fully supported on Red Hat and SUSE
+		Linux, Solaris, Mac OS X. It has been built and tested using GNU
+		gcc 3.x/4.x and Sun Workshop (Solaris).
 	  </p>
 	  <section>
 		<title>Set up the Environment</title>
@@ -144,7 +144,7 @@ limitations under the License.
 	  <title>Building for Windows</title>
 	  <p>
 		XML-Security-C has been built and tested on Microsoft's Visual C++ 6.0
-		and 2005/2008 compilers. The following subsections briefly describe how to 
+		and 2005/2008/2010 compilers. The following subsections briefly describe how to 
 		rebuild the library, tools and samples using the supplied workspaces.
 		The specific information is for VC6, but the process for 2005 or 2008
         is similar.

Modified: santuario/trunk/doc/site/src/documentation/content/xdocs/index.xml
URL: http://svn.apache.org/viewvc/santuario/trunk/doc/site/src/documentation/content/xdocs/index.xml?rev=1045377&r1=1045376&r2=1045377&view=diff
==============================================================================
--- santuario/trunk/doc/site/src/documentation/content/xdocs/index.xml (original)
+++ santuario/trunk/doc/site/src/documentation/content/xdocs/index.xml Mon Dec 13 21:18:09 2010
@@ -22,6 +22,15 @@ limitations under the License.
   <body> 
     <section>
       <title>News</title>
+      <section>
+        <title>December 2010</title>
+        <p>
+          The Apache Santuario team are pleased to announce the release
+          of version 1.6.0 of the xml-security-c library.  This release
+          provides many bug fixes and a partial implementation of
+          XML Signature 1.1 features, including ECDSA signatures.
+        </p>
+      </section>
       <section>      
         <title>November 2010</title>
         <p>