From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id C8A87A04B7; Tue, 5 May 2020 10:31:41 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 2C3931D502; Tue, 5 May 2020 10:31:41 +0200 (CEST) Received: from wout1-smtp.messagingengine.com (wout1-smtp.messagingengine.com [64.147.123.24]) by dpdk.org (Postfix) with ESMTP id 669311D159 for ; Tue, 5 May 2020 10:31:39 +0200 (CEST) Received: from compute7.internal (compute7.nyi.internal [10.202.2.47]) by mailout.west.internal (Postfix) with ESMTP id A3914462; Tue, 5 May 2020 04:31:37 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute7.internal (MEProxy); Tue, 05 May 2020 04:31:38 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=fm1; bh= mlMK9hY0Q0Pa7DcVxxWsrG9wnzCT5IAlYNey/bga/Kk=; b=IXYmjw1DIAdMwQ29 nA3a0fert7Ur+Qe5rSSqP7eCNGoaV6qFl1iBtgI7x33FNmKUn8Kcp/Pi/Bq5Rwk1 Mpf+KU31Q3rxVlcI9ZdrS6WXnyzDx4wOU7dZ00hB9ADmyfnqUKOA2Dvr4zHaIvfl NNY32/TDOFhr2RuMtXAIZYZkA+TkJMwr5z968wuCbupm40EaEWjtGauPGM5l6DF0 YRLKV9CNlPj0bzzvUx33ByriV8m/rzvPPmEt0xqUy+8GPy5VxBNU7NS5F2UQCIE+ ScSFju+XlTmlLUp4L013tdXeHKVdyp/QvbqoryCanUMEx9486dSRa8urv/uQptAt 1LsT9Q== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm2; bh=mlMK9hY0Q0Pa7DcVxxWsrG9wnzCT5IAlYNey/bga/ Kk=; b=nferCVHwNqEDZ1LTFbhGbxA54TtMMTFI3Hs+8k74F+JHPIZR7wkVmM/fh V31g1k1NKIGFWBfEcVAMY2hGjxZGOZP18I9nXJpcVkxNbnOWQldSY33b9hu3WSwK oINXL67O7UGIP2Z8Y/rOrfrHCUviC595NyqZKznzvXyjloGGfemS6r66inyDkHCp lgLDoDNQIlzCme5wRhMs+g3IIYXzimQdabezpGntlEJH2v0uXjwrLUDb9Xu3PNFd aE2LKvKTLARgm3R6cdSUAFnvsLM38HxrIkyNd6ho209jhO0ME5sd3/SHNhWtI1kX taqECl54ItAyXxM1iqya3sVBdiXVg== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduhedrjeeigddtfecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghs ucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucggtf frrghtthgvrhhnpedugefgvdefudfftdefgeelgffhueekgfffhfeujedtteeutdejueei iedvffegheenucfkphepjeejrddufeegrddvtdefrddukeegnecuvehluhhsthgvrhfuih iivgeptdenucfrrghrrghmpehmrghilhhfrhhomhepthhhohhmrghssehmohhnjhgrlhho nhdrnhgvth X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id C13B3328005A; Tue, 5 May 2020 04:31:35 -0400 (EDT) From: Thomas Monjalon To: Ray Kinsella Cc: dev@dpdk.org, ferruh.yigit@intel.com, Bruce Richardson , John McNamara , Marko Kovacevic Date: Tue, 05 May 2020 10:31:34 +0200 Message-ID: <8635199.rMLUfLXkoz@thomas> In-Reply-To: References: <1587636728-1619-1-git-send-email-mdr@ashroe.eu> <3223507.QJadu78ljV@thomas> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v1] abi: document reasons behind the three part versioning X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 05/05/2020 10:07, Ray Kinsella: > On 04/05/2020 22:46, Thomas Monjalon wrote: > > 23/04/2020 12:12, Ray Kinsella: > >> Clarify the reasons behind the three part version numbering scheme. > >> Documents the fixes made in f26c2b3. > > > > Please add these lines: > > Fixes: f26c2b39b271 ("build: fix soname info for 19.11 compatibility") > > Cc: stable@dpdk.org > > > > > >> Signed-off-by: Ray Kinsella > >> Signed-off-by: Bruce Richardson > >> --- > >> --- a/doc/guides/contributing/abi_policy.rst > >> +++ b/doc/guides/contributing/abi_policy.rst > >> + lengthening the stability period. Additional implementation detail can be > >> + found in the :ref:`release notes <20_05_abi_changes>`. > > > > The three part version was done in 20.02. > > I think you should update the 20.02 release notes instead of 20.05. > > > > I agreed, > However I didn't think that was possible on a quarterly, after the release was formally complete. > Wouldn't that involve either a respin or a .1 ? Yes please respin a v2