56 lines
1009 B
Plaintext
56 lines
1009 B
Plaintext
$Id: RELEASE-NOTES.txt,v 1.27 2004/02/23 04:36:06 ggregory Exp $
|
|
|
|
Commons Lang Package
|
|
Version 2.1-dev
|
|
Release Notes
|
|
|
|
|
|
INTRODUCTION:
|
|
|
|
This document contains the release notes for this version of the Commons
|
|
Lang package. Commons Lang is a set of utility functions and reusable
|
|
components that should be a help in any Java environment.
|
|
|
|
|
|
INCOMPATIBLE CHANGES:
|
|
|
|
<TODO>
|
|
|
|
|
|
NEW FEATURES:
|
|
|
|
<TODO>
|
|
|
|
Since the release of the 2.0 package the following classes have been added:
|
|
|
|
<TODO>
|
|
|
|
|
|
Since the release of the 2.0 package the following classes have been changed:
|
|
|
|
<TODO>
|
|
|
|
|
|
BUG FIXES:
|
|
|
|
ID Sev Pri Plt Owner State Result Summary
|
|
|
|
<TODO>
|
|
|
|
|
|
|
|
DEPRECATIONS:
|
|
|
|
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.
|
|
|
|
|
|
CHANGES: [In 'diff' format]
|
|
|
|
<TODO>
|
|
|
|
|