Author: bayard
Date: Sun Jul  3 08:10:42 2011
New Revision: 1142394

URL: http://svn.apache.org/viewvc?rev=1142394&view=rev
Log:
Documenting LANG-710 in the release notes

Modified:
    commons/proper/lang/trunk/RELEASE-NOTES.txt
    commons/proper/lang/trunk/src/site/changes/changes.xml
    commons/proper/lang/trunk/src/site/xdoc/upgradeto3_0.xml

Modified: commons/proper/lang/trunk/RELEASE-NOTES.txt
URL: 
http://svn.apache.org/viewvc/commons/proper/lang/trunk/RELEASE-NOTES.txt?rev=1142394&r1=1142393&r2=1142394&view=diff
==============================================================================
--- commons/proper/lang/trunk/RELEASE-NOTES.txt (original)
+++ commons/proper/lang/trunk/RELEASE-NOTES.txt Sun Jul  3 08:10:42 2011
@@ -147,3 +147,4 @@ BUG FIXES IN 3.0
     [LANG-677] DateUtils.isSameLocalTime compares using 12 hour clock and not 
24 hour
     [LANG-685] EqualsBuilder synchronizes on HashCodeBuilder.
     [LANG-703] StringUtils.join throws NPE when toString returns null for one 
of objects in collection
+    [LANG-710] StringIndexOutOfBoundsException when calling 
unescapeHtml4("&#03")

Modified: commons/proper/lang/trunk/src/site/changes/changes.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/lang/trunk/src/site/changes/changes.xml?rev=1142394&r1=1142393&r2=1142394&view=diff
==============================================================================
--- commons/proper/lang/trunk/src/site/changes/changes.xml (original)
+++ commons/proper/lang/trunk/src/site/changes/changes.xml Sun Jul  3 08:10:42 
2011
@@ -22,6 +22,7 @@
   <body>
 
   <release version="3.0" date="Unreleased" description="Backwards incompatible 
update of Commons Lang to Java 5">
+    <action type="fix" issue="LANG-710">StringIndexOutOfBoundsException when 
calling unescapeHtml4("&#03")</action>
     <action type="fix" issue="LANG-703">StringUtils.join throws NPE when 
toString returns null for one of objects in collection</action>
     <action type="add" issue="LANG-697">Add FormattableUtils class</action>
     <action type="add">Add ClassUtils.getSimpleName() methods</action>

Modified: commons/proper/lang/trunk/src/site/xdoc/upgradeto3_0.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/lang/trunk/src/site/xdoc/upgradeto3_0.xml?rev=1142394&r1=1142393&r2=1142394&view=diff
==============================================================================
--- commons/proper/lang/trunk/src/site/xdoc/upgradeto3_0.xml (original)
+++ commons/proper/lang/trunk/src/site/xdoc/upgradeto3_0.xml Sun Jul  3 
08:10:42 2011
@@ -162,6 +162,7 @@ BUG FIXES IN 3.0
     [LANG-677] DateUtils.isSameLocalTime compares using 12 hour clock and not 
24 hour
     [LANG-685] EqualsBuilder synchronizes on HashCodeBuilder.
     [LANG-703] StringUtils.join throws NPE when toString returns null for one 
of objects in collection
+    [LANG-710] StringIndexOutOfBoundsException when calling 
unescapeHtml4("&#03")
 
 </source>
 </p>


Reply via email to