Adding current 3.0.2 items

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1160581 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Henri Yandell 2011-08-23 08:23:12 +00:00
parent b948627d91
commit 90e280bced
1 changed files with 8 additions and 0 deletions

View File

@ -21,6 +21,14 @@
</properties>
<body>
<release version="3.0.2" date="unreleased" description="September release">
<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>
</release>
<release version="3.0.1" date="2011-08-09" description="August release">
<action type="fix" issue="LANG-626">SerializationUtils.clone: Fallback to context classloader if class not found in current classloader.</action>
<action type="fix" issue="LANG-727">ToStringBuilderTest.testReflectionHierarchyArrayList fails with IBM JDK 6.</action>