https://github.com/apache/commons-lang
Revision c14502ed4733c82425761e740b5f11859e7abd10 authored by Henri Yandell on 29 July 2007, 03:40:41 UTC, committed by Henri Yandell on 29 July 2007, 03:40:41 UTC
git-svn-id: https://svn.apache.org/repos/asf/commons/commons/proper/lang/tags/LANG_1_0_B1@560657 13f79535-47bb-0310-9956-ffa450edef68
1 parent 1521484
Raw File
Tip revision: c14502ed4733c82425761e740b5f11859e7abd10 authored by Henri Yandell on 29 July 2007, 03:40:41 UTC
Moving to TLP
Tip revision: c14502e
RELEASE-NOTES.txt
$Id: RELEASE-NOTES.txt,v 1.2 2002/07/25 22:44:29 bayard Exp $

			Commons Lang Package
			   Version 1.0-b1
			    Release Notes


INTRODUCTION:

This document contains the release notes for this version of the Commons
Lang package. 

There is a high demand for the functionality found in Commons Lang in other 
Jakarta projects. Some are already using it, often because they submitted 
the original code, other times because they find the functionality useful,
and other times because they want to release and don't want to depend upon a 
nightly build of Commons Lang.

Therefore this is a beta release of a stable api for these projects and any 
other interested project to depend upon. 

It is important to note that this is not a traditional beta, a piece of 
code thrown out with many bugs remaining. It is a beta because additional 
classes are expected to be added before a full release, but the classes 
contained in this release are not expected to change.


NEW FEATURES:

It's all a new feature. 

BUG FIXES:


back to top