scolebourne 2003/07/08 15:05:14
Modified: lang STATUS.html RELEASE-NOTES.txt
Log:
Update for release 2.0
Revision Changes Path
1.41 +4 -5 jakarta-commons/lang/STATUS.html
Index: STATUS.html
===================================================================
RCS file: /home/cvs/jakarta-commons/lang/STATUS.html,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- STATUS.html 8 Jul 2003 05:21:44 -0000 1.40
+++ STATUS.html 8 Jul 2003 22:05:14 -0000 1.41
@@ -76,7 +76,7 @@
<ul>
<li><strong>DateFormatUtils</strong> - Aids in formatting Dates.</li>
<li><strong>DateUtils</strong> - Aids in manipulating Dates.</li>
- <li><strong>DurationFormatUtils</strong> - Formats durations, represented by
milliseconds.</li>
+ <!--li><strong>DurationFormatUtils</strong> - Formats durations, represented by
milliseconds.</li-->
<li><strong>FastDateFormat</strong> - Optimised version of SimpleDateFormat.</li>
<li><strong>StopWatch</strong> - Records durations, represented by
milliseconds.</li>
</ul></li>
@@ -133,9 +133,8 @@
<p>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.</p>
<ul>
<li>Reflection utilities - work underway in reflect package.</li>
-<li>Operating system information - maybe part of SystemUtils, maybe another
project</li>
-<li>Maths utils - possible addition of mathmatics helper.</li>
-<li>DateRange</li>
+<li>DateRange/Duration class</li>
+<li>DurationFormatUtils to be completed and made public</li>
<li>CloneUtils - utility class to enable cloning via various different mechanisms.
This code exists in [pattern] at present.</li>
<li>StringUtils unescape method - String Taglib has shown that this method is
missing from StringUtils. It would take a String with "\n" in and convert it to the
Java character. unescape and escape should be symmetric - [DONE. Test symmetry] </li>
<li>StringUtils.reverseSplit(String, String delim, int count). Should basically be
a 'reverseArray(reverseDelimitedString(split(txt, delim, count)))</li>
1.6 +3 -4 jakarta-commons/lang/RELEASE-NOTES.txt
Index: RELEASE-NOTES.txt
===================================================================
RCS file: /home/cvs/jakarta-commons/lang/RELEASE-NOTES.txt,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- RELEASE-NOTES.txt 8 Jul 2003 05:50:42 -0000 1.5
+++ RELEASE-NOTES.txt 8 Jul 2003 22:05:14 -0000 1.6
@@ -43,7 +43,6 @@
RandomUtils
time sub-package:
- DurationFormatUtils
DateFormatUtils
FastDateFormat
DateUtils
@@ -96,9 +95,9 @@
lang.
NumberRange:
- now deprecated
+ now deprecated, see math subpackage
NumberUtils:
- now deprecated
+ now deprecated, see math subpackage
CHANGES: [In 'diff' format]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]