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 to...@apache.org on 2012/10/06 02:58:30 UTC

svn commit: r1394880 - /hadoop/common/branches/branch-2/hadoop-common-project/hadoop-common/CHANGES.txt

Author: todd
Date: Sat Oct  6 00:58:29 2012
New Revision: 1394880

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

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

Modified: hadoop/common/branches/branch-2/hadoop-common-project/hadoop-common/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-2/hadoop-common-project/hadoop-common/CHANGES.txt?rev=1394880&r1=1394879&r2=1394880&view=diff
==============================================================================
--- hadoop/common/branches/branch-2/hadoop-common-project/hadoop-common/CHANGES.txt (original)
+++ hadoop/common/branches/branch-2/hadoop-common-project/hadoop-common/CHANGES.txt Sat Oct  6 00:58:29 2012
@@ -30,6 +30,8 @@ Release 2.0.3-alpha - Unreleased 
 
     HADOOP-8783. Improve RPC.Server's digest auth (daryn)
 
+    HADOOP-8889. Upgrade to Surefire 2.12.3 (todd)
+
   OPTIMIZATIONS
 
     HADOOP-8866. SampleQuantiles#query is O(N^2) instead of O(N). (Andrew Wang