You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@santuario.apache.org by co...@apache.org on 2011/04/20 11:41:37 UTC

svn commit: r1095340 - /santuario/xml-security-java/branches/1.4.x-fixes/CHANGELOG.txt

Author: coheigea
Date: Wed Apr 20 09:41:37 2011
New Revision: 1095340

URL: http://svn.apache.org/viewvc?rev=1095340&view=rev
Log:
[SANTUARIO-253] - Update Changelog.

Modified:
    santuario/xml-security-java/branches/1.4.x-fixes/CHANGELOG.txt

Modified: santuario/xml-security-java/branches/1.4.x-fixes/CHANGELOG.txt
URL: http://svn.apache.org/viewvc/santuario/xml-security-java/branches/1.4.x-fixes/CHANGELOG.txt?rev=1095340&r1=1095339&r2=1095340&view=diff
==============================================================================
--- santuario/xml-security-java/branches/1.4.x-fixes/CHANGELOG.txt (original)
+++ santuario/xml-security-java/branches/1.4.x-fixes/CHANGELOG.txt Wed Apr 20 09:41:37 2011
@@ -1,5 +1,6 @@
 Changelog for "Apache xml-security" <http://santuario.apache.org/>
 New in v1.4.5-SNAPSHOT
+    Fixed SANTUARIO-253: org.apache.xml.security.utils.resolver.ResourceResolver is not thread safe.
     Fixed SANTUARIO-263: Canonicalizer can't handle dynamical created DOM correctly. Thanks to Martin Koegler.
     Fixed SANTUARIO-262: Invalid use of String.getBytes(). Thanks to Martin Koegler.