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 cn...@apache.org on 2015/12/17 20:37:33 UTC

hadoop git commit: HDFS-9570. Update CHANGES.txt to list under 2.8.0.

Repository: hadoop
Updated Branches:
  refs/heads/trunk 724e71f63 -> d85f72978


HDFS-9570. Update CHANGES.txt to list under 2.8.0.


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

Branch: refs/heads/trunk
Commit: d85f72978e328dae112130fc6206867fdd7c3ccc
Parents: 724e71f
Author: cnauroth <cn...@apache.org>
Authored: Thu Dec 17 11:37:19 2015 -0800
Committer: cnauroth <cn...@apache.org>
Committed: Thu Dec 17 11:37:19 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/d85f7297/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 4235382..fc6595e 100644
--- a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
+++ b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
@@ -211,9 +211,6 @@ Trunk (Unreleased)
   OPTIMIZATIONS
 
   BUG FIXES
-
-    HDFS-9570. Minor typos, grammar, and case sensitivity cleanup in
-    HdfsPermissionsGuide.md's (Travis Campbell via aw)
  
     HADOOP-9635 Fix potential Stack Overflow in DomainSocket.c (V. Karthik Kumar
                 via cmccabe)
@@ -2507,6 +2504,9 @@ Release 2.8.0 - UNRELEASED
     HDFS-9565. TestDistributedFileSystem.testLocatedFileStatusStorageIdsTypes
     is flaky due to race condition. (Wei-Chiu Chuang via Arpit Agarwal)
 
+    HDFS-9570. Minor typos, grammar, and case sensitivity cleanup in
+    HdfsPermissionsGuide.md's (Travis Campbell via aw)
+
 Release 2.7.3 - UNRELEASED
 
   INCOMPATIBLE CHANGES