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 wh...@apache.org on 2014/11/26 06:05:40 UTC

hadoop git commit: HDFS-7440. Update CHANGES.txt for HDFS-7440.

Repository: hadoop
Updated Branches:
  refs/heads/branch-2 3e011f1ec -> 0c8a8ba86


HDFS-7440. Update CHANGES.txt for HDFS-7440.


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

Branch: refs/heads/branch-2
Commit: 0c8a8ba86e53c5455f244dc646c19e416a18a4ce
Parents: 3e011f1
Author: Haohui Mai <wh...@apache.org>
Authored: Tue Nov 25 21:03:41 2014 -0800
Committer: Haohui Mai <wh...@apache.org>
Committed: Tue Nov 25 21:05:21 2014 -0800

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


http://git-wip-us.apache.org/repos/asf/hadoop/blob/0c8a8ba8/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 3eb9d3b..85c855b 100644
--- a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
+++ b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
@@ -138,6 +138,9 @@ Release 2.7.0 - UNRELEASED
 
     HDFS-7436. Consolidate implementation of concat(). (wheat9)
 
+    HDFS-7440. Consolidate snapshot related operations in a single class.
+    (wheat9)
+
   OPTIMIZATIONS
 
   BUG FIXES