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/05/02 19:20:23 UTC

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

Author: raul
Date: Wed May  2 10:20:22 2007
New Revision: 534555

URL: http://svn.apache.org/viewvc?view=rev&rev=534555
Log:
1.4.1 Documentation

Modified:
    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/index.xml
URL: http://svn.apache.org/viewvc/xml/security/trunk/doc/site/src/documentation/content/xdocs/index.xml?view=diff&rev=534555&r1=534554&r2=534555
==============================================================================
--- xml/security/trunk/doc/site/src/documentation/content/xdocs/index.xml (original)
+++ xml/security/trunk/doc/site/src/documentation/content/xdocs/index.xml Wed May  2 10:20:22 2007
@@ -23,6 +23,18 @@
     <section>
       <title>News</title>
       <section>      
+      	<title>May 2007</title>
+		<p>
+		  Version 1.4.1 of the Jave library has been released. This a bugfix release that 
+          contains a major bugfix to the canonicalization engine introduced in 1.4 release. 
+          It is recomend that 1.4 users upgrade to the new version as signatures contianing 
+          non ascii characters created by this library are not according to the standard, and will be only validated by 1.4 library. 
+        </p>
+		<p>
+		 Please see <link href="site:changes">changelog</link> for more information.
+		</p>
+      </section>
+      <section>      
       	<title>January 2007</title>
 		<p>
 		  Version 1.3.1 of the C++ library has been released. This release

Modified: xml/security/trunk/doc/site/status.xml
URL: http://svn.apache.org/viewvc/xml/security/trunk/doc/site/status.xml?view=diff&rev=534555&r1=534554&r2=534555
==============================================================================
--- xml/security/trunk/doc/site/status.xml (original)
+++ xml/security/trunk/doc/site/status.xml Wed May  2 10:20:22 2007
@@ -32,7 +32,39 @@
   <changes>
     <!-- Add new releases here; action attributes: type:(add | fix | update); -->
     <!-- context:(docs | java_something | c_something ) -->
-    
+    <release version="Java 1.4.1" date="May 2007">    
+      <action dev="SM" type="fix" fixes-bug="41892" context="java_general" due-to="Derek Morr">
+    	XML Security 1.4.0 does not build with IBM's JDK.   
+      </action>
+      <action dev="SM" type="fix" fixes-bug="41927" context="java_general" due-to="Lijun Liao">
+    	Cannot canonicalize with XSLT transform.   
+      </action>
+      <action dev="SM" type="fix" fixes-bug="41805" context="java_general" due-to="Brent Putman">
+    	Resolution of SAML 1.x ID attributes, incorrect namespace.  
+      </action>
+      <action dev="SM" type="fix" fixes-bug="41474" context="java_general" due-to="Lijun Liao">
+    	Two text nodes with the value '\n' in succession within &lt;ds:SignedInfo&gt; and &lt;ds:X509IssuerSerial&gt;.  
+      </action>
+      <action dev="SM" type="fix" fixes-bug="41510" context="java_general" due-to="Stepan Hrbacek">
+    	org.apache.xml.security.keys.content.KeyValue.getPublicKey() returns null for DSA key. 
+      </action>      
+      <action dev="SM" type="fix" fixes-bug="41573" context="java_general" due-to="Marek Jablonski">
+    	XMLCipher StackOverflowError. 
+      </action>
+      <action dev="SM" type="fix" fixes-bug="41569" context="java_general" due-to="Julien Pasquier">
+    	Cannot specify dynamically a specific JCE Provider with the DSA Signature.
+      </action>
+      <action dev="RB" type="fix" fixes-bug="42239" context="java_general" due-to="Wolfgang Glas">
+    	ECDSA signature value interoperability patch.
+      </action>
+      <action dev="RB" type="fix" fixes-bug="41520" context="java_general" due-to="Lijun Liao">
+    	Cannot generate signatures with the same key but different algorithms in sucession.
+      </action>
+      <action dev="RB" type="fix" fixes-bug="41462" context="java_general" due-to="Karol Rewera">
+    	Xml canonization - UTF-8 encoding issue in Xml security 1.4.0.
+      </action>
+      
+    </release>
     <release version="C++ 1.3.1" date="January 2007">
       <action dev="BL" type="update" context="c_rel">
         Refactor NIX build to use automake and libtool