Return-Path: X-Original-To: apmail-hadoop-common-commits-archive@www.apache.org Delivered-To: apmail-hadoop-common-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E4209949E for ; Fri, 28 Oct 2011 02:06:16 +0000 (UTC) Received: (qmail 6755 invoked by uid 500); 28 Oct 2011 02:06:16 -0000 Delivered-To: apmail-hadoop-common-commits-archive@hadoop.apache.org Received: (qmail 6726 invoked by uid 500); 28 Oct 2011 02:06:16 -0000 Mailing-List: contact common-commits-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-dev@hadoop.apache.org Delivered-To: mailing list common-commits@hadoop.apache.org Received: (qmail 6719 invoked by uid 99); 28 Oct 2011 02:06:16 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 28 Oct 2011 02:06:16 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 28 Oct 2011 02:06:13 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id A1B4A23889D7; Fri, 28 Oct 2011 02:05:52 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1190132 - /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt Date: Fri, 28 Oct 2011 02:05:52 -0000 To: common-commits@hadoop.apache.org From: szetszwo@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20111028020552.A1B4A23889D7@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: szetszwo Date: Fri Oct 28 02:05:52 2011 New Revision: 1190132 URL: http://svn.apache.org/viewvc?rev=1190132&view=rev Log: Move HADOOP-7668, HADOOP-7509, HADOOP-7745, MAPREDUCE-2764, HADOOP-7766 and HADOOP-7721 entries from trunk to 0.23 in CHANGES.txt. Modified: hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt Modified: hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt URL: http://svn.apache.org/viewvc/hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt?rev=1190132&r1=1190131&r2=1190132&view=diff ============================================================================== --- hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt (original) +++ hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt Fri Oct 28 02:05:52 2011 @@ -15,9 +15,6 @@ Trunk (unreleased changes) HADOOP-7635. RetryInvocationHandler should release underlying resources on close (atm) - - HADOOP-7668. Add a NetUtils method that can tell if an InetAddress - belongs to local host. (suresh) HADOOP-7687 Make getProtocolSignature public (sanjay) @@ -35,9 +32,6 @@ Trunk (unreleased changes) HADOOP-7736. Remove duplicate Path#normalizePath call. (harsh) - HADOOP-7509. Improve exception message thrown when Authentication is - required. (Ravi Prakash via suresh) - HADOOP-7664. Remove warmings when overriding final parameter configuration if the override value is same as the final parameter value. (Ravi Prakash via suresh) @@ -45,9 +39,6 @@ Trunk (unreleased changes) HADOOP-7737. normalize hadoop-mapreduce & hadoop-dist dist/tar build with common/hdfs. (tucu) - HADOOP-7745. Fix wrong variable name in exception message introduced - in HADOOP-7509. (Ravi Prakash via suresh) - HADOOP-7743. Add Maven profile to create a full source tarball. (tucu) HADOOP-7729. Send back valid HTTP response if user hits IPC port with @@ -86,16 +77,8 @@ Trunk (unreleased changes) HADOOP-7695. RPC.stopProxy can throw unintended exception while logging error (atm) - HADOOP-7721. Add log before login in KerberosAuthenticationHandler. - (jitendra) - - MAPREDUCE-2764. Fix renewal of dfs delegation tokens. (Owen via jitendra) - HADOOP-7769. TestJMXJsonServlet is failing. (tomwhite) - HADOOP-7766. The auth to local mappings are not being respected, with webhdfs - and security enabled. (jitendra) - OPTIMIZATIONS HADOOP-7761. Improve the performance of raw comparisons. (todd) @@ -503,6 +486,17 @@ Release 0.23.0 - Unreleased HADOOP-7762. Common side of MR-2736. (eli) + HADOOP-7668. Add a NetUtils method that can tell if an InetAddress + belongs to local host. (suresh) + + HADOOP-7509. Improve exception message thrown when Authentication is + required. (Ravi Prakash via suresh) + + HADOOP-7745. Fix wrong variable name in exception message introduced + in HADOOP-7509. (Ravi Prakash via suresh) + + MAPREDUCE-2764. Fix renewal of dfs delegation tokens. (Owen via jitendra) + HADOOP-7360. Preserve relative paths that do not contain globs in FsShell. (Daryn Sharp and Kihwal Lee via szetszwo) @@ -767,6 +761,12 @@ Release 0.23.0 - Unreleased HADOOP-7764. Allow HttpServer to set both ACL list and path spec filters. (Jonathan Eagles via acmurthy) + HADOOP-7766. The auth to local mappings are not being respected, with webhdfs + and security enabled. (jitendra) + + HADOOP-7721. Add log before login in KerberosAuthenticationHandler. + (jitendra) + HADOOP-7778. FindBugs warning in Token.getKind(). (tomwhite) Release 0.22.0 - Unreleased