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 08E489B89 for ; Thu, 5 Jan 2012 21:56:10 +0000 (UTC) Received: (qmail 52462 invoked by uid 500); 5 Jan 2012 21:56:09 -0000 Delivered-To: apmail-hadoop-common-commits-archive@hadoop.apache.org Received: (qmail 52017 invoked by uid 500); 5 Jan 2012 21:56:08 -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 52007 invoked by uid 99); 5 Jan 2012 21:56:08 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Jan 2012 21:56:08 +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; Thu, 05 Jan 2012 21:56:05 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id F3D8B2388993; Thu, 5 Jan 2012 21:55:43 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1227859 - /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt Date: Thu, 05 Jan 2012 21:55:43 -0000 To: common-commits@hadoop.apache.org From: tucu@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120105215543.F3D8B2388993@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: tucu Date: Thu Jan 5 21:55:43 2012 New Revision: 1227859 URL: http://svn.apache.org/viewvc?rev=1227859&view=rev Log: Fixing CHANGES.txt files, moving JIRAs from trunk to 0.23.1 section. (tucu) 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=1227859&r1=1227858&r2=1227859&view=diff ============================================================================== --- hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt (original) +++ hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt Thu Jan 5 21:55:43 2012 @@ -46,16 +46,9 @@ Trunk (unreleased changes) if the override value is same as the final parameter value. (Ravi Prakash via suresh) - HADOOP-7737. normalize hadoop-mapreduce & hadoop-dist dist/tar build with - common/hdfs. (tucu) - - 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 HTTP GET. (todd) - HADOOP-7758. Make GlobFilter class public. (tucu) - HADOOP-7728. Enable task memory management to be configurable in hadoop config setup script. (ramya) @@ -67,9 +60,7 @@ Trunk (unreleased changes) HADOOP-7688. Add servlet handler check in HttpServer.start(). (Uma Maheswara Rao G via szetszwo) - HADOOP-7590. Mavenize streaming and MR examples. (tucu) - - HADOOP-7862. Move the support for multiple protocols to lower layer so + HADOOP-7862. Move the support for multiple protocols to lower layer so that Writable, PB and Avro can all use it (Sanjay) HADOOP-7876. Provided access to encoded key in DelegationKey for @@ -132,29 +123,14 @@ Trunk (unreleased changes) HADOOP-7833. Fix findbugs warnings in protobuf generated code. (John Lee via suresh) - HADOOP-7853. multiple javax security configurations cause conflicts. - (daryn via tucu) - - HDFS-2614. hadoop dist tarball is missing hdfs headers. (tucu) - - HADOOP-7874. native libs should be under lib/native/ dir. (tucu) - - HADOOP-7887. KerberosAuthenticatorHandler is not setting - KerberosName name rules from configuration. (tucu) - HADOOP-7888. TestFailoverProxy fails intermittently on trunk. (Jason Lowe via atm) HADOOP-7897. ProtobufRpcEngine client side exception mechanism is not consistent with WritableRpcEngine. (suresh) - HADOOP-7902. skipping name rules setting (if already set) should be done - on UGI initialization only. (tucu) - HADOOP-7913 Fix bug in ProtoBufRpcEngine (sanjay) - HADOOP-7810. move hadoop archive to core from tools. (tucu) - HADOOP-7892. IPC logs too verbose after "RpcKind" introduction (todd) HADOOP-7931. o.a.h.ipc.WritableRpcEngine should have a way to force @@ -164,8 +140,6 @@ Trunk (unreleased changes) HADOOP-7761. Improve the performance of raw comparisons. (todd) - HADOOP_7917. compilation of protobuf files fails in windows/cygwin. (tucu) - Release 0.23.1 - Unreleased INCOMPATIBLE CHANGES @@ -213,6 +187,15 @@ Release 0.23.1 - Unreleased HADOOP-7933. Add a getDelegationTokens api to FileSystem which checks for known tokens in the passed Credentials object. (sseth) + HADOOP-7737. normalize hadoop-mapreduce & hadoop-dist dist/tar build with + common/hdfs. (tucu) + + HADOOP-7743. Add Maven profile to create a full source tarball. (tucu) + + HADOOP-7758. Make GlobFilter class public. (tucu) + + HADOOP-7590. Mavenize streaming and MR examples. (tucu) + HADOOP-7934. Normalize dependencies versions across all modules. (tucu) OPTIMIZATIONS @@ -254,6 +237,23 @@ Release 0.23.1 - Unreleased HADOOP-7949. Updated maxIdleTime default in the code to match core-default.xml (eli) + HADOOP-7853. multiple javax security configurations cause conflicts. + (daryn via tucu) + + HDFS-2614. hadoop dist tarball is missing hdfs headers. (tucu) + + HADOOP-7874. native libs should be under lib/native/ dir. (tucu) + + HADOOP-7887. KerberosAuthenticatorHandler is not setting + KerberosName name rules from configuration. (tucu) + + HADOOP-7902. skipping name rules setting (if already set) should be done + on UGI initialization only. (tucu) + + HADOOP-7810. move hadoop archive to core from tools. (tucu) + + HADOOP_7917. compilation of protobuf files fails in windows/cygwin. (tucu) + Release 0.23.0 - 2011-11-01 INCOMPATIBLE CHANGES