Rename WordWrapUtils to WordUtils and make ready for 2.0
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137619 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
47367eb9ab
commit
f253575ee7
|
@ -1,4 +1,4 @@
|
||||||
$Id: RELEASE-NOTES.txt,v 1.21 2003/08/17 19:51:09 bayard Exp $
|
$Id: RELEASE-NOTES.txt,v 1.22 2003/08/17 22:01:04 scolebourne Exp $
|
||||||
|
|
||||||
Commons Lang Package
|
Commons Lang Package
|
||||||
Version 2.0
|
Version 2.0
|
||||||
|
@ -35,7 +35,7 @@ lang package:
|
||||||
CharRange (previously package scoped)
|
CharRange (previously package scoped)
|
||||||
ClassUtils
|
ClassUtils
|
||||||
StringEscapeUtils
|
StringEscapeUtils
|
||||||
StringPrintWriter
|
WordUtils
|
||||||
IllegalClassException
|
IllegalClassException
|
||||||
IncompleteArgumentException
|
IncompleteArgumentException
|
||||||
NotImplementedException
|
NotImplementedException
|
||||||
|
@ -144,6 +144,7 @@ ID Sev Pri Plt Owner State Result Summary
|
||||||
18077 StringUtils.chomp does not match Perl
|
18077 StringUtils.chomp does not match Perl
|
||||||
18723 RandomStringUtils infloops with length < 1
|
18723 RandomStringUtils infloops with length < 1
|
||||||
18836 test.lang fails if compiled with non iso-8859-1 locales
|
18836 test.lang fails if compiled with non iso-8859-1 locales
|
||||||
|
18948 Resurrect the WordWrapUtils from commons-sandbox/utils
|
||||||
19296 [Lang] What to do with FastDateFormat unused private constru
|
19296 [Lang] What to do with FastDateFormat unused private constru
|
||||||
19364 [Lang] time unit tests fail on Sundays
|
19364 [Lang] time unit tests fail on Sundays
|
||||||
19756 [lang] java.lang.ExceptionInInitializerError thrown by JVMRa
|
19756 [lang] java.lang.ExceptionInInitializerError thrown by JVMRa
|
||||||
|
@ -251,6 +252,7 @@ Jar changes
|
||||||
> org.apache.commons.lang.StringEscapeUtils
|
> org.apache.commons.lang.StringEscapeUtils
|
||||||
> org.apache.commons.lang.ArrayUtils
|
> org.apache.commons.lang.ArrayUtils
|
||||||
> org.apache.commons.lang.Entities$BinaryEntityMap
|
> org.apache.commons.lang.Entities$BinaryEntityMap
|
||||||
|
> org.apache.commons.lang.WordUtils
|
||||||
> org.apache.commons.lang.ClassUtils
|
> org.apache.commons.lang.ClassUtils
|
||||||
> org.apache.commons.lang.IntHashMap$Entry
|
> org.apache.commons.lang.IntHashMap$Entry
|
||||||
> org.apache.commons.lang.IllegalClassException
|
> org.apache.commons.lang.IllegalClassException
|
||||||
|
|
Loading…
Reference in New Issue