From 4164d25db6d0f794965dbb5b99a1d91f440c86fc Mon Sep 17 00:00:00 2001 From: Thomas White Date: Fri, 11 Jun 2010 21:16:35 +0000 Subject: [PATCH] Move entries for HADOOP-6769 and HADOOP-6813 to 0.21 section of CHANGES.txt git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@953874 13f79535-47bb-0310-9956-ffa450edef68 --- CHANGES.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index bb07b9bb61..0668d0c55f 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -23,9 +23,6 @@ Trunk (unreleased changes) HADOOP-6627. "Bad Connection to FS" message in FSShell should print message from the exception (boryas) - HADOOP-6769. Add an API in FileSystem to get FileSystem instances based - on users(ddas via boryas) - HADOOP-6600. mechanism for authorization check for inter-server protocols. (boryas) @@ -44,9 +41,6 @@ Trunk (unreleased changes) HADOOP-6674. Makes use of the SASL authentication options in the SASL RPC. (Jitendra Pandey via ddas) - HADOOP-6813. Add a new newInstance method in FileSystem that takes - a "user" as argument (ddas via boryas) - HADOOP-6526. Need mapping from long principal names to local OS user names. (boryas) @@ -945,6 +939,12 @@ Release 0.21.0 - Unreleased HADOOP-6403. Deprecate EC2 bash scripts. (tomwhite) + HADOOP-6769. Add an API in FileSystem to get FileSystem instances based + on users(ddas via boryas) + + HADOOP-6813. Add a new newInstance method in FileSystem that takes + a "user" as argument (ddas via boryas) + OPTIMIZATIONS HADOOP-5595. NameNode does not need to run a replicator to choose a