Browse Source

HADOOP-6969. CHANGES.txt does not reflect the release of version 0.21.0

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.21@1004826 13f79535-47bb-0310-9956-ffa450edef68
Thomas White 14 years ago
parent
commit
957aec6a6e
1 changed files with 8 additions and 8 deletions
  1. 8 8
      CHANGES.txt

+ 8 - 8
CHANGES.txt

@@ -2,6 +2,13 @@ Hadoop Change Log
 
 Release 0.21.1 - Unreleased
 
+  IMPROVEMENTS
+
+    HADOOP-6934. Test for ByteWritable comparator.
+    (Johannes Zillmann via Eli Collins)
+
+    HADOOP-6786. test-patch needs to verify Herriot integrity (cos)
+
   BUG FIXES
 
     HADOOP-6925. BZip2Codec incorrectly implements read(). 
@@ -10,10 +17,7 @@ Release 0.21.1 - Unreleased
     HADOOP-6833. IPC leaks call parameters when exceptions thrown.
     (Todd Lipcon via Eli Collins)
 
-  IMPROVEMENTS
-
-    HADOOP-6934. Test for ByteWritable comparator.
-    (Johannes Zillmann via Eli Collins)
+    HADOOP-6971. Clover build doesn't generate per-test coverage (cos)
 
 Release 0.21.0 - 2010-08-13
 
@@ -888,8 +892,6 @@ Release 0.21.0 - 2010-08-13
     HADOOP-6821.  Document changes to memory monitoring.  (Hemanth Yamijala
     via tomwhite)
 
-    HADOOP-6786. test-patch needs to verify Herriot integrity (cos)
-
   OPTIMIZATIONS
 
     HADOOP-5595. NameNode does not need to run a replicator to choose a
@@ -1610,8 +1612,6 @@ Release 0.21.0 - 2010-08-13
     HADOOP-6875. [Herriot] Cleanup of temp. configurations is needed upon
     restart of a cluster (Vinay Thota via cos)
 
-    HADOOP-6971. Clover build doesn't generate per-test coverage (cos)
-
 Release 0.20.3 - Unreleased
 
   NEW FEATURES