Repository: hadoop Updated Branches: refs/heads/branch-2 9edea9507 -> 8b6fc83ef
Updating CHANGES.txt - Pulling in HDFS-8091 to branch-2.7 (for 2.7.1) (cherry picked from commit 3393461197da869c3f1e47888e03670106bda023) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/8b6fc83e Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/8b6fc83e Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/8b6fc83e Branch: refs/heads/branch-2 Commit: 8b6fc83ef45008e082ca7cbdb3eaf8f23c05801a Parents: 9edea95 Author: Arun Suresh <[email protected]> Authored: Fri May 1 11:48:54 2015 -0700 Committer: Arun Suresh <[email protected]> Committed: Fri May 1 11:49:38 2015 -0700 ---------------------------------------------------------------------- hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/8b6fc83e/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 dbba929..3e9653e 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt +++ b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt @@ -336,6 +336,9 @@ Release 2.7.1 - UNRELEASED HDFS-8269. getBlockLocations() does not resolve the .reserved path and generates incorrect edit logs when updating the atime. (wheat9) + HDFS-8091: ACLStatus and XAttributes should be presented to + INodeAttributesProvider before returning to client (asuresh) + Release 2.7.0 - 2015-04-20 INCOMPATIBLE CHANGES
