From ad21d28e07cb0f4069c62323edc5e3eee0aaab7b Mon Sep 17 00:00:00 2001 From: Haohui Mai Date: Tue, 4 Nov 2014 14:57:08 -0800 Subject: [PATCH] Update CHANGES.txt for committing HADOOP-10563 to branch-2. --- hadoop-common-project/hadoop-common/CHANGES.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hadoop-common-project/hadoop-common/CHANGES.txt b/hadoop-common-project/hadoop-common/CHANGES.txt index 22e9ae652f1..cc8048d6aa7 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