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 29181A055A; Wed, 26 Feb 2020 14:55:17 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 1C2621BFAB; Wed, 26 Feb 2020 14:55:16 +0100 (CET) Received: from wout3-smtp.messagingengine.com (wout3-smtp.messagingengine.com [64.147.123.19]) by dpdk.org (Postfix) with ESMTP id 5FFAE1BF8D for ; Wed, 26 Feb 2020 14:55:14 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.west.internal (Postfix) with ESMTP id 4ACEA745; Wed, 26 Feb 2020 08:55:10 -0500 (EST) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Wed, 26 Feb 2020 08:55:10 -0500 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=mesmtp; bh=2TyGO7HJttFhp8GKSVQ6sHxne5QNjpGcMyw1q+gRMrg=; b=qXPKYRGI7kvC 4XgZvctJ33FhLKA4nEIZ1nwsi+IliOl1tf9PMpmXuy3jUO0pmdhA26oVREsIEIwo bo7j9AlQIlvinQxDi/y9YUo/6cJXVkC5J0OKq9M1uTbWc44B177uhe+WZU1+iuPz zdOgoqkshbHF/ztacVF89mhtc73tK6E= 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=2TyGO7HJttFhp8GKSVQ6sHxne5QNjpGcMyw1q+gRM rg=; b=b1LK9EmWp/Ed7YQVoZ5hYmZa0/tmOu2N6Vkxdw7VdSVN9kxZv5gajC4Wl 39sKU7RSkTAn9OG+wWr1ohas/NHGWO53uu5x+ZEECsukvR0DO8JM4pMOl29iUGpw rwKm+jG8e1HKczVvEgyxVFQY/r4wMMpymudqho+MBzoXeJq5oYF3u0yrQoLFu9sg K1J3WQ5PJQdhCgjL2Zgy4l86EAHByNf/UyqqXbEEQDW2WMsk81hWnUkjPhbUi85u P/NMIS++xUY0CIIVvP28xwHl0UlszmzP9IXiV9DLBt0sNub6eP0bMXbwsvmioCUf 1ZiuYUDw6EsqyFIzPXPsfUXAoZoFg== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedugedrleeggdehlecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghs ucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucfkph epleefrdeirddugeelrdduudegnecuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghm pehmrghilhhfrhhomhepthhhohhmrghssehmohhnjhgrlhhonhdrnhgvth X-ME-Proxy: Received: from xps.localnet (114.149.6.93.rev.sfr.net [93.6.149.114]) by mail.messagingengine.com (Postfix) with ESMTPA id 4E72F328005A; Wed, 26 Feb 2020 08:55:09 -0500 (EST) From: Thomas Monjalon To: David Marchand Cc: dev@dpdk.org Date: Wed, 26 Feb 2020 14:55:07 +0100 Message-ID: <18193320.sIn9rWBj0N@xps> In-Reply-To: <20200226133801.26784-1-david.marchand@redhat.com> References: <20200226133801.26784-1-david.marchand@redhat.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] version: 20.05-rc0 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" 26/02/2020 14:38, David Marchand: > Start a new release cycle with empty release notes. > ABI must now be checked with v20.02 as a reference. > > Signed-off-by: David Marchand > --- > .travis.yml | 4 + > ABI_VERSION | 2 +- > VERSION | 2 +- > doc/guides/rel_notes/index.rst | 1 + > doc/guides/rel_notes/release_20_05.rst | 139 +++++++++++++++++++++++++ > 5 files changed, 146 insertions(+), 2 deletions(-) > create mode 100644 doc/guides/rel_notes/release_20_05.rst Acked-by: Thomas Monjalon > --- a/.travis.yml > +++ b/.travis.yml > +env: > + global: > + - REF_GIT_TAG=v20.02 One question: why REF_GIT_TAG was not needed in Travis during 20.02?