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/06/12 01:01:04 UTC

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

Author: raul
Date: Sun Jun 11 16:01:04 2006
New Revision: 413545

URL: http://svn.apache.org/viewvc?rev=413545&view=rev
Log: (empty)

Modified:
    xml/security/trunk/CHANGELOG.txt

Modified: xml/security/trunk/CHANGELOG.txt
URL: http://svn.apache.org/viewvc/xml/security/trunk/CHANGELOG.txt?rev=413545&r1=413544&r2=413545&view=diff
==============================================================================
--- xml/security/trunk/CHANGELOG.txt (original)
+++ xml/security/trunk/CHANGELOG.txt Sun Jun 11 16:01:04 2006
@@ -25,7 +25,9 @@
 		the Transform object in enginePerformTransfor methods.
 	Fixed bug 39685: bugs reported by findbugs (mullan)
 	Added support for SHA256 & SHA512 DigestMethods to JSR 105. (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)
+			
 		
 New in v1.3
 	Init-Don't fail if a transformation don't have all of its dependecies.