Browse Source

HADOOP-3041. Changed the ordering in CHANGES.txt file to facilitate merge with 0.16 branch.

git-svn-id: https://svn.apache.org/repos/asf/hadoop/core/trunk@639790 13f79535-47bb-0310-9956-ffa450edef68
Devaraj Das 17 years ago
parent
commit
90048ce4f7
1 changed files with 3 additions and 3 deletions
  1. 3 3
      CHANGES.txt

+ 3 - 3
CHANGES.txt

@@ -351,13 +351,13 @@ Release 0.16.2 - Unreleased
     HADOOP-3042. Updates the Javadoc in JobConf.getOutputPath to reflect 
     the actual temporary path. (Amareshwari Sriramadasu via ddas)
 
+    HADOOP-3007. Tolerate mirror failures while DataNode is replicating
+    blocks as it used to before. (rangadi)
+
     HADOOP-3041. Deprecates getOutputPath and defines two new APIs
     getCurrentOutputPath and getFinalOutputPath.
     (Amareshwari Sriramadasu via ddas)
 
-    HADOOP-3007. Tolerate mirror failures while DataNode is replicating
-    blocks as it used to before. (rangadi)
-
 Release 0.16.1 - 2008-03-13
 
   INCOMPATIBLE CHANGES