Repository: hadoop Updated Branches: refs/heads/branch-2.6.3 3971f255e -> 7515711c6
HDFS-9273. Moving to 2.6.3 CHANGES section to reflect the backport. (cherry picked from commit e7e0c4c0dd2c6d30088595a6508d733babdd07a4) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/7515711c Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/7515711c Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/7515711c Branch: refs/heads/branch-2.6.3 Commit: 7515711c6ad31f3ad85af5670e9c0bc185b5d476 Parents: 3971f25 Author: Vinod Kumar Vavilapalli <[email protected]> Authored: Tue Dec 8 11:37:06 2015 -0800 Committer: Vinod Kumar Vavilapalli <[email protected]> Committed: Tue Dec 8 11:39:35 2015 -0800 ---------------------------------------------------------------------- hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/7515711c/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt ---------------------------------------------------------------------- diff --git a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt index de9bda1..5638902 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt +++ b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt @@ -12,9 +12,6 @@ Release 2.6.4 - UNRELEASED BUG FIXES - HDFS-9273. ACLs on root directory may be lost after NN restart. - (Xiao Chen via cnauroth) - Release 2.6.3 - UNRELEASED INCOMPATIBLE CHANGES @@ -44,6 +41,9 @@ Release 2.6.3 - UNRELEASED HDFS-9470. Encryption zone on root not loaded from fsimage after NN restart. (Xiao Chen via wang) + HDFS-9273. ACLs on root directory may be lost after NN restart. + (Xiao Chen via cnauroth) + Release 2.6.2 - 2015-10-28 INCOMPATIBLE CHANGES
