Author: sebb
Date: Sat Feb 6 02:51:02 2010
New Revision: 907162
URL: http://svn.apache.org/viewvc?rev=907162&view=rev
Log:
Add LANG-472
Modified:
commons/proper/lang/branches/LANG_2_X/RELEASE-NOTES.txt
commons/proper/lang/branches/LANG_2_X/src/site/changes/changes.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=907162&r1=907161&r2=907162&view=diff
==============================================================================
--- commons/proper/lang/branches/LANG_2_X/RELEASE-NOTES.txt (original)
+++ commons/proper/lang/branches/LANG_2_X/RELEASE-NOTES.txt Sat Feb 6 02:51:02
2010
@@ -48,6 +48,7 @@
BUG FIXES IN 2.5
================
+ * [LANG-472] - RandomUtils(JVMRandom) - nextLong() / nextLong(long) now
generate properly distributed random numbers
* [LANG-494] - CharSet - Synchronizing the COMMON Map so that getInstance
doesn't miss a put from a subclass in another thread
* [LANG-500] - ClassUtils - improving performance of getAllInterfaces
* [LANG-530] - DateUtils - Fix parseDate() cannot parse ISO8601 dates
produced by FastDateFormat
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=907162&r1=907161&r2=907162&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 Sat Feb
6 02:51:02 2010
@@ -45,6 +45,7 @@
<action type="add" issue="LANG-445">StringUtils - add startsWithAny()
method</action>
<action type="add" issue="LANG-430">StringUtils - add upperCase(String,
Locale) and lowerCase(String, Locale) methods</action>
<action type="add" issue="LANG-416">New Reflection package containing
ConstructorUtils, FieldUtils, MemberUtils and MethodUtils</action>
+ <action type="fix" issue="LANG-472">RandomUtils(JVMRandom) - nextLong() /
nextLong(long) now generate properly distributed random numbers</action>
<action type="fix" issue="LANG-567">ArrayUtils - addAll() does not handle
mixed types very well</action>
<action type="fix" issue="LANG-494">CharSet - Synchronizing the COMMON Map
so that getInstance doesn't miss a put from a subclass in another
thread</action>
<action type="fix" issue="LANG-500">ClassUtils - improving performance of
getAllInterfaces</action>