Author: sebb
Date: Fri May 25 15:00:56 2012
New Revision: 1342668

URL: http://svn.apache.org/viewvc?rev=1342668&view=rev
Log:
Earlier fix

Modified:
    commons/proper/lang/branches/LANG_2_X/src/site/changes/changes.xml

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=1342668&r1=1342667&r2=1342668&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 Fri May 
25 15:00:56 2012
@@ -22,6 +22,7 @@
   <body>
   <release version="2.7" date="TBA" description="TBA (requires minimum of Java 
1.3)">
     <action issue="LANG-803" type="fix">LocaleUtils - DCL idiom is not 
thread-safe.</action>
+    <action issue="LANG-677" type="fix">DateUtils isSameLocalTime() compares 
the hour using 12hour Calendar.HOUR instead of 24hour 
Calendar.HOUR_OF_DAY</action>
   </release>
 
   <release version="2.6" date="2011-01-16" description="Bug Fixes/Enhancements 
for the 2.6 release (requires minimum of Java 1.3)">


Reply via email to