You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by ba...@apache.org on 2006/12/30 00:08:50 UTC

svn commit: r491129 - /jakarta/commons/proper/lang/trunk/RELEASE-NOTES.txt

Author: bayard
Date: Fri Dec 29 15:08:49 2006
New Revision: 491129

URL: http://svn.apache.org/viewvc?view=rev&rev=491129
Log:
Adding bugfixes and improvements from JIRA

Modified:
    jakarta/commons/proper/lang/trunk/RELEASE-NOTES.txt

Modified: jakarta/commons/proper/lang/trunk/RELEASE-NOTES.txt
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/lang/trunk/RELEASE-NOTES.txt?view=diff&rev=491129&r1=491128&r2=491129
==============================================================================
--- jakarta/commons/proper/lang/trunk/RELEASE-NOTES.txt (original)
+++ jakarta/commons/proper/lang/trunk/RELEASE-NOTES.txt Fri Dec 29 15:08:49 2006
@@ -57,8 +57,28 @@
 
 BUG FIXES IN 2.3:
 
-?
+    * [LANG-69 ] - [lang] ToStringBuilder throws StackOverflowError when an Object cycle exists
+    * [LANG-153] - [lang] Can't XMLDecode an Enum
+    * [LANG-262] - Use of enum prevents a classloader from being garbage collected resuling in out of memory exceptions.
+    * [LANG-279] - HashCodeBuilder throws java.lang.StackOverflowError when an object contains a cycle.
+    * [LANG-281] - DurationFormatUtils returns wrong result
+    * [LANG-286] - Serialization - not backwards compatible
+    * [LANG-292] - unescapeXml("&12345678;") should be "&12345678;"
+    * [LANG-294] - StrBuilder.replaceAll and StrBuilder.deleteAll can throw ArrayIndexOutOfBoundsException.
+    * [LANG-295] - StrBuilder contains usages of thisBuf.length when they should use size
+    * [LANG-299] - Bug in method appendFixedWidthPadRight of class StrBuilder causes an ArrayIndexOutOfBoundsException
+    * [LANG-300] - NumberUtils.createNumber throws NumberFormatException for one digit long
+    * [LANG-303] - FastDateFormat.mRules is not transient or serializable
+    * [LANG-304] - NullPointerException in isAvailableLocale(Locale)
 
 IMPROVEMENTS IN 2.3:
 
-?
+    * [LANG-238] - [lang] Add equals(type[]) to NumberUtils
+    * [LANG-258] - Enum JavaDoc
+    * [LANG-268] - StringUtils.join should allow you to pass a range for it (so it only joins a part of the array)
+    * [LANG-287] - Optimize StringEscapeUtils.unescapeXml(String)
+    * [LANG-289] - NumberUtils.max(byte[]) and NumberUtils.min(byte[]) are missing
+    * [LANG-291] - Null-safe comparison methods for finding most recent / least recent dates.
+    * [LANG-282] - Create more tests to test out the +=31 replacement code in DurationFormatUtils.
+    * [LANG-266] - Wish for StringUtils.join(Collection, *)
+



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org