Moved HADOOP-6963 into 0.23.3

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1310021 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Joseph Evans 2012-04-05 19:17:09 +00:00
parent 9658ad4f49
commit 5932e06047
1 changed files with 3 additions and 3 deletions

View File

@ -211,9 +211,6 @@ Release 2.0.0 - UNRELEASED
HADOOP-8243. Security support broken in CLI (manual) failover controller
(todd)
HADOOP-6963. In FileUtil.getDU(..), neither include the size of directories
nor follow symbolic links. (Ravi Prakash via szetszwo)
BREAKDOWN OF HADOOP-7454 SUBTASKS
HADOOP-7455. HA: Introduce HA Service Protocol Interface. (suresh)
@ -284,6 +281,9 @@ Release 0.23.3 - UNRELEASED
HADOOP-8179. risk of NPE in CopyCommands processArguments() (Daryn Sharp
via bobby)
HADOOP-6963. In FileUtil.getDU(..), neither include the size of directories
nor follow symbolic links. (Ravi Prakash via szetszwo)
Release 0.23.2 - UNRELEASED
NEW FEATURES