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/02/26 18:39:22 UTC

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

Author: raul
Date: Sun Feb 26 09:39:20 2006
New Revision: 381128

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

Modified:
    xml/security/trunk/CHANGELOG.txt

Modified: xml/security/trunk/CHANGELOG.txt
URL: http://svn.apache.org/viewcvs/xml/security/trunk/CHANGELOG.txt?rev=381128&r1=381127&r2=381128&view=diff
==============================================================================
--- xml/security/trunk/CHANGELOG.txt (original)
+++ xml/security/trunk/CHANGELOG.txt Sun Feb 26 09:39:20 2006
@@ -1,5 +1,10 @@
 Changelog for "Apache xml-security" <http://xml.apache.org/security/>
-New in v1.2.1-99
+New in v...
+	Fixed bug 38605.
+		Refactored the way keyresolver works instead of calling canResolve/resolveX only resolveX is used  
+		and if it returns null it means it cannot resolve.
+		
+New in v1.3
 	Init-Don't fail if a transformation don't have all of its dependecies.
 		Remove XPath initialization from Init and do only when xpath is needed.
     Resolv-Removed the use of xpath expressions to search the elements to sign/verify, now use only plain DOM searching.