You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by zj...@apache.org on 2015/04/10 06:25:40 UTC

[44/47] hadoop git commit: Fix CHANGES.txt for HDFS-8091

Fix CHANGES.txt for HDFS-8091


Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/ed83be68
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/ed83be68
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/ed83be68

Branch: refs/heads/YARN-2928
Commit: ed83be685581581aaf031b3d24936a2b1cd2ac33
Parents: 1767116
Author: Arun Suresh <as...@apache.org>
Authored: Thu Apr 9 13:51:00 2015 -0700
Committer: Zhijie Shen <zj...@apache.org>
Committed: Thu Apr 9 21:21:56 2015 -0700

----------------------------------------------------------------------
 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/ed83be68/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 df6d90a..979534e 100644
--- a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
+++ b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
@@ -153,9 +153,6 @@ Trunk (Unreleased)
 
   BUG FIXES
  
-    HDFS-8091: ACLStatus and XAttributes should be presented to INodeAttributesProvider
-               before returning to client (asuresh)
-
     HADOOP-9635 Fix potential Stack Overflow in DomainSocket.c (V. Karthik Kumar
                 via cmccabe)
 
@@ -463,6 +460,9 @@ Release 2.8.0 - UNRELEASED
     HDFS-8096. DatanodeMetrics#blocksReplicated will get incremented early and
     even for failed transfers (vinayakumarb)
 
+    HDFS-8091: ACLStatus and XAttributes should be presented to
+    INodeAttributesProvider before returning to client (asuresh)
+
 Release 2.7.0 - UNRELEASED
 
   INCOMPATIBLE CHANGES