You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by bo...@apache.org on 2012/10/19 20:50:45 UTC

svn commit: r1400224 - /hadoop/common/branches/branch-0.23/hadoop-common-project/hadoop-common/CHANGES.txt

Author: bobby
Date: Fri Oct 19 18:50:44 2012
New Revision: 1400224

URL: http://svn.apache.org/viewvc?rev=1400224&view=rev
Log:
svn merge -c 1394881 FIXES: HADOOP-8889. Upgrade to Surefire 2.12.3. Contributed by Todd Lipcon.

Modified:
    hadoop/common/branches/branch-0.23/hadoop-common-project/hadoop-common/CHANGES.txt

Modified: hadoop/common/branches/branch-0.23/hadoop-common-project/hadoop-common/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-0.23/hadoop-common-project/hadoop-common/CHANGES.txt?rev=1400224&r1=1400223&r2=1400224&view=diff
==============================================================================
--- hadoop/common/branches/branch-0.23/hadoop-common-project/hadoop-common/CHANGES.txt (original)
+++ hadoop/common/branches/branch-0.23/hadoop-common-project/hadoop-common/CHANGES.txt Fri Oct 19 18:50:44 2012
@@ -23,6 +23,8 @@ Release 0.23.5 - UNRELEASED
     HADOOP-8930. Cumulative code coverage calculation (Andrey Klochkov via 
     bobby)
 
+    HADOOP-8889. Upgrade to Surefire 2.12.3 (todd)
+
   OPTIMIZATIONS
 
     HADOOP-8819. Incorrectly & is used instead of && in some file system