Add bug 30929

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137985 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Stephen Colebourne 2004-10-16 17:47:48 +00:00
parent d19d4a8521
commit c0722eaddf
1 changed files with 4 additions and 3 deletions

View File

@ -1,4 +1,4 @@
$Id: RELEASE-NOTES.txt,v 1.30 2004/10/16 17:43:05 scolebourne Exp $ $Id: RELEASE-NOTES.txt,v 1.31 2004/10/16 17:47:48 scolebourne Exp $
Commons Lang Package Commons Lang Package
Version 2.1 Version 2.1
@ -100,6 +100,7 @@ BUG FIXES:
26699 Tokenizer Enhancements: reset input string, static CSV 26699 Tokenizer Enhancements: reset input string, static CSV
26734 NullPointerException in EqualsBuilder.append(Object[], Object[]) 26734 NullPointerException in EqualsBuilder.append(Object[], Object[])
26877 Add SystemUtils.AWT_TOOLKIT and others. 26877 Add SystemUtils.AWT_TOOLKIT and others.
26922 public static boolean DateUtils.equals(Date dt1, Date dt2)
27592 WordUtils capitalize improvement 27592 WordUtils capitalize improvement
27876 ReflectionToStringBuilder.toString(null) throws exception by design 27876 ReflectionToStringBuilder.toString(null) throws exception by design
27877 Make ClassUtils methods null-safe and not throw an IAE. 27877 Make ClassUtils methods null-safe and not throw an IAE.
@ -112,7 +113,7 @@ BUG FIXES:
30328 HashCodeBuilder does not use the same values as Boolean (fixed as documentation) 30328 HashCodeBuilder does not use the same values as Boolean (fixed as documentation)
30334 New class proposal: CharacterEncoding 30334 New class proposal: CharacterEncoding
30815 ArrayUtils.isEquals() throws ClassCastException when array1 30815 ArrayUtils.isEquals() throws ClassCastException when array1
30929 Nestable.indexOfThrowable(Class) uses Class.equals() to match
31395 DateUtils.truncate oddity at the far end of the Date spectrum
31478 Compile error with JDK 5 "enum" is a keyword 31478 Compile error with JDK 5 "enum" is a keyword
31572 o.a.c.lang.enum.ValuedEnum: 'enum'is a keyword in JDK1.5.0 31572 o.a.c.lang.enum.ValuedEnum: 'enum'is a keyword in JDK1.5.0
26922 public static boolean DateUtils.equals(Date dt1, Date dt2)
31395 DateUtils.truncate oddity at the far end of the Date spectrum