Jelajahi Sumber

Fix up CHANGES.txt to acturately reflect what made it into the Hadoop 0.20.0 release

git-svn-id: https://svn.apache.org/repos/asf/hadoop/core/branches/branch-0.20@768010 13f79535-47bb-0310-9956-ffa450edef68
Nigel Daley 16 tahun lalu
induk
melakukan
1ce55f22ec
1 mengubah file dengan 20 tambahan dan 12 penghapusan
  1. 20 12
      CHANGES.txt

+ 20 - 12
CHANGES.txt

@@ -2,8 +2,28 @@ Hadoop Change Log
 
 Release 0.20.1 - Unreleased
 
+  INCOMPATIBLE CHANGES
+
+  NEW FEATURES
+
+  IMPROVEMENTS
+
+  OPTIMIZATIONS
+
   BUG FIXES
 
+    HADOOP-5691. Makes org.apache.hadoop.mapreduce.Reducer concrete class 
+    instead of abstract. (Amareshwari Sriramadasu via sharad)
+
+    HADOOP-5646. Fixes a problem in TestQueueCapacities. 
+    (Vinod Kumar Vavilapalli via ddas)
+
+    HADOOP-5655. TestMRServerPorts fails on java.net.BindException. (Devaraj
+    Das via hairong)
+
+    HADOOP-5654. TestReplicationPolicy.<init> fails on java.net.BindException.
+    (hairong)
+
     HADOOP-5688. Fix HftpFileSystem checksum path construction. (Tsz Wo
     (Nicholas) Sze via cdouglas)
 
@@ -876,18 +896,6 @@ Release 0.20.0 - 2009-04-15
     HADOOP-5645. After HADOOP-4920 we need a place to checkin
     releasenotes.html. (nigel)
 
-    HADOOP-5654. TestReplicationPolicy.<init> fails on java.net.BindException.
-    (hairong)
-
-    HADOOP-5655. TestMRServerPorts fails on java.net.BindException. (Devaraj
-    Das via hairong)
-
-    HADOOP-5646. Fixes a problem in TestQueueCapacities. 
-    (Vinod Kumar Vavilapalli via ddas)
-
-    HADOOP-5691. Makes org.apache.hadoop.mapreduce.Reducer concrete class 
-    instead of abstract. (Amareshwari Sriramadasu via sharad)
-
 Release 0.19.2 - Unreleased
 
   BUG FIXES