2009-05-07 09:00:26 +00:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<!--
|
|
|
|
Licensed to the Apache Software Foundation (ASF) under one or more
|
|
|
|
contributor license agreements. See the NOTICE file distributed with
|
|
|
|
this work for additional information regarding copyright ownership.
|
|
|
|
The ASF licenses this file to You under the Apache License, Version 2.0
|
|
|
|
(the "License"); you may not use this file except in compliance with
|
|
|
|
the License. You may obtain a copy of the License at
|
|
|
|
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
|
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
|
See the License for the specific language governing permissions and
|
|
|
|
limitations under the License.
|
|
|
|
-->
|
|
|
|
<document>
|
|
|
|
<properties>
|
|
|
|
<title>Commons Lang Changes</title>
|
|
|
|
</properties>
|
|
|
|
<body>
|
|
|
|
|
2009-06-26 03:42:27 +00:00
|
|
|
<release version="3.0" date="Unreleased" description="Backwards incompatible update of Commons Lang to Java 5">
|
2009-05-07 09:00:26 +00:00
|
|
|
</release>
|
|
|
|
|
2009-06-26 03:42:27 +00:00
|
|
|
<release version="2.4" date="2008-03-18" description="">
|
2009-05-07 09:00:26 +00:00
|
|
|
</release>
|
|
|
|
|
2009-06-26 03:42:27 +00:00
|
|
|
<release version="2.3" date="2007-02-13" description="">
|
2009-05-07 09:00:26 +00:00
|
|
|
</release>
|
|
|
|
|
2009-06-26 03:42:27 +00:00
|
|
|
<release version="2.2" date="2006-10-04" description="">
|
2009-05-07 09:00:26 +00:00
|
|
|
</release>
|
|
|
|
|
2009-06-26 03:42:27 +00:00
|
|
|
<release version="2.1" date="2005-06-13" description="">
|
2009-05-07 09:00:26 +00:00
|
|
|
</release>
|
|
|
|
|
2009-06-26 03:42:27 +00:00
|
|
|
<release version="2.0" date="2003-09-02" description="">
|
2009-05-07 09:00:26 +00:00
|
|
|
</release>
|
|
|
|
|
2009-06-26 03:42:27 +00:00
|
|
|
<release version="1.0.1" date="2002-11-25" description="Quick bugfix to 1.0">
|
|
|
|
<action type="fix">NumberRange.getMaximum returns minimum</action>
|
|
|
|
<action type="fix">Enum constructor validations</action>
|
|
|
|
<action type="fix">NestableException/Delegate is not serializable</action>
|
|
|
|
<action type="fix">split using null and max less than actual token count adds "null"</action>
|
|
|
|
<action type="add">ExceptionUtils cannot handle J2EE-Exception in a default way</action>
|
2009-05-07 09:00:26 +00:00
|
|
|
</release>
|
|
|
|
|
2009-06-26 03:42:27 +00:00
|
|
|
<release version="1.0" date="2002-10-04" description="First release of Commons Lang">
|
2009-05-07 09:00:26 +00:00
|
|
|
</release>
|
|
|
|
|
|
|
|
</body>
|
|
|
|
</document>
|