Preparing 3.2.1 RC1

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1555524 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Benedikt Ritter 2014-01-05 15:24:49 +00:00
parent 26ef45ca5a
commit a290ab2ee3
2 changed files with 16 additions and 4 deletions

View File

@ -17,21 +17,33 @@ $Id$
Apache Commons Lang
Version 3.2
Version 3.2.1
Release Notes
INTRODUCTION:
This document contains the release notes for the 3.2 version of
This document contains the release notes for the 3.2.1 version of
Apache Commons Lang. Commons Lang is a set of utility functions and reusable
components that should be of use in any Java environment. Commons Lang 3.2
components that should be of use in any Java environment. Commons Lang 3.2.1
at least requires Java 6.0.
For the advice on upgrading from 2.x to 3.x, see the following page:
http://commons.apache.org/lang/article3_0.html
BUG FIXES
===========
o LANG-937: Fix missing Hamcrest dependency in Ant Build
o LANG-941: Test failure in LocaleUtilsTest when building with JDK 8
o LANG-942: Test failure in FastDateParserTest and FastDateFormat_ParserTest
when building with JDK8. Thanks to Bruno P. Kinoshita,
Henri Yandell.
o LANG-938: Build fails with test failures when building with JDK 8
Release Notes for version 3.2
COMPATIBILITY WITH 3.1
========================

View File

@ -495,7 +495,7 @@
-->
<commons.componentid>lang3</commons.componentid>
<!-- Current 3.x release series -->
<commons.release.version>3.2</commons.release.version>
<commons.release.version>3.2.1</commons.release.version>
<commons.release.desc>(Java 6.0+)</commons.release.desc>
<!-- Previous 2.x release series -->
<commons.release.2.version>2.6</commons.release.2.version>