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 2015/03/01 02:19:27 UTC

hadoop git commit: Fixed CHANGES.txt for HADOOP-10976.

Repository: hadoop
Updated Branches:
  refs/heads/branch-2 f7a724ca9 -> 0e10c7044


Fixed CHANGES.txt for HADOOP-10976.


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

Branch: refs/heads/branch-2
Commit: 0e10c70445058611dc857bc3066d3fb159a2b948
Parents: f7a724c
Author: Akira Ajisaka <aa...@apache.org>
Authored: Sat Feb 28 17:16:52 2015 -0800
Committer: Akira Ajisaka <aa...@apache.org>
Committed: Sat Feb 28 17:16:52 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/0e10c704/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 881dc02..3a8bc6f 100644
--- a/hadoop-common-project/hadoop-common/CHANGES.txt
+++ b/hadoop-common-project/hadoop-common/CHANGES.txt
@@ -221,6 +221,9 @@ Release 2.7.0 - UNRELEASED
     HADOOP-11632. Cleanup Find.java to remove SupressWarnings annotations.
     (Akira Ajisaka via ozawa)
 
+    HADOOP-10976. moving the source code of hadoop-tools docs to the
+    directory under hadoop-tools (Masatake Iwasaki via aw)
+
   OPTIMIZATIONS
 
     HADOOP-11323. WritableComparator#compare keeps reference to byte array.
@@ -243,9 +246,6 @@ Release 2.7.0 - UNRELEASED
     HADOOP-11620. Add support for load balancing across a group of KMS for HA.
     (Arun Suresh via wang)
 
-    HADOOP-10976. moving the source code of hadoop-tools docs to the
-    directory under hadoop-tools (Masatake Iwasaki via aw)
-
   BUG FIXES
 
     HADOOP-11512. Use getTrimmedStrings when reading serialization keys