You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@santuario.apache.org by mu...@apache.org on 2006/05/23 19:51:57 UTC

svn commit: r408972 - /xml/security/trunk/CHANGELOG.txt

Author: mullan
Date: Tue May 23 10:51:57 2006
New Revision: 408972

URL: http://svn.apache.org/viewvc?rev=408972&view=rev
Log:
Document my bug fixes for v 1.4.

Modified:
    xml/security/trunk/CHANGELOG.txt

Modified: xml/security/trunk/CHANGELOG.txt
URL: http://svn.apache.org/viewvc/xml/security/trunk/CHANGELOG.txt?rev=408972&r1=408971&r2=408972&view=diff
==============================================================================
--- xml/security/trunk/CHANGELOG.txt (original)
+++ xml/security/trunk/CHANGELOG.txt Tue May 23 10:51:57 2006
@@ -1,6 +1,15 @@
 Changelog for "Apache xml-security" <http://xml.apache.org/security/>
 New in v...
-    Fixed bug 38655
+	Fixed bug 38668: Add XMLCipher.encryptData method that takes 
+			 serialized data as parameter (mullan)
+	Fixed bug 39273: JSR 105 DOMCryptoContext.setIdAttributeNS not working 
+			 when validating signatures (mullan)
+	Fixed bug 38405: ElementProxy.length() is not working (Java) (mullan)
+	Fixed bug 37708: Different behaviour with NodeSet and RootNode with 
+			 InclusiveNamespaces (mullan)
+	Fixed bug 37456: Signing throws an exception if custom resource 
+			 resolver is registered (mullan)
+        Fixed bug 38655
 	Fixed bug 38444.
 	Fixed bug 38605.
 	Fixed bug 39200
@@ -197,4 +206,4 @@
                            x2c.getElement());
    
 --------------------------------
-  
\ No newline at end of file
+