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 2010/10/06 00:01:16 UTC

svn commit: r1004826 - /hadoop/common/branches/branch-0.21/CHANGES.txt

Author: tomwhite
Date: Tue Oct  5 22:01:15 2010
New Revision: 1004826

URL: http://svn.apache.org/viewvc?rev=1004826&view=rev
Log:
HADOOP-6969. CHANGES.txt does not reflect the release of version 0.21.0

Modified:
    hadoop/common/branches/branch-0.21/CHANGES.txt

Modified: hadoop/common/branches/branch-0.21/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-0.21/CHANGES.txt?rev=1004826&r1=1004825&r2=1004826&view=diff
==============================================================================
--- hadoop/common/branches/branch-0.21/CHANGES.txt (original)
+++ hadoop/common/branches/branch-0.21/CHANGES.txt Tue Oct  5 22:01:15 2010
@@ -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