From 3c863fada439c4ed76d5d80eb76dc98bf1b4404d Mon Sep 17 00:00:00 2001 From: Michael Stack Date: Thu, 2 Jun 2011 19:01:53 +0000 Subject: [PATCH] HADOOP-7351 Regression: HttpServer#getWebAppsPath used to be protected so subclasses could supply alternate webapps path but it was made private by HADOOP-6461 -- Fix commit message; I'd put it in wrong location under 'new features' rather than under 'bugs' git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1130738 13f79535-47bb-0310-9956-ffa450edef68 --- CHANGES.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index 1225403c4c..33497d80da 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -315,10 +315,6 @@ Release 0.22.0 - Unreleased HADOOP-7134. configure files that are generated as part of the released tarball need to have executable bit set. (Roman Shaposhnik via cos) - HADOOP-7351 Regression: HttpServer#getWebAppsPath used to be protected - so subclasses could supply alternate webapps path but it was made private - by HADOOP-6461 (Stack) - IMPROVEMENTS HADOOP-6644. util.Shell getGROUPS_FOR_USER_COMMAND method name @@ -763,6 +759,10 @@ Release 0.22.0 - Unreleased HADOOP-7121. Exceptions while serializing IPC call responses are not handled well. (todd) + HADOOP-7351 Regression: HttpServer#getWebAppsPath used to be protected + so subclasses could supply alternate webapps path but it was made private + by HADOOP-6461 (Stack) + Release 0.21.1 - Unreleased IMPROVEMENTS