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 aa...@apache.org on 2016/02/26 17:30:48 UTC

hadoop git commit: Moved HADOOP-8818 from 3.0.0 to 2.7.3 in CHANGES.txt.

Repository: hadoop
Updated Branches:
  refs/heads/trunk d7fdec1e6 -> f0de733ca


Moved HADOOP-8818 from 3.0.0 to 2.7.3 in CHANGES.txt.


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

Branch: refs/heads/trunk
Commit: f0de733ca04332aed7b455b34e8c954588600a24
Parents: d7fdec1
Author: Akira Ajisaka <aa...@apache.org>
Authored: Sat Feb 27 01:30:20 2016 +0900
Committer: Akira Ajisaka <aa...@apache.org>
Committed: Sat Feb 27 01:30:20 2016 +0900

----------------------------------------------------------------------
 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/f0de733c/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 e5ce0ee..7315962 100644
--- a/hadoop-common-project/hadoop-common/CHANGES.txt
+++ b/hadoop-common-project/hadoop-common/CHANGES.txt
@@ -363,9 +363,6 @@ Trunk (Unreleased)
     HADOOP-8767. Secondary namenode is started on slave nodes instead of
     master nodes. (Giovanni Delussu via suresh)
 
-    HADOOP-8818. Use equals instead == in MD5MD5CRC32FileChecksum
-    and TFileDumper. (Brandon Li via suresh)
-
     HADOOP-8821. Fix findbugs warning related to concatenating string in a 
     for loop in Configuration#dumpDeprecatedKeys(). (suresh)
 
@@ -1812,6 +1809,9 @@ Release 2.7.3 - UNRELEASED
     HADOOP-12792. TestUserGroupInformation#testGetServerSideGroups fails in
     chroot (Eric Badger via jlowe)
 
+    HADOOP-8818. Use equals instead == in MD5MD5CRC32FileChecksum
+    and TFileDumper. (Brandon Li via suresh)
+
 Release 2.7.2 - 2016-01-25
 
   INCOMPATIBLE CHANGES