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 ar...@apache.org on 2016/03/04 02:01:51 UTC

[12/50] [abbrv] hadoop git commit: Move HADOOP-9121 from 3.0.0 to 2.7.3 in CHANGES.txt.

Move HADOOP-9121 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/e3ac231f
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/e3ac231f
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/e3ac231f

Branch: refs/heads/HDFS-1312
Commit: e3ac231f7267d8e352d2c4f39f8c5c0199e47c0c
Parents: e0b14f2
Author: Akira Ajisaka <aa...@apache.org>
Authored: Mon Feb 29 11:39:43 2016 +0900
Committer: Akira Ajisaka <aa...@apache.org>
Committed: Mon Feb 29 11:40:18 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/e3ac231f/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 4739564..64ec531 100644
--- a/hadoop-common-project/hadoop-common/CHANGES.txt
+++ b/hadoop-common-project/hadoop-common/CHANGES.txt
@@ -387,9 +387,6 @@ Trunk (Unreleased)
     HADOOP-9037. Bug in test-patch.sh and precommit build process (Kihwal Lee
     via jlowe)
 
-    HADOOP-9121. InodeTree.java has redundant check for vName while 
-    throwing exception. (Arup Malakar via suresh)
-
     HADOOP-9131. Turn off TestLocalFileSystem#testListStatusWithColons on
     Windows. (Chris Nauroth via suresh)
 
@@ -1826,6 +1823,9 @@ Release 2.7.3 - UNRELEASED
     HADOOP-8818. Use equals instead == in MD5MD5CRC32FileChecksum
     and TFileDumper. (Brandon Li via suresh)
 
+    HADOOP-9121. InodeTree.java has redundant check for vName while
+    throwing exception. (Arup Malakar via suresh)
+
 Release 2.7.2 - 2016-01-25
 
   INCOMPATIBLE CHANGES