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 ar...@apache.org on 2014/02/28 21:46:32 UTC

svn commit: r1573070 - /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt

Author: arp
Date: Fri Feb 28 20:46:32 2014
New Revision: 1573070

URL: http://svn.apache.org/r1573070
Log:
Update target version to 2.4.0 for HADOOP-10278 and HADOOP-10285 in CHANGES.txt

Modified:
    hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt

Modified: hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt?rev=1573070&r1=1573069&r2=1573070&view=diff
==============================================================================
--- hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt (original)
+++ hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt Fri Feb 28 20:46:32 2014
@@ -311,12 +311,6 @@ Release 2.5.0 - UNRELEASED
 
   IMPROVEMENTS
 
-    HADOOP-10278. Refactor to make CallQueue pluggable. (Chris Li via
-    Arpit Agarwal)
-
-    HADOOP-10285. Admin interface to swap callqueue at runtime. (Chris Li via
-    Arpit Agarwal)
-
   OPTIMIZATIONS
 
   BUG FIXES 
@@ -352,6 +346,12 @@ Release 2.4.0 - UNRELEASED
     HADOOP-10374. InterfaceAudience annotations should have
     RetentionPolicy.RUNTIME (Enis Soztutar via Arpit Agarwal)
 
+    HADOOP-10278. Refactor to make CallQueue pluggable. (Chris Li via
+    Arpit Agarwal)
+
+    HADOOP-10285. Admin interface to swap callqueue at runtime. (Chris Li via
+    Arpit Agarwal)
+
   OPTIMIZATIONS
 
   BUG FIXES