Author: oheger
Date: Thu Nov 11 21:05:53 2010
New Revision: 1034125
URL: http://svn.apache.org/viewvc?rev=1034125&view=rev
Log:
[CONFIGURATION-428] Updated changes.xml. Ported from trunk. However, the fix
for this issue will not be ported because list handling is going to change
anyway.
Modified:
commons/proper/configuration/branches/configuration2_experimental/src/changes/changes.xml
Modified:
commons/proper/configuration/branches/configuration2_experimental/src/changes/changes.xml
URL:
http://svn.apache.org/viewvc/commons/proper/configuration/branches/configuration2_experimental/src/changes/changes.xml?rev=1034125&r1=1034124&r2=1034125&view=diff
==============================================================================
---
commons/proper/configuration/branches/configuration2_experimental/src/changes/changes.xml
(original)
+++
commons/proper/configuration/branches/configuration2_experimental/src/changes/changes.xml
Thu Nov 11 21:05:53 2010
@@ -79,6 +79,10 @@
</release>
<release version="1.7" date="in SVN" description="">
+ <action dev="oheger" type="fix" issue="CONFIGURATION-428">
+ XMLConfiguration no longer escapes backslashs in the values of
+ XML elements.
+ </action>
<action dev="oheger" type="fix" issue="CONFIGURATION-424">
HierarchicalINIConfiguration now works correctly with configurations
that contain only properties in the global section.