Author: oheger
Date: Wed Aug 24 19:58:22 2011
New Revision: 1161258
URL: http://svn.apache.org/viewvc?rev=1161258&view=rev
Log:
Updated changes and release notes.
Modified:
commons/proper/configuration/trunk/RELEASE-NOTES.txt
commons/proper/configuration/trunk/src/changes/changes.xml
Modified: commons/proper/configuration/trunk/RELEASE-NOTES.txt
URL:
http://svn.apache.org/viewvc/commons/proper/configuration/trunk/RELEASE-NOTES.txt?rev=1161258&r1=1161257&r2=1161258&view=diff
==============================================================================
--- commons/proper/configuration/trunk/RELEASE-NOTES.txt (original)
+++ commons/proper/configuration/trunk/RELEASE-NOTES.txt Wed Aug 24 19:58:22
2011
@@ -256,8 +256,8 @@ IMPROVEMENTS AND NEW FEATURES IN 1.7
OTHER CHANGES
=============
* [CONFIGURATION-459]
- The user guide was updated to no more mention ConfigurationFactory. This
class
- is scheduled for deprecation.
+ ConfigurationFactory has been deprecated. The user guide was updated to no
+ more mention this class.
* [CONFIGURATION-456]
Improved Javadocs of getKeys(String) method for some configuration classes.
Modified: commons/proper/configuration/trunk/src/changes/changes.xml
URL:
http://svn.apache.org/viewvc/commons/proper/configuration/trunk/src/changes/changes.xml?rev=1161258&r1=1161257&r2=1161258&view=diff
==============================================================================
--- commons/proper/configuration/trunk/src/changes/changes.xml (original)
+++ commons/proper/configuration/trunk/src/changes/changes.xml Wed Aug 24
19:58:22 2011
@@ -29,8 +29,8 @@
DefaultConfigurationBuilder.
</action>
<action dev="oheger" type="update" issue="CONFIGURATION-459">
- The user guide was updated to no more mention ConfigurationFactory.
- This class is scheduled for deprecation.
+ ConfigurationFactory has been deprecated. The user guide was updated to
+ no more mention this class.
</action>
<action dev="oheger" type="add" issue="CONFIGURATION-458">
HierarchicalConfiguration now provides a specific implementation of the