You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by oh...@apache.org on 2013/06/27 21:48:23 UTC

svn commit: r1497530 - /commons/proper/configuration/trunk/src/changes/changes.xml

Author: oheger
Date: Thu Jun 27 19:48:23 2013
New Revision: 1497530

URL: http://svn.apache.org/r1497530
Log:
[CONFIGURATION-462] Updated changes.xml.

Modified:
    commons/proper/configuration/trunk/src/changes/changes.xml

Modified: commons/proper/configuration/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/configuration/trunk/src/changes/changes.xml?rev=1497530&r1=1497529&r2=1497530&view=diff
==============================================================================
--- commons/proper/configuration/trunk/src/changes/changes.xml (original)
+++ commons/proper/configuration/trunk/src/changes/changes.xml Thu Jun 27 19:48:23 2013
@@ -154,6 +154,9 @@
         Concurrent access to configurations and reloading have been completely
         redesigned. This should reduce the amount of synchronization.
       </action>
+      <action dev="oheger" type="update" issue="CONFIGURATION-462">
+        Updated dependency to Commons Lang from version 2.6 to 3.1.
+      </action>
       <action dev="oheger" type="update" issue="CONFIGURATION-419">
         EventSource is now an interface. With BaseEventSource there is a
         default implementation.