Author: ggregory Date: Sun Jul 10 17:52:52 2011 New Revision: 1144917 URL: http://svn.apache.org/viewvc?rev=1144917&view=rev Log: [LANG-715] CharSetUtils.squeeze() speedup. [LANG-714] StringUtils doc/comment spelling fixes.
Modified: commons/proper/lang/trunk/RELEASE-NOTES.txt commons/proper/lang/trunk/src/site/changes/changes.xml Modified: commons/proper/lang/trunk/RELEASE-NOTES.txt URL: http://svn.apache.org/viewvc/commons/proper/lang/trunk/RELEASE-NOTES.txt?rev=1144917&r1=1144916&r2=1144917&view=diff ============================================================================== --- commons/proper/lang/trunk/RELEASE-NOTES.txt (original) +++ commons/proper/lang/trunk/RELEASE-NOTES.txt Sun Jul 10 17:52:52 2011 @@ -149,3 +149,5 @@ BUG FIXES IN 3.0 [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("") + [LANG-714] StringUtils doc/comment spelling fixes. + [LANG-715] CharSetUtils.squeeze() speedup. 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=1144917&r1=1144916&r2=1144917&view=diff ============================================================================== --- commons/proper/lang/trunk/src/site/changes/changes.xml (original) +++ commons/proper/lang/trunk/src/site/changes/changes.xml Sun Jul 10 17:52:52 2011 @@ -23,6 +23,8 @@ <release version="3.0" date="Unreleased" description="Backwards incompatible update of Commons Lang to Java 5"> <action type="update" issue="LANG-713">Increase test coverage of FieldUtils read methods and tweak javadoc</action> + <action type="fix" issue="LANG-715">CharSetUtils.squeeze() speedup.</action> + <action type="fix" issue="LANG-714">StringUtils doc/comment spelling fixes.</action> <action type="fix" issue="LANG-711">Add includeantruntime=false to javac targets to quell warnings in ant 1.8.1 and better (and modest performance gain).</action> <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>