diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index a04850337..ce92ad9f5 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -1,4 +1,4 @@
-$Id: RELEASE-NOTES.txt,v 1.14 2003/07/19 21:55:05 scolebourne Exp $
+$Id: RELEASE-NOTES.txt,v 1.15 2003/07/20 16:14:51 scolebourne Exp $
Commons Lang Package
Version 2.0
@@ -17,7 +17,7 @@ Some StringUtils methods have changed functionality from 1.0.
isEmpty()
chomp(String)
chomp(String,String)
- plus others have changed null handling
+Other methods have changed null handling
Check your code before implementing this release.
diff --git a/STATUS.html b/STATUS.html
index 4e7c6b1b5..3e302caa9 100644
--- a/STATUS.html
+++ b/STATUS.html
@@ -7,7 +7,7 @@
The Jakarta Commons Lang Component
-$Id: STATUS.html,v 1.43 2003/07/15 21:53:47 scolebourne Exp $
+$Id: STATUS.html,v 1.44 2003/07/20 16:14:51 scolebourne Exp $
[Introduction]
[Dependencies]
[Release Info]
@@ -122,7 +122,6 @@ Unknown.
- CharRange.UNSET - will have problems if we introduce reverse ranges that go down to \u0000.
-- Null effects - the classes are not standardised in how they handle null.
@@ -130,12 +129,13 @@ Unknown.
5. ACTION ITEMS
-
Want to help? Here's some "to do" items the team has identified as possibly being in scope for Lang. Note that all are still under discussion, so please mail the list before actioning.
+
Want to help? Here's some "to do" items the team has identified as possibly being in scope for Lang.
+Note that all are still under discussion, so please mail the list before actioning.
- Reflection utilities - work underway in reflect package.
- DateRange/Duration class.
- DurationFormatUtils to be completed and made public.
-- CloneUtils - utility class to enable cloning via various different mechanisms. This code exists in [pattern] at present.
+- CloneUtils - utility class to enable cloning via various different mechanisms.
- StringUtils.reverseSplit(String, String delim, int count). Should basically be a 'reverseArray(reverseDelimitedString(split(txt, delim, count)))'.
- CharUtils - Utilities to work on a char[] in the same way as a String.
- AStringBuffer - A StringBuffer implementation with additional methods from StringUtils.
@@ -143,6 +143,8 @@ Unknown.
- Money and Currency.
- Code examples - Document as many static methods as possible with example usage.
- Faster StringTokeniser - Is Java's slow?
+- Mutable Number classes - like Integer/Double but mutable.
+- StringUtilsNPE - A StringUtils that doesn't like nulls.