Author: bayard
Date: Wed Nov 9 04:22:21 2011
New Revision: 1199610
URL: http://svn.apache.org/viewvc?rev=1199610&view=rev
Log:
Updating changes report per 3.0.2 issues in JIRA
Modified:
commons/proper/lang/trunk/src/site/changes/changes.xml
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=1199610&r1=1199609&r2=1199610&view=diff
==============================================================================
--- commons/proper/lang/trunk/src/site/changes/changes.xml (original)
+++ commons/proper/lang/trunk/src/site/changes/changes.xml Wed Nov 9 04:22:21
2011
@@ -23,15 +23,18 @@
<release version="3.0.2" date="unreleased" description="September release">
<action type="add" issue="LANG-760">Add API StringUtils.toString(byte[]
intput, String charsetName)</action>
+ <action type="update" issue="LANG-758">Add an example with whitespace in
StringUtils.defaultIfEmpty</action>
<action type="add" issue="LANG-756">Add APIs
ClassUtils.isPrimitiveWrapper(Class<?>) and
isPrimitiveOrWrapper(Class<?>)</action>
<action type="update" issue="LANG-752">Fix createLong() so it behaves like
createInteger()</action>
<action type="update" issue="LANG-751">Include the actual type in the
Validate.isInstance and isAssignableFrom exception messages</action>
+ <action type="fix" issue="LANG-749">Incorrect Bundle-SymbolicName in
Manifest</action>
+ <action type="update" issue="LANG-748">Deprecating chomp(String,
String)</action>
<action type="fix" issue="LANG-746">NumberUtils does not handle upper-case
hex: 0X and -0X</action>
- <action type="update" issue="LANG-736">CharUtils static final array
CHAR_STRING is not needed to compute CHAR_STRING_ARRAY</action>
<action type="fix" issue="LANG-744">StringUtils throws
java.security.AccessControlException on Google App Engine</action>
- <action type="add" issue="LANG-695">SystemUtils.IS_OS_UNIX doesn't
recognize FreeBSD as a Unix system</action>
- <action type="fix" issue="LANG-698">Document that the Mutable numbers
don't work as expected with String.format</action>
<action type="fix" issue="LANG-741">Ant build has wrong
component.name</action>
+ <action type="update" issue="LANG-736">CharUtils static final array
CHAR_STRING is not needed to compute CHAR_STRING_ARRAY</action>
+ <action type="fix" issue="LANG-698">Document that the Mutable numbers
don't work as expected with String.format</action>
+ <action type="add" issue="LANG-695">SystemUtils.IS_OS_UNIX doesn't
recognize FreeBSD as a Unix system</action>
</release>
<release version="3.0.1" date="2011-08-09" description="August release">