diff --git a/STATUS.html b/STATUS.html
index 3649087bd..199a45e08 100644
--- a/STATUS.html
+++ b/STATUS.html
@@ -7,7 +7,7 @@
The Jakarta Commons Lang Component
-$Id: STATUS.html,v 1.39 2003/07/07 15:13:20 bayard Exp $
+$Id: STATUS.html,v 1.40 2003/07/08 05:21:44 bayard Exp $
[Introduction]
[Dependencies]
[Release Info]
@@ -27,19 +27,18 @@ The following principal classes are included:
- Main package - A package for the manipulation of basic Java classes
- - StringUtils - Helper for java.lang.String.
- - StringEscapeUtils - Utility for escaping and unescaping Strings.
- - WordWrapUtils - Utility for working with words.
- - CharSetUtils - Methods for dealing with CharSets, which are sets of characters such as [a-z] and [abcdez].
- - RandomStringUtils - Helper for creating randomised Strings.
- - BooleanUtils - Helper for boolean and java.lang.Boolean.
- - NumberUtils - Helper for java.lang.Number and its subclasses.
- - ObjectUtils - Helper for java.lang.Object.
- ArrayUtils - Helper for manipulating arrays.
+ - BooleanUtils - Helper for boolean and java.lang.Boolean.
+ - CharSetUtils - Methods for dealing with CharSets, which are sets of characters such as [a-z] and [abcdez].
- ClassUtils - Helper for manipulating java.lang.Class objects.
+ - ObjectUtils - Helper for java.lang.Object.
+ - RandomStringUtils - Helper for creating randomised Strings.
- SerializationUtils - Helper for serializing Objects.
+ - StringEscapeUtils - Utility for escaping and unescaping Strings.
+ - StringUtils - Helper for java.lang.String.
- SystemUtils - Utility class defining the Java system properties.
-
+ - WordWrapUtils - Utility for working with words.
+
Builder package - A package for the creation of equals, hashCode, compareTo and toString methods.
@@ -47,36 +46,47 @@ The following principal classes are included:
- EqualsBuilder - Helper for building equals methods.
- HashCodeBuilder - Helper for building hashCode methods.
- CompareToBuilder - Helper for building compareTo methods.
-
+
Enum package - A package for the creation of enumerated types.
- EnumUtils - Helper for manipulating enumerated types.
- Enum - Abstract superclass for enumerated types to extend.
- ValuedEnum - Superclass for enumerated types with an integer constant.
-
+
Exception package - A package for the creation and manipulation of nested exceptions.
- ExceptionUtils - Helper for manipulating exceptions.
- - NestedException - An exception that supports a nested exception.
+ - NestableException - An exception that supports a nested exception.
- NestedRuntimeException - An exception that supports a nested exception.
- NestedError - An exception that supports a nested exception.
-
+
Math package - A package for simple business (not scientific) maths classes.
- Fraction - A fraction.
- - Range - A range of numbers.
+ - JVMRandom - An implementation of Random that does its best to appear to sit on top of java.lang.Math's private Random class.
+ - NumberUtils - Helper for java.lang.Number and its subclasses.
+ - Range - A range of numbers<, of which there are classes representing Numbers, ints, doubles, longs and floats./li>
- RandomUtils - A utility class for working with random numbers.
-
+
+
+
Time package - A package for date/time related utilities.
+
+ - DateFormatUtils - Aids in formatting Dates.
+ - DateUtils - Aids in manipulating Dates.
+ - DurationFormatUtils - Formats durations, represented by milliseconds.
+ - FastDateFormat - Optimised version of SimpleDateFormat.
+ - StopWatch - Records durations, represented by milliseconds.
+
Util package - A package for common useful utilities.
- BitField - A class to assist with manipulating bits.
- IdentifierUtils - Implementation of various identifier factories.
- Validate - A class to simplify method argument validation.
-
+
@@ -99,11 +109,11 @@ components for development and use:
3. RELEASE INFO
Current Release:
-Version 1.0
+Version 2.0
Planned Next Release:
-A 2.0 will be released after a undefined period of development.
+Unknown.