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 ar...@apache.org on 2015/06/20 22:11:12 UTC

[3/3] hadoop git commit: HDFS-7164. Update CHANGES.txt

HDFS-7164. Update CHANGES.txt


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

Branch: refs/heads/branch-2
Commit: 5dcda168596d17f601bdb16b4837e8ba5dcd1d56
Parents: ee63c3e
Author: Arpit Agarwal <ar...@apache.org>
Authored: Sat Jun 20 13:09:21 2015 -0700
Committer: Arpit Agarwal <ar...@apache.org>
Committed: Sat Jun 20 13:09:21 2015 -0700

----------------------------------------------------------------------
 hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/5dcda168/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 82b8eb3..f4b68d6 100644
--- a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
+++ b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
@@ -295,8 +295,6 @@ Release 2.8.0 - UNRELEASED
     HDFS-8606. Cleanup DFSOutputStream by removing unwanted changes
     from HDFS-8386. (Rakesh R via szetszwo)
 
-    HDFS-7164. Feature documentation for HDFS-6581. (Arpit Agarwal)
-
     HDFS-8238. Move ClientProtocol to the hdfs-client.
     (Takanobu Asanuma via wheat9)
 
@@ -626,6 +624,8 @@ Release 2.7.1 - UNRELEASED
     HDFS-7546. Document, and set an accepting default for
     dfs.namenode.kerberos.principal.pattern (Harsh J via aw)
 
+    HDFS-7164. Feature documentation for HDFS-6581. (Arpit Agarwal)
+
   OPTIMIZATIONS
 
   BUG FIXES