HADOOP-5612. Commit to branch 0.20

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@909721 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Christopher Douglas 2010-02-13 04:05:08 +00:00
parent e9ff6510bd
commit 139b2ea1a2
1 changed files with 9 additions and 7 deletions

View File

@ -1009,9 +1009,6 @@ Release 0.21.0 - Unreleased
HADOOP-5715. Add conf/mapred-queue-acls.xml to the ignore lists.
(szetszwo)
HADOOP-5612. Some c++ scripts are not chmodded before ant execution.
(Todd Lipcon via tomwhite)
HADOOP-5592. Fix typo in Streaming doc in reference to GzipCodec.
(Corinne Chandel via tomwhite)
@ -1326,7 +1323,15 @@ Release 0.21.0 - Unreleased
HADOOP-6290. Prevent duplicate slf4j-simple jar via Avro's classpath.
(Owen O'Malley via cdouglas)
Release 0.20.2 - Unreleased
Release 0.20.3 - Unreleased
HADOOP-5611. Fix C++ libraries to build on Debian Lenny. (Todd Lipcon
via tomwhite)
HADOOP-5612. Some c++ scripts are not chmodded before ant execution.
(Todd Lipcon via tomwhite)
Release 0.20.2 - 2010-2-10
NEW FEATURES
@ -1357,9 +1362,6 @@ Release 0.20.2 - Unreleased
HADOOP-6498. IPC client bug may cause rpc call hang. (Ruyue Ma and
hairong via hairong)
HADOOP-5611. Fix C++ libraries to build on Debian Lenny. (Todd Lipcon
via tomwhite)
Release 0.20.1 - 2009-09-01
INCOMPATIBLE CHANGES