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 @@
     <action type="fix" issue="LANG-204">Entities - multithreaded 
initialization</action>
     <action type="fix" issue="LANG-506">Entities - missing final modifiers; 
thread-safety issues</action>
     <action type="fix" issue="LANG-76">EnumUtils - getEnum() doesn't work well 
in 1.5+</action>
-    <action type="fix" issue="LANG-538">FastDateFormat - call getTime() on a 
calendar to ensure timezone is in the right state</action>
-    <action type="fix" issue="LANG-547">FastDateFormat - Remove unused 
field</action>
     <action type="fix" issue="LANG-584">ExceptionUtils - use immutable lock 
target</action>
     <action type="fix" issue="LANG-477">ExtendedMessageFormat - OutOfMemory 
with a pattern containing single quotes</action>
+    <action type="fix" issue="LANG-538">FastDateFormat - call getTime() on a 
calendar to ensure timezone is in the right state</action>
+    <action type="fix" issue="LANG-547">FastDateFormat - Remove unused 
field</action>
     <action type="fix" issue="LANG-511">LocaleUtils - Initialization of 
available locales in LocaleUtils can be deferred</action>
     <action type="fix" issue="LANG-457">NumberUtils - createNumber() thows a 
StringIndexOutOfBoundsException when only an "l" is passed in</action>
     <action type="fix" issue="LANG-521">NumberUtils - isNumber(String) and 
createNumber(String) both modified to support '2.'</action>

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.'


Reply via email to