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:00:19 UTC

svn commit: r1004823 - /hadoop/common/trunk/CHANGES.txt

Author: tomwhite
Date: Tue Oct  5 22:00:18 2010
New Revision: 1004823

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

Modified:
    hadoop/common/trunk/CHANGES.txt

Modified: hadoop/common/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/common/trunk/CHANGES.txt?rev=1004823&r1=1004822&r2=1004823&view=diff
==============================================================================
--- hadoop/common/trunk/CHANGES.txt (original)
+++ hadoop/common/trunk/CHANGES.txt Tue Oct  5 22:00:18 2010
@@ -125,9 +125,6 @@ Trunk (unreleased changes)
     HADOOP-6803. Add native gzip read/write coverage to TestCodec.
     (Eli Collins via tomwhite)
 
-    HADOOP-6934. Test for ByteWritable comparator.
-    (Johannes Zillmann via Eli Collins)
-
     HADOOP-6950. Suggest that HADOOP_CLASSPATH should be preserved in 
     hadoop-env.sh.template. (Philip Zeyliger via Eli Collins)
 
@@ -229,12 +226,6 @@ Trunk (unreleased changes)
     HADOOP-6453. Hadoop wrapper script shouldn't ignore an existing 
     JAVA_LIBRARY_PATH. (Chad Metcalf via jghoman)
 
-    HADOOP-6925. BZip2Codec incorrectly implements read(). 
-    (Todd Lipcon via Eli Collins)
-
-    HADOOP-6833. IPC leaks call parameters when exceptions thrown.
-    (Todd Lipcon via Eli Collins)
-
     HADOOP-6932.  Namenode start (init) fails because of invalid kerberos 
     key, even when security set to "simple" (boryas)
 
@@ -262,7 +253,26 @@ Trunk (unreleased changes)
     HADOOP-6989. Correct the parameter for SetFile to set the value type
     for SetFile to be NullWritable instead of the key. (cdouglas via omalley)
 
-Release 0.21.0 - Unreleased
+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(). 
+    (Todd Lipcon via Eli Collins)
+
+    HADOOP-6833. IPC leaks call parameters when exceptions thrown.
+    (Todd Lipcon via Eli Collins)
+
+    HADOOP-6971. Clover build doesn't generate per-test coverage (cos)
+
+Release 0.21.0 - 2010-08-13
 
   INCOMPATIBLE CHANGES
 
@@ -1135,8 +1145,6 @@ Release 0.21.0 - Unreleased
     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
@@ -1854,8 +1862,6 @@ Release 0.21.0 - Unreleased
     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
@@ -2911,7 +2917,7 @@ Release 0.20.0 - 2009-04-15
     HADOOP-5645. After HADOOP-4920 we need a place to checkin
     releasenotes.html. (nigel)
 
-Release 0.19.2 - Unreleased
+Release 0.19.2 - 2009-06-30
 
   BUG FIXES