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 2007/01/30 21:54:27 UTC

svn commit: r501558 - /jakarta/commons/proper/lang/trunk/xdocs/upgradeto2_3.xml

Author: bayard
Date: Tue Jan 30 12:54:27 2007
New Revision: 501558

URL: http://svn.apache.org/viewvc?view=rev&rev=501558
Log:
Upgrading release notes here too

Modified:
    jakarta/commons/proper/lang/trunk/xdocs/upgradeto2_3.xml

Modified: jakarta/commons/proper/lang/trunk/xdocs/upgradeto2_3.xml
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/lang/trunk/xdocs/upgradeto2_3.xml?view=diff&rev=501558&r1=501557&r2=501558
==============================================================================
--- jakarta/commons/proper/lang/trunk/xdocs/upgradeto2_3.xml (original)
+++ jakarta/commons/proper/lang/trunk/xdocs/upgradeto2_3.xml Tue Jan 30 12:54:27 2007
@@ -78,30 +78,35 @@
 
 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-69 ] - ToStringBuilder throws StackOverflowError when an Object cycle exists
+    * [LANG-102] - Refactor Entities methods
+    * [LANG-153] - 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-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)
+    * [LANG-313] - Wrong behavior of Entities.unescape
 
 IMPROVEMENTS IN 2.3:
 
-    * [LANG-238] - [lang] Add equals(type[]) to NumberUtils
     * [LANG-258] - Enum JavaDoc
+    * [LANG-266] - Wish for StringUtils.join(Collection, *)
     * [LANG-268] - StringUtils.join should allow you to pass a range for it (so it only joins a part of the array)
+    * [LANG-275] - StringUtils substringsBetween
+    * [LANG-282] - Create more tests to test out the +=31 replacement code in DurationFormatUtils.
     * [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, *)
+    * [LANG-306] - StrBuilder appendln/appendAll/appendSeparator
+    * [LANG-310] - BooleanUtils isNotTrue/isNotFalse
+
 </source>
 </p>
 </section>



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