Author: bayard
Date: Tue Aug 23 08:23:12 2011
New Revision: 1160581
URL: http://svn.apache.org/viewvc?rev=1160581&view=rev
Log:
Adding current 3.0.2 items
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=1160581&r1=1160580&r2=1160581&view=diff
==============================================================================
--- commons/proper/lang/trunk/src/site/changes/changes.xml (original)
+++ commons/proper/lang/trunk/src/site/changes/changes.xml Tue Aug 23 08:23:12
2011
@@ -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>