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/08/21 14:41:02 UTC

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

Author: mullan
Date: Thu Aug 21 05:41:01 2008
New Revision: 687731

URL: http://svn.apache.org/viewvc?rev=687731&view=rev
Log:
Fixed bug 45664: Some calls should be wrapped in AccessController.doPrivileged

Modified:
    xml/security/trunk/CHANGELOG.txt

Modified: xml/security/trunk/CHANGELOG.txt
URL: http://svn.apache.org/viewvc/xml/security/trunk/CHANGELOG.txt?rev=687731&r1=687730&r2=687731&view=diff
==============================================================================
--- xml/security/trunk/CHANGELOG.txt (original)
+++ xml/security/trunk/CHANGELOG.txt Thu Aug 21 05:41:01 2008
@@ -1,5 +1,6 @@
 Changelog for "Apache xml-security" <http://xml.apache.org/security/>
 New in v ...
+    Fixed bug 45664: Some calls should be wrapped in AccessController.doPrivileged
     Fixed bug 45634: Restore XMLUtils.createDSctx method.
     Fixed bug 45095: log4j.properties in xmlsec sources and builds has side
 effects in production environment. Thanks to Joachim Rousseau.