You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by oh...@apache.org on 2011/02/16 22:24:33 UTC

svn commit: r1071402 - in /commons/proper/lang/trunk: RELEASE-NOTES.txt src/site/changes/changes.xml

Author: oheger
Date: Wed Feb 16 21:24:33 2011
New Revision: 1071402

URL: http://svn.apache.org/viewvc?rev=1071402&view=rev
Log:
[LANG-678] Updates changes and release notes.

Modified:
    commons/proper/lang/trunk/RELEASE-NOTES.txt
    commons/proper/lang/trunk/src/site/changes/changes.xml

Modified: commons/proper/lang/trunk/RELEASE-NOTES.txt
URL: http://svn.apache.org/viewvc/commons/proper/lang/trunk/RELEASE-NOTES.txt?rev=1071402&r1=1071401&r2=1071402&view=diff
==============================================================================
--- commons/proper/lang/trunk/RELEASE-NOTES.txt (original)
+++ commons/proper/lang/trunk/RELEASE-NOTES.txt Wed Feb 16 21:24:33 2011
@@ -112,6 +112,7 @@ New Feature
     * [LANG-610] - Extend exception handling in ConcurrentUtils to runtime exceptions
     * [LANG-625] - Add StringUtils.containsWhitespace(String str)
     * [LANG-653] - Provide a very basic ConcurrentInitializer implementation
+    * [LANG-678] - Add support for ConcurrentMap.putIfAbsent()
 
 Task
 

Modified: commons/proper/lang/trunk/src/site/changes/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/lang/trunk/src/site/changes/changes.xml?rev=1071402&r1=1071401&r2=1071402&view=diff
==============================================================================
--- commons/proper/lang/trunk/src/site/changes/changes.xml (original)
+++ commons/proper/lang/trunk/src/site/changes/changes.xml Wed Feb 16 21:24:33 2011
@@ -22,6 +22,7 @@
   <body>
 
   <release version="3.0" date="Unreleased" description="Backwards incompatible update of Commons Lang to Java 5">
+    <action type="add" issue="LANG-678">Add support for ConcurrentMap.putIfAbsent()</action>
     <action type="add" issue="LANG-676">Documented potential NPE if auto-boxing occurs for some BooleanUtils methods</action>
     <action type="fix" issue="LANG-677">DateUtils.isSameLocalTime compares using 12 hour clock and not 24 hour</action>
     <action type="add" issue="LANG-610">Extend exception handling in ConcurrentUtils to runtime exceptions.</action>