Author: niallp Date: Sun Feb 21 17:45:40 2010 New Revision: 912379 URL: http://svn.apache.org/viewvc?rev=912379&view=rev Log: Update the release notes for LANG-76 and LANG-592
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=912379&r1=912378&r2=912379&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 17:45:40 2010 @@ -55,9 +55,10 @@ * [LANG-440] - DateUtils - round() doesn't work correct for Calendar.AM_PM * [LANG-443] - DateUtils - improve tests * [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-506] - Entities missing final modifiers; thread-safety issues * [LANG-584] - ExceptionUtils - use immutable lock target * [LANG-477] - ExtendedMessageFormat - OutOfMemory with a pattern containing single quotes * [LANG-511] - LocaleUtils - initialization of available locales can be deferred @@ -78,4 +79,5 @@ * [LANG-586] - HashCodeBuilder and ToStringStyle - use of ThreadLocal causes memory leaks in container environments * [LANG-487] - ToStringBuilder - make default style thread-safe * [LANG-472] - RandomUtils - nextLong() always produces even numbers + * [LANG-592] - RandomUtils - RandomUtils tests are failing frequently 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=912379&r1=912378&r2=912379&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 17:45:40 2010 @@ -53,9 +53,10 @@ <action type="fix" issue="LANG-440">DateUtils - round() doesn't work correct for Calendar.AM_PM</action> <action type="fix" issue="LANG-443">DateUtils - improve tests</action> <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-506">Entities missing final modifiers; thread-safety issues</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-511">LocaleUtils - Initialization of available locales in LocaleUtils can be deferred</action> @@ -76,6 +77,7 @@ <action type="fix" issue="LANG-586">HashCodeBuilder and ToStringStyle - use of ThreadLocal causes memory leaks in container environments</action> <action type="fix" issue="LANG-487">ToStringBuilder - make default style thread-safe</action> <action type="fix" issue="LANG-472">RandomUtils - nextLong() always produces even numbers</action> + <action type="fix" issue="LANG-592">RandomUtils - RandomUtils tests are failing frequently</action> </release> <release version="2.4" date="2008-03-18" description=""> 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=912379&r1=912378&r2=912379&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 17:45:40 2010 @@ -71,9 +71,10 @@ * [LANG-440] - DateUtils - round() doesn't work correct for Calendar.AM_PM * [LANG-443] - DateUtils - improve tests * [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-506] - Entities missing final modifiers; thread-safety issues * [LANG-584] - ExceptionUtils - use immutable lock target * [LANG-477] - ExtendedMessageFormat - OutOfMemory with a pattern containing single quotes * [LANG-511] - LocaleUtils - initialization of available locales can be deferred @@ -94,6 +95,7 @@ * [LANG-586] - HashCodeBuilder and ToStringStyle - use of ThreadLocal causes memory leaks in container environments * [LANG-487] - ToStringBuilder - make default style thread-safe * [LANG-472] - RandomUtils - nextLong() always produces even numbers + * [LANG-592] - RandomUtils - RandomUtils tests are failing frequently </source> </p>