Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 81F98200D06 for ; Mon, 25 Sep 2017 16:16:15 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 804541609C4; Mon, 25 Sep 2017 14:16:15 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id C568D1609BB for ; Mon, 25 Sep 2017 16:16:14 +0200 (CEST) Received: (qmail 70980 invoked by uid 500); 25 Sep 2017 14:16:13 -0000 Mailing-List: contact common-commits-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list common-commits@hadoop.apache.org Received: (qmail 70971 invoked by uid 99); 25 Sep 2017 14:16: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; Mon, 25 Sep 2017 14:16:13 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id C3983F3318; Mon, 25 Sep 2017 14:16:13 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: templedf@apache.org To: common-commits@hadoop.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: hadoop git commit: HADOOP-14897. Loosen compatibility guidelines for native dependencies Date: Mon, 25 Sep 2017 14:16:13 +0000 (UTC) archived-at: Mon, 25 Sep 2017 14:16:15 -0000 Repository: hadoop Updated Branches: refs/heads/branch-3.0 972250923 -> dca2fb5ac HADOOP-14897. Loosen compatibility guidelines for native dependencies (cherry picked from commit 0807470808156af13e0992285cac070052d86c26) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/dca2fb5a Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/dca2fb5a Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/dca2fb5a Branch: refs/heads/branch-3.0 Commit: dca2fb5ac53572d6573cf3b56507ca4d696d9aa0 Parents: 9722509 Author: Daniel Templeton Authored: Mon Sep 25 14:12:25 2017 +0200 Committer: Daniel Templeton Committed: Mon Sep 25 16:15:56 2017 +0200 ---------------------------------------------------------------------- .../hadoop-common/src/site/markdown/Compatibility.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/dca2fb5a/hadoop-common-project/hadoop-common/src/site/markdown/Compatibility.md ---------------------------------------------------------------------- diff --git a/hadoop-common-project/hadoop-common/src/site/markdown/Compatibility.md b/hadoop-common-project/hadoop-common/src/site/markdown/Compatibility.md index 4fa8c02..47fa09a 100644 --- a/hadoop-common-project/hadoop-common/src/site/markdown/Compatibility.md +++ b/hadoop-common-project/hadoop-common/src/site/markdown/Compatibility.md @@ -191,9 +191,13 @@ dependencies is part of the Hadoop ABI. The minimum required versions of the native components on which Hadoop depends at compile time and/or runtime SHALL be considered -[Stable](./InterfaceClassification.html#Stable). Changes to the minimum -required versions MUST NOT increase between minor releases within a major -version. +[Evolving](./InterfaceClassification.html#Evolving). Changes to the minimum +required versions SHOULD NOT increase between minor releases within a major +version, though updates because of security issues, license issues, or other +reasons may occur. When the native components on which Hadoop depends must +be updated between minor releases within a major release, where possible the +changes SHOULD only change the minor versions of the components without +changing the major versions. ### Wire Protocols --------------------------------------------------------------------- To unsubscribe, e-mail: common-commits-unsubscribe@hadoop.apache.org For additional commands, e-mail: common-commits-help@hadoop.apache.org