Return-Path: X-Original-To: apmail-commons-dev-archive@www.apache.org Delivered-To: apmail-commons-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 14D9E10BE8 for ; Thu, 10 Apr 2014 05:14:53 +0000 (UTC) Received: (qmail 69416 invoked by uid 500); 10 Apr 2014 05:14:44 -0000 Delivered-To: apmail-commons-dev-archive@commons.apache.org Received: (qmail 69343 invoked by uid 500); 10 Apr 2014 05:14:43 -0000 Mailing-List: contact dev-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Commons Developers List" Delivered-To: mailing list dev@commons.apache.org Received: (qmail 69302 invoked by uid 99); 10 Apr 2014 05:14:42 -0000 Received: from minotaur.apache.org (HELO minotaur.apache.org) (140.211.11.9) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Apr 2014 05:14:42 +0000 Received: from localhost (HELO mail-wg0-f42.google.com) (127.0.0.1) (smtp-auth username britter, mechanism plain) by minotaur.apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Apr 2014 05:14:42 +0000 Received: by mail-wg0-f42.google.com with SMTP id y10so3405996wgg.13 for ; Wed, 09 Apr 2014 22:14:39 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.180.39.175 with SMTP id q15mr40670889wik.4.1397106879311; Wed, 09 Apr 2014 22:14:39 -0700 (PDT) Received: by 10.194.189.236 with HTTP; Wed, 9 Apr 2014 22:14:39 -0700 (PDT) Date: Thu, 10 Apr 2014 07:14:39 +0200 Message-ID: Subject: [ANNOUNCE] Apache Commons Lang 3.3.2 released! From: Benedikt Ritter To: announce@apache.org, Commons Developers List , Commons Users List Content-Type: multipart/alternative; boundary=001a11c2283a413a0004f6a94bb5 --001a11c2283a413a0004f6a94bb5 Content-Type: text/plain; charset=ISO-8859-1 The Apache Commons Team is pleased to announce the release of Apache Commons Lang 3.3.2. The Apache Commons Lang open source software library provides a host of helper utilities for the java.lang API, notably String manipulation methods, basic numerical methods, object reflection, concurrency, creation and serialization and System properties. Additionally it contains basic enhancements to java.util.Date and a series of utilities dedicated to help with building methods, such as hashCode, toString and equals. 3.3.2 is fully binary compatible to the last release. No client code changes are required to migrate from version 3.3.1 to 3.3.2. Users of version 2.x should consult the migration guide on the Commons Lang web site. The minimum required JDK version for this release is 1.6. The most notable change is a fix for LANG-992: NumberUtils#isNumber() returns false for "0.0", "0.4790", et al - a bug that was introduced in 3.3.1. Source and binary distributions are available for download from the Apache Commons download site: http://commons.apache.org/proper/commons-lang/download_lang.cgi When downloading, please verify signatures using the KEYS file available at the above location when downloading the release. Alternatively the release can be pulled via maven: org.apache.commons commons-lang3 3.3.2 Full details of all the changes in 3.3.2 can be found in the changelog: http://commons.apache.org/proper/commons-lang/changes-report.html For complete information on Commons Lang, including instructions on how to submit bug reports, patches, or suggestions for improvement, see the Apache Commons Lang website: http://commons.apache.org/proper/commons-lang/ Benedikt Ritter, on behalf of the Apache Commons community -- http://people.apache.org/~britter/ http://www.systemoutprintln.de/ http://twitter.com/BenediktRitter http://github.com/britter --001a11c2283a413a0004f6a94bb5--