You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by oh...@apache.org on 2005/05/04 19:55:45 UTC

svn commit: r168158 - /jakarta/commons/proper/configuration/trunk/xdocs/changes.xml

Author: oheger
Date: Wed May  4 10:55:45 2005
New Revision: 168158

URL: http://svn.apache.org/viewcvs?rev=168158&view=rev
Log:
Fix for issue 34362

Modified:
    jakarta/commons/proper/configuration/trunk/xdocs/changes.xml

Modified: jakarta/commons/proper/configuration/trunk/xdocs/changes.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/configuration/trunk/xdocs/changes.xml?rev=168158&r1=168157&r2=168158&view=diff
==============================================================================
--- jakarta/commons/proper/configuration/trunk/xdocs/changes.xml (original)
+++ jakarta/commons/proper/configuration/trunk/xdocs/changes.xml Wed May  4 10:55:45 2005
@@ -23,6 +23,11 @@
   <body>
 
     <release version="1.2-dev" date="in SVN">
+      <action dev="oheger" type="update" due-to="Jamie M. Guillemette" issue="34362">
+        AbstractFileConfiguration now stores the URL of the config file in the
+        load() methods. This URL is reused by the save() method to ensure that
+        the same file is written.
+      </action>
       <action dev="ebourg" type="update" due-to="Alistair Young">
         XMLPropertiesConfiguration no longer depends on Digester to parse the
         configuration file, it's now implemented with a pure SAX parser.



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org