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 ji...@apache.org on 2015/05/01 09:01:37 UTC

[20/50] [abbrv] hadoop git commit: HDFS-8205. Fix CHANGES.txt

HDFS-8205. Fix CHANGES.txt


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

Branch: refs/heads/HDFS-7240
Commit: 6bae5962cd70ac33fe599c50fb2a906830e5d4b2
Parents: 0d5b014
Author: Arpit Agarwal <ar...@apache.org>
Authored: Mon Apr 27 12:30:50 2015 -0700
Committer: Arpit Agarwal <ar...@apache.org>
Committed: Mon Apr 27 12:30:50 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/6bae5962/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 00b5db5..d56ea0c 100644
--- a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
+++ b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
@@ -571,6 +571,9 @@ Release 2.8.0 - UNRELEASED
 
     HDFS-8206. Fix the typos in hadoop-hdfs-httpfs. (Brahma Reddy Battula via xyao)
 
+    HDFS-8205. CommandFormat#parse() should not parse option as
+    value of option. (Peter Shi and Xiaoyu Yao via Arpit Agarwal)
+
 Release 2.7.1 - UNRELEASED
 
   INCOMPATIBLE CHANGES
@@ -618,9 +621,6 @@ Release 2.7.1 - UNRELEASED
     HDFS-8070. Pre-HDFS-7915 DFSClient cannot use short circuit on
     post-HDFS-7915 DataNode (cmccabe)
 
-    HDFS-8205. CommandFormat#parse() should not parse option as
-    value of option. (Peter Shi and Xiaoyu Yao via Arpit Agarwal)
-
 Release 2.7.0 - 2015-04-20
 
   INCOMPATIBLE CHANGES