aboutsummaryrefslogtreecommitdiff
path: root/RELEASE-NOTES.txt
diff options
context:
space:
mode:
authorHenri Yandell <bayard@apache.org>2006-12-29 23:08:49 +0000
committerHenri Yandell <bayard@apache.org>2006-12-29 23:08:49 +0000
commita17bdf3a36baf275f726371bbd4faf7a282b8bf3 (patch)
treec13bb09978fa517130cd5de6ff487f270afcfb4d /RELEASE-NOTES.txt
parent9425150104b52d9066d205776b18dd98e8299db1 (diff)
downloadapache-commons-lang-a17bdf3a36baf275f726371bbd4faf7a282b8bf3.tar.gz
Adding bugfixes and improvements from JIRA
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@491129 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'RELEASE-NOTES.txt')
-rw-r--r--RELEASE-NOTES.txt24
1 files changed, 22 insertions, 2 deletions
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index c8068f74f..230c4040b 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -57,8 +57,28 @@ as int not long. The replacements are MILLIS_PER_*.
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, *)
+