Repository: hadoop Updated Branches: refs/heads/branch-2.6 339714baa -> e7e0c4c0d
HDFS-9273. Moving to 2.6.3 CHANGES section to reflect the backport. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/e7e0c4c0 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/e7e0c4c0 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/e7e0c4c0 Branch: refs/heads/branch-2.6 Commit: e7e0c4c0dd2c6d30088595a6508d733babdd07a4 Parents: 339714b 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:37:06 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/e7e0c4c0/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 49ee947..a85ff28 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt +++ b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt @@ -21,9 +21,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 @@ -53,6 +50,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
