2004-02-23 04:36:06 +00:00
|
|
|
$Id: RELEASE-NOTES.txt,v 1.27 2004/02/23 04:36:06 ggregory Exp $
|
2002-07-19 03:35:56 +00:00
|
|
|
|
2003-07-08 05:50:42 +00:00
|
|
|
Commons Lang Package
|
2004-02-23 04:36:06 +00:00
|
|
|
Version 2.1-dev
|
2003-07-11 06:38:58 +00:00
|
|
|
Release Notes
|
2002-07-19 03:35:56 +00:00
|
|
|
|
|
|
|
|
|
|
|
INTRODUCTION:
|
|
|
|
|
|
|
|
This document contains the release notes for this version of the Commons
|
2002-09-25 01:33:06 +00:00
|
|
|
Lang package. Commons Lang is a set of utility functions and reusable
|
|
|
|
components that should be a help in any Java environment.
|
2002-07-25 22:44:29 +00:00
|
|
|
|
2003-07-16 21:19:22 +00:00
|
|
|
|
|
|
|
INCOMPATIBLE CHANGES:
|
2002-07-25 22:44:29 +00:00
|
|
|
|
2004-02-23 04:36:06 +00:00
|
|
|
<TODO>
|
2002-07-25 22:44:29 +00:00
|
|
|
|
2002-07-19 03:35:56 +00:00
|
|
|
|
2004-02-23 04:36:06 +00:00
|
|
|
NEW FEATURES:
|
2002-07-19 03:35:56 +00:00
|
|
|
|
2004-02-23 04:36:06 +00:00
|
|
|
<TODO>
|
2002-09-25 01:33:06 +00:00
|
|
|
|
2004-02-23 04:36:06 +00:00
|
|
|
Since the release of the 2.0 package the following classes have been added:
|
2002-07-19 03:35:56 +00:00
|
|
|
|
2004-02-23 04:36:06 +00:00
|
|
|
<TODO>
|
2003-07-08 05:50:42 +00:00
|
|
|
|
|
|
|
|
2004-02-23 04:36:06 +00:00
|
|
|
Since the release of the 2.0 package the following classes have been changed:
|
2002-07-19 03:35:56 +00:00
|
|
|
|
2004-02-23 04:36:06 +00:00
|
|
|
<TODO>
|
2002-09-25 01:33:06 +00:00
|
|
|
|
|
|
|
|
2003-07-08 05:50:42 +00:00
|
|
|
BUG FIXES:
|
|
|
|
|
2003-07-12 03:29:27 +00:00
|
|
|
ID Sev Pri Plt Owner State Result Summary
|
2003-07-08 05:50:42 +00:00
|
|
|
|
2004-02-23 04:36:06 +00:00
|
|
|
<TODO>
|
2003-07-08 05:50:42 +00:00
|
|
|
|
2003-08-16 02:41:18 +00:00
|
|
|
|
2003-07-08 05:50:42 +00:00
|
|
|
|
2004-02-23 04:36:06 +00:00
|
|
|
DEPRECATIONS:
|
2003-07-08 05:50:42 +00:00
|
|
|
|
2004-02-23 04:36:06 +00:00
|
|
|
lang.enum.*:
|
|
|
|
Deprecated and replaced by org.apache.commons.lang.enums.* and will be
|
|
|
|
removed in version 3.0. All classes in this package are deprecated and
|
|
|
|
repackaged to org.apache.commons.lang.enums since enum is a Java 1.5
|
|
|
|
keyword.
|
2003-07-08 05:50:42 +00:00
|
|
|
|
|
|
|
|
2004-02-23 04:36:06 +00:00
|
|
|
CHANGES: [In 'diff' format]
|
2003-07-08 05:50:42 +00:00
|
|
|
|
2004-02-23 04:36:06 +00:00
|
|
|
<TODO>
|
2003-07-08 05:50:42 +00:00
|
|
|
|
2002-07-19 03:35:56 +00:00
|
|
|
|