You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by br...@apache.org on 2014/01/05 16:24:50 UTC

svn commit: r1555524 - in /commons/proper/lang/trunk: RELEASE-NOTES.txt pom.xml

Author: britter
Date: Sun Jan  5 15:24:49 2014
New Revision: 1555524

URL: http://svn.apache.org/r1555524
Log:
Preparing 3.2.1 RC1

Modified:
    commons/proper/lang/trunk/RELEASE-NOTES.txt
    commons/proper/lang/trunk/pom.xml

Modified: commons/proper/lang/trunk/RELEASE-NOTES.txt
URL: http://svn.apache.org/viewvc/commons/proper/lang/trunk/RELEASE-NOTES.txt?rev=1555524&r1=1555523&r2=1555524&view=diff
==============================================================================
--- commons/proper/lang/trunk/RELEASE-NOTES.txt (original)
+++ commons/proper/lang/trunk/RELEASE-NOTES.txt Sun Jan  5 15:24:49 2014
@@ -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
 ========================
 

Modified: commons/proper/lang/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/lang/trunk/pom.xml?rev=1555524&r1=1555523&r2=1555524&view=diff
==============================================================================
--- commons/proper/lang/trunk/pom.xml (original)
+++ commons/proper/lang/trunk/pom.xml Sun Jan  5 15:24:49 2014
@@ -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>