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 2015/05/27 20:07:20 UTC

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

Repository: hadoop
Updated Branches:
  refs/heads/trunk bb1816328 -> c46d4bafe


Update CHANGES.txt for HDFS-8135.


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

Branch: refs/heads/trunk
Commit: c46d4bafe1e34b77be3f218b4901f66db4db97f4
Parents: bb18163
Author: Haohui Mai <wh...@apache.org>
Authored: Wed May 27 11:07:15 2015 -0700
Committer: Haohui Mai <wh...@apache.org>
Committed: Wed May 27 11:07:15 2015 -0700

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


http://git-wip-us.apache.org/repos/asf/hadoop/blob/c46d4baf/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 03f766c..ce97552 100644
--- a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
+++ b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
@@ -29,6 +29,8 @@ Trunk (Unreleased)
     HDFS-8241. Remove unused NameNode startup option -finalize.
     (Brahma Reddy Battula via aajisaka)
  
+    HDFS-8135. Remove the deprecated FSConstants class. (Li Lu via wheat9)
+
   NEW FEATURES
 
     HDFS-3125. Add JournalService to enable Journal Daemon. (suresh)
@@ -336,10 +338,6 @@ Trunk (Unreleased)
 
 Release 2.8.0 - UNRELEASED
 
-  INCOMPATIBLE CHANGES
-
-    HDFS-8135. Remove the deprecated FSConstants class. (Li Lu via wheat9)
-
   NEW FEATURES
 
     HDFS-7891. A block placement policy with best rack failure tolerance.