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 2008/10/27 22:06:39 UTC

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

Author: mullan
Date: Mon Oct 27 14:06:39 2008
New Revision: 708317

URL: http://svn.apache.org/viewvc?rev=708317&view=rev
Log:
Fixed bug 46101: org.apache.xml.security.utils.IdResolver is not thread safe

Modified:
    xml/security/trunk/CHANGELOG.txt

Modified: xml/security/trunk/CHANGELOG.txt
URL: http://svn.apache.org/viewvc/xml/security/trunk/CHANGELOG.txt?rev=708317&r1=708316&r2=708317&view=diff
==============================================================================
--- xml/security/trunk/CHANGELOG.txt (original)
+++ xml/security/trunk/CHANGELOG.txt Mon Oct 27 14:06:39 2008
@@ -1,5 +1,6 @@
 Changelog for "Apache xml-security" <http://xml.apache.org/security/>
 New in v ...
+    Fixed bug 46101: org.apache.xml.security.utils.IdResolver is not thread safe
     Fixed bug 45961: verify with own canonicalization method. Thanks to Anton Kosyakov.
     Fixed bug 45475: XMLSignature::getKeyInfo method modifies document
     Fixed bug 45811: Fix XMLSec 1.4.2 problems reported by findbugs