Return-Path: Delivered-To: apmail-commons-commits-archive@minotaur.apache.org Received: (qmail 70693 invoked from network); 21 Feb 2010 23:27:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 21 Feb 2010 23:27:26 -0000 Received: (qmail 25007 invoked by uid 500); 21 Feb 2010 23:27:25 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 24923 invoked by uid 500); 21 Feb 2010 23:27:25 -0000 Mailing-List: contact commits-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@commons.apache.org Delivered-To: mailing list commits@commons.apache.org Received: (qmail 24914 invoked by uid 99); 21 Feb 2010 23:27:25 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 21 Feb 2010 23:27:25 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 21 Feb 2010 23:27:24 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 25C4E23889F1; Sun, 21 Feb 2010 23:27:04 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r912439 - in /commons/proper/lang/branches/LANG_2_X: RELEASE-NOTES.txt src/site/changes/changes.xml src/site/xdoc/upgradeto2_5.xml Date: Sun, 21 Feb 2010 23:27:04 -0000 To: commits@commons.apache.org From: niallp@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100221232704.25C4E23889F1@eris.apache.org> Author: niallp Date: Sun Feb 21 23:27:03 2010 New Revision: 912439 URL: http://svn.apache.org/viewvc?rev=912439&view=rev Log: Slight re-ordering Modified: commons/proper/lang/branches/LANG_2_X/RELEASE-NOTES.txt commons/proper/lang/branches/LANG_2_X/src/site/changes/changes.xml commons/proper/lang/branches/LANG_2_X/src/site/xdoc/upgradeto2_5.xml Modified: commons/proper/lang/branches/LANG_2_X/RELEASE-NOTES.txt URL: http://svn.apache.org/viewvc/commons/proper/lang/branches/LANG_2_X/RELEASE-NOTES.txt?rev=912439&r1=912438&r2=912439&view=diff ============================================================================== --- commons/proper/lang/branches/LANG_2_X/RELEASE-NOTES.txt (original) +++ commons/proper/lang/branches/LANG_2_X/RELEASE-NOTES.txt Sun Feb 21 23:27:03 2010 @@ -57,10 +57,10 @@ * [LANG-204] - Entities - multithreaded initialization * [LANG-506] - Entities - missing final modifiers; thread-safety issues * [LANG-76] - EnumUtils - getEnum() doesn't work well in 1.5+ - * [LANG-538] - FastDateFormat - call getTime() on a calendar to ensure timezone is in the right state - * [LANG-547] - FastDateFormat - Remove unused field * [LANG-584] - ExceptionUtils - use immutable lock target * [LANG-477] - ExtendedMessageFormat - OutOfMemory with a pattern containing single quotes + * [LANG-538] - FastDateFormat - call getTime() on a calendar to ensure timezone is in the right state + * [LANG-547] - FastDateFormat - Remove unused field * [LANG-511] - LocaleUtils - initialization of available locales can be deferred * [LANG-457] - NumberUtils - createNumber() thows a StringIndexOutOfBoundsException for "l" * [LANG-521] - NumberUtils - isNumber(String) and createNumber(String) both modified to support '2.' Modified: commons/proper/lang/branches/LANG_2_X/src/site/changes/changes.xml URL: http://svn.apache.org/viewvc/commons/proper/lang/branches/LANG_2_X/src/site/changes/changes.xml?rev=912439&r1=912438&r2=912439&view=diff ============================================================================== --- commons/proper/lang/branches/LANG_2_X/src/site/changes/changes.xml (original) +++ commons/proper/lang/branches/LANG_2_X/src/site/changes/changes.xml Sun Feb 21 23:27:03 2010 @@ -55,10 +55,10 @@ Entities - multithreaded initialization Entities - missing final modifiers; thread-safety issues EnumUtils - getEnum() doesn't work well in 1.5+ - FastDateFormat - call getTime() on a calendar to ensure timezone is in the right state - FastDateFormat - Remove unused field ExceptionUtils - use immutable lock target ExtendedMessageFormat - OutOfMemory with a pattern containing single quotes + FastDateFormat - call getTime() on a calendar to ensure timezone is in the right state + FastDateFormat - Remove unused field LocaleUtils - Initialization of available locales in LocaleUtils can be deferred NumberUtils - createNumber() thows a StringIndexOutOfBoundsException when only an "l" is passed in NumberUtils - isNumber(String) and createNumber(String) both modified to support '2.' Modified: commons/proper/lang/branches/LANG_2_X/src/site/xdoc/upgradeto2_5.xml URL: http://svn.apache.org/viewvc/commons/proper/lang/branches/LANG_2_X/src/site/xdoc/upgradeto2_5.xml?rev=912439&r1=912438&r2=912439&view=diff ============================================================================== --- commons/proper/lang/branches/LANG_2_X/src/site/xdoc/upgradeto2_5.xml (original) +++ commons/proper/lang/branches/LANG_2_X/src/site/xdoc/upgradeto2_5.xml Sun Feb 21 23:27:03 2010 @@ -73,10 +73,10 @@ * [LANG-204] - Entities - multithreaded initialization * [LANG-506] - Entities - missing final modifiers; thread-safety issues * [LANG-76] - EnumUtils - getEnum() doesn't work well in 1.5+ - * [LANG-538] - FastDateFormat - call getTime() on a calendar to ensure timezone is in the right state - * [LANG-547] - FastDateFormat - Remove unused field * [LANG-584] - ExceptionUtils - use immutable lock target * [LANG-477] - ExtendedMessageFormat - OutOfMemory with a pattern containing single quotes + * [LANG-538] - FastDateFormat - call getTime() on a calendar to ensure timezone is in the right state + * [LANG-547] - FastDateFormat - Remove unused field * [LANG-511] - LocaleUtils - initialization of available locales can be deferred * [LANG-457] - NumberUtils - createNumber() thows a StringIndexOutOfBoundsException for "l" * [LANG-521] - NumberUtils - isNumber(String) and createNumber(String) both modified to support '2.'