Author: niallp
Date: Thu Feb  4 03:13:41 2010
New Revision: 906332

URL: http://svn.apache.org/viewvc?rev=906332&view=rev
Log:
Add LANG-472 to the release notes / changes report

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=906332&r1=906331&r2=906332&view=diff
==============================================================================
--- commons/proper/lang/branches/LANG_2_X/RELEASE-NOTES.txt (original)
+++ commons/proper/lang/branches/LANG_2_X/RELEASE-NOTES.txt Thu Feb  4 03:13:41 
2010
@@ -73,4 +73,5 @@
     * [LANG-520] - HashCodeBuilder - Changing the hashCode() method to return 
toHashCode()
     * [LANG-459] - HashCodeBuilder - reflectionHashCode() can generate 
incorrect hashcodes
     * [LANG-487] - ToStringBuilder - make default style thread-safe
+    * [LANG-472] - RandomUtils - nextLong() always produces even numbers
 

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=906332&r1=906331&r2=906332&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 Thu Feb  
4 03:13:41 2010
@@ -71,6 +71,7 @@
     <action type="fix" issue="LANG-520">HashCodeBuilder - Changing the 
hashCode() method to return toHashCode()</action>
     <action type="fix" issue="LANG-459">HashCodeBuilder - reflectionHashCode() 
can generate incorrect hashcodes</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>
   </release>
 
   <release version="2.4" date="2008-03-18" description="">


Reply via email to