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/trunk@1004823 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Thomas White 2010-10-05 22:00:18 +00:00
parent 9a8a10a234
commit aeafc8f3ef
1 changed files with 21 additions and 15 deletions

View File

@ -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