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 2CA21A055A; Wed, 26 Feb 2020 15:01:27 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 0D7401BFAB; Wed, 26 Feb 2020 15:01:26 +0100 (CET) Received: from us-smtp-1.mimecast.com (us-smtp-delivery-1.mimecast.com [205.139.110.120]) by dpdk.org (Postfix) with ESMTP id 89CFD1BF8D for ; Wed, 26 Feb 2020 15:01:24 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1582725683; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=hPi5d+5qgY/JhZZIxNUnef3IBF9LW63Ew76R8a5Hs7c=; b=SRyIvC9bZrI7sB89Eq4DBLIzL0tdG/AAUBiNAslpqT3HFytzTXx6FvWyfpg+KzwFC82c7l NNLL0VAxCENa7kh9xpQuEynNd6MsNNTAYp69Eh8ET7vV0OskTeoOIVZxqntiv5Z2mMoSif jJMGc3AFecdLVRR1RVEYSkyxn3hEnGA= Received: from mail-vk1-f197.google.com (mail-vk1-f197.google.com [209.85.221.197]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-456-dtn2xC7gP_qSDjmnmsV6cg-1; Wed, 26 Feb 2020 09:01:17 -0500 X-MC-Unique: dtn2xC7gP_qSDjmnmsV6cg-1 Received: by mail-vk1-f197.google.com with SMTP id v134so1479740vkd.16 for ; Wed, 26 Feb 2020 06:01:17 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=9UJoLx3+8TFlmsAszGQ+MKyT24kRx0M2mhFsm1VxzEY=; b=qm1J4uPBgZgjhLZuEtVQY6aBeKGkZ+1hjJbIGGIz+CZFMX5AdMfpH4IGqVGBLry5AI W26wbVYe3W9cAFtyHV3dJyEewGOxgqGM7DZKKB5ml/xmCNb8WpZBwIVYWHfxjla0qwGS xMZBxBopXiabtt6SGItNr+xps+40RyFvJK7dJWhbx5AteSUFO0/LQoJLNo5d5fIJWxn0 0cbvUuOodPyiV8/q+7q7ADjcbHbT1URCRq1Vai4BC/xRhKNns+d1/ZsBJ8OACuVOEffL 11VWJKP84sKXfyifoFk+Xtq/Rw4q/LGCriXgP5CFkUIsAvHmywOxuZUME1k1jLFRSlXQ P/8Q== X-Gm-Message-State: APjAAAWlujKeXsCD6a1zMsTe4oaKXQRk1E1NIGe24M8Xf7IlVsHvQnDY JQ5lJaBQ4qmzpyGAGR6cPEaGEohXVhdP2vaQb2Cd2t71nx1NV6vTFD4NFUeYvXptV4y9t0iqfDS NivLw7Xf38X6E7Gw1nm8= X-Received: by 2002:a67:905:: with SMTP id 5mr4128317vsj.105.1582725676219; Wed, 26 Feb 2020 06:01:16 -0800 (PST) X-Google-Smtp-Source: APXvYqzTVhzz1uIBb68gdNoWIM6AD0QpyP3dIjRMOscwHz/CoRv2FN4Uh3D4QExqdIDVWnixQzILxQoznc1vqbZdxME= X-Received: by 2002:a67:905:: with SMTP id 5mr4128293vsj.105.1582725675759; Wed, 26 Feb 2020 06:01:15 -0800 (PST) MIME-Version: 1.0 References: <20200226133801.26784-1-david.marchand@redhat.com> <18193320.sIn9rWBj0N@xps> In-Reply-To: <18193320.sIn9rWBj0N@xps> From: David Marchand Date: Wed, 26 Feb 2020 15:01:04 +0100 Message-ID: To: Thomas Monjalon Cc: dev X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable 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" On Wed, Feb 26, 2020 at 2:55 PM Thomas Monjalon wrote= : > > 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=3Dv20.02 > > One question: why REF_GIT_TAG was not needed in Travis during 20.02? The .ci/linux-build.sh script has a default value for parameters. http://git.dpdk.org/dpdk/tree/.ci/linux-build.sh#n71&h=3Dv20.02 This could be removed, so that we only have explicit values in the .travis.yml configuration. No strong opinion keeping them. --=20 David Marchand