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 2006/08/16 22:14:15 UTC

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

Author: raul
Date: Wed Aug 16 13:14:14 2006
New Revision: 432016

URL: http://svn.apache.org/viewvc?rev=432016&view=rev
Log:
Fixed format & spelling

Modified:
    xml/security/trunk/CHANGELOG.txt

Modified: xml/security/trunk/CHANGELOG.txt
URL: http://svn.apache.org/viewvc/xml/security/trunk/CHANGELOG.txt?rev=432016&r1=432015&r2=432016&view=diff
==============================================================================
--- xml/security/trunk/CHANGELOG.txt (original)
+++ xml/security/trunk/CHANGELOG.txt Wed Aug 16 13:14:14 2006
@@ -2,9 +2,9 @@
 New in ...
 New in v1.4beta2
     Optimization in c14n in node-sets.
-	Optimization for the xml:* inheritance in inclusive the c14n.
+	Optimization for the xml:* inheritance in inclusive  c14n.
 	Added ECDSA signature thanks Markus Lindner 
-	Optimization in RetrievelMethod handling don't reparse the bytes into a DOM tree if not needed thanks David Garcia.
+	Optimization in RetrievelMethod handling. Don't reparse the bytes into a DOM tree if not needed thanks David Garcia.
 	Fixed bug 40215: Base64 is not working in EBCDIC platform. Thanks to
 	     acastro.dit@aeat.es for fix.
 	Big optimizations in XPath2 transformation.
@@ -12,6 +12,12 @@
 	Fixed bug no resolver for X509Data with just a X509Certificate.	
 	Optimization in Base64 to do simple transformation from String to  byte[]
 New in v1.4beta1
+    Fixed bug 40032. Fixed BUG 40031 Fixed bug when the prefix digital signature uri is not null.
+	Changes in the NodeFilter API in order to let the transformations
+         do some optimizations take into account the c14n order.
+	Optimization in signature transformation in node-sets(xpath, xpath2), 20-40% speed-up.	    
+	
+New in v1.4beta0
 	Fixed bug 38668: Add XMLCipher.encryptData method that takes 
 			 serialized data as parameter (mullan)
 	Fixed bug 39273: JSR 105 DOMCryptoContext.setIdAttributeNS not working 
@@ -40,10 +46,6 @@
 	Fix JSR 105 unmarshaling bug: now recognizes PGPData. (mullan)
 	Optimization to not create instances of Signature or MessageDigest objects, but mantain one for thread. 
 		Also don't change the key if it was already used. (raul)
-	Fixed bug 40032. Fixed BUG 40031 Fixed bug when the prefix digital signature uri is not null.
-	Changes in the NodeFilter API in order to let the transformations
-         do some optimizations take into account the c14n order.
-	Optimization in signature transformation in node-sets(xpath, xpath2), 20-40% speed-up.	    
 		
 New in v1.3
 	Init-Don't fail if a transformation don't have all of its dependecies.