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 cm...@apache.org on 2015/02/25 01:04:01 UTC

hadoop git commit: move HADOOP-11495 to 2.7

Repository: hadoop
Updated Branches:
  refs/heads/trunk 7105ebaa9 -> ac3468add


move HADOOP-11495 to 2.7


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

Branch: refs/heads/trunk
Commit: ac3468add4ec6fa3581536a9c55d422801a948bd
Parents: 7105eba
Author: Colin Patrick Mccabe <cm...@cloudera.com>
Authored: Tue Feb 24 15:54:58 2015 -0800
Committer: Colin Patrick Mccabe <cm...@cloudera.com>
Committed: Tue Feb 24 15:54:58 2015 -0800

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


http://git-wip-us.apache.org/repos/asf/hadoop/blob/ac3468ad/hadoop-common-project/hadoop-common/CHANGES.txt
----------------------------------------------------------------------
diff --git a/hadoop-common-project/hadoop-common/CHANGES.txt b/hadoop-common-project/hadoop-common/CHANGES.txt
index e9ddb7d..96d5724 100644
--- a/hadoop-common-project/hadoop-common/CHANGES.txt
+++ b/hadoop-common-project/hadoop-common/CHANGES.txt
@@ -172,9 +172,6 @@ Trunk (Unreleased)
     HADOOP-6964. Allow compact property description in xml (Kengo Seki
     via aw)
 
-    HADOOP-11495. Convert site documentation from apt to markdown
-    (Masatake Iwasaki via aw)
-
     HADOOP-11575. Daemon log documentation is misleading
     (Naganarasimha G R via aw)
 
@@ -628,6 +625,9 @@ Release 2.7.0 - UNRELEASED
 
     HADOOP-11607. Reduce log spew in S3AFileSystem. (Lei (Eddy) Xu via stevel)
 
+    HADOOP-11495. Convert site documentation from apt to markdown
+    (Masatake Iwasaki via aw)
+
   OPTIMIZATIONS
 
     HADOOP-11323. WritableComparator#compare keeps reference to byte array.