You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by jo...@apache.org on 2009/03/22 01:40:25 UTC

svn commit: r757112 - /commons/proper/configuration/branches/configuration2_experimental/xdocs/changes.xml

Author: joehni
Date: Sun Mar 22 00:40:25 2009
New Revision: 757112

URL: http://svn.apache.org/viewvc?rev=757112&view=rev
Log:
Update changes.

Modified:
    commons/proper/configuration/branches/configuration2_experimental/xdocs/changes.xml

Modified: commons/proper/configuration/branches/configuration2_experimental/xdocs/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/configuration/branches/configuration2_experimental/xdocs/changes.xml?rev=757112&r1=757111&r2=757112&view=diff
==============================================================================
--- commons/proper/configuration/branches/configuration2_experimental/xdocs/changes.xml (original)
+++ commons/proper/configuration/branches/configuration2_experimental/xdocs/changes.xml Sun Mar 22 00:40:25 2009
@@ -102,6 +102,20 @@
         file pattern resolved to a non-existent file. This is now
         configurable.
       </action>
+      <action dev="joehni" type="update">
+        <fixes issue="CONFIGURATION-375" />
+        <fixes issue="CONFIGURATION-376" />
+        <fixes issue="CONFIGURATION-377" />
+        Align interpolation functionality of SubnodeConfiguration and
+        SubsetConfiguration. SubsetConfiguration will now also interpolate
+        keys of the parent configuration or use the local lookups of its
+        parent. SubnodeConfiguration is in turn now able to lookup local
+        keys as well.
+      </action>
+      <action dev="joehni" type="fix" issue="CONFIGURATION-369">
+        SubsetConfiguration did not use locally registered lookups of its
+        interpolator.
+      </action>
       <action dev="oheger" type="fix" issue="CONFIGURATION-359">
         Fixed broken links to the API documentation in the user's guide.
       </action>