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 wh...@apache.org on 2014/11/04 23:57:15 UTC

git commit: Update CHANGES.txt for committing HADOOP-10563 to branch-2.

Repository: hadoop
Updated Branches:
  refs/heads/trunk d0449bd2f -> ad21d28e0


Update CHANGES.txt for committing HADOOP-10563 to branch-2.


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

Branch: refs/heads/trunk
Commit: ad21d28e07cb0f4069c62323edc5e3eee0aaab7b
Parents: d0449bd
Author: Haohui Mai <wh...@apache.org>
Authored: Tue Nov 4 14:57:08 2014 -0800
Committer: Haohui Mai <wh...@apache.org>
Committed: Tue Nov 4 14:57:08 2014 -0800

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


http://git-wip-us.apache.org/repos/asf/hadoop/blob/ad21d28e/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 22e9ae6..cc8048d 100644
--- a/hadoop-common-project/hadoop-common/CHANGES.txt
+++ b/hadoop-common-project/hadoop-common/CHANGES.txt
@@ -118,8 +118,6 @@ Trunk (Unreleased)
     HADOOP-10342. Add a new method to UGI to use a Kerberos login subject to
     build a new UGI. (Larry McCay via omalley)
 
-    HADOOP-10563. Remove the dependency of jsp in trunk. (wheat9)
-
     HADOOP-10485. Remove dead classes in hadoop-streaming. (wheat9)
 
     HADOOP-11013. CLASSPATH handling should be consolidated, debuggable (aw)
@@ -372,6 +370,8 @@ Release 2.7.0 - UNRELEASED
     HADOOP-10847. Remove the usage of sun.security.x509.* in testing code.
     (Pascal Oliva via wheat9)
 
+    HADOOP-10563. Remove the dependency of jsp in trunk. (wheat9)
+
   OPTIMIZATIONS
 
   BUG FIXES