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/04/06 13:57:52 UTC

svn commit: r1585289 - /commons/proper/lang/trunk/RELEASE-NOTES.txt

Author: britter
Date: Sun Apr  6 11:57:52 2014
New Revision: 1585289

URL: http://svn.apache.org/r1585289
Log:
Add release notes for 3.3.2

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

Modified: commons/proper/lang/trunk/RELEASE-NOTES.txt
URL: http://svn.apache.org/viewvc/commons/proper/lang/trunk/RELEASE-NOTES.txt?rev=1585289&r1=1585288&r2=1585289&view=diff
==============================================================================
--- commons/proper/lang/trunk/RELEASE-NOTES.txt (original)
+++ commons/proper/lang/trunk/RELEASE-NOTES.txt Sun Apr  6 11:57:52 2014
@@ -1,19 +1,32 @@
                            Apache Commons Lang
-                               Version 3.3.1
+                               Version 3.3.2
                               Release Notes
 
 
 INTRODUCTION:
 
-This document contains the release notes for the 3.3.1 version of 
+This document contains the release notes for the 3.3.2 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.3.1
+components that should be of use in any Java environment. Commons Lang 3.3.2
 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
 
+
+NEW FEATURES
+==============
+
+o LANG-989:  Add org.apache.commons.lang3.SystemUtils.IS_JAVA_1_8
+
+FIXED BUGS
+============
+
+o LANG-992:  NumberUtils#isNumber() returns false for "0.0", "0.4790", et al
+
+                        Release Notes for version 3.3.1
+
 FIXED BUGS
 ============