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 6427D1800F for ; Fri, 14 Aug 2015 17:55:17 +0000 (UTC) Received: (qmail 64429 invoked by uid 500); 14 Aug 2015 17:55:13 -0000 Delivered-To: apmail-hadoop-common-commits-archive@hadoop.apache.org Received: (qmail 64273 invoked by uid 500); 14 Aug 2015 17:55:13 -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 63855 invoked by uid 99); 14 Aug 2015 17:55:13 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Aug 2015 17:55:13 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 907B8E35E6; Fri, 14 Aug 2015 17:55:13 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: zhz@apache.org To: common-commits@hadoop.apache.org Date: Fri, 14 Aug 2015 17:55:23 -0000 Message-Id: <58ded008a6e74aad98ef8410d145111a@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [11/36] hadoop git commit: HADOOP-10786. Fix UGI#reloginFromKeytab on Java 8. Contributed by Stephen Chu. Moved CHANGES.txt entry to 2.6.1 HADOOP-10786. Fix UGI#reloginFromKeytab on Java 8. Contributed by Stephen Chu. Moved CHANGES.txt entry to 2.6.1 Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/e7aa8139 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/e7aa8139 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/e7aa8139 Branch: refs/heads/HDFS-7285-merge Commit: e7aa81394dce61cc96d480e21204263a5f2ed153 Parents: 24a11e3 Author: Vinayakumar B Authored: Fri Aug 14 12:23:51 2015 +0530 Committer: Vinayakumar B Committed: Fri Aug 14 12:23:51 2015 +0530 ---------------------------------------------------------------------- hadoop-common-project/hadoop-common/CHANGES.txt | 2 -- 1 file changed, 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/e7aa8139/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 c84af6a..6e48c20 100644 --- a/hadoop-common-project/hadoop-common/CHANGES.txt +++ b/hadoop-common-project/hadoop-common/CHANGES.txt @@ -1199,8 +1199,6 @@ Release 2.7.0 - 2015-04-20 HADOOP-10563. Remove the dependency of jsp in trunk. (wheat9) - HADOOP-10786. Fix UGI#reloginFromKeytab on Java 8. (Stephen Chu via wheat9) - HADOOP-11291. Log the cause of SASL connection failures. (Stephen Chu via cnauroth)