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 237CBA055F; Thu, 27 Feb 2020 12:02:09 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 19D7B1F1C; Thu, 27 Feb 2020 12:02:08 +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 E30363B5 for ; Thu, 27 Feb 2020 12:02:06 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1582801326; 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=iHkylKiEAIiSM0/GyVaIIAyH5tWzpO7MaALgrRznhqM=; b=iYts1/P1jisUvZ7//qBgducj0UryYTR/1XjxGStN5fWUpheN7pFq/4cUng7egx/+iCRAbG cLwiv436gezS/9BedQ3/CarsBjYh1WT+Y5iJgfZc9ZzZ4TRSW/NTJVt4BnP75TVFSuxp8u UG7utXNpHz0e/a39Hivs81iM7almXuY= Received: from mail-vk1-f200.google.com (mail-vk1-f200.google.com [209.85.221.200]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-430-kCW2XH5QP9y0B2sGdFf8dg-1; Thu, 27 Feb 2020 06:02:01 -0500 X-MC-Unique: kCW2XH5QP9y0B2sGdFf8dg-1 Received: by mail-vk1-f200.google.com with SMTP id n9so1122655vkc.14 for ; Thu, 27 Feb 2020 03:02:01 -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=FdYGTLMjBqkSkmgcBHrJesjhnCEogAv1VK0lC1dmH9E=; b=PyeQL6x672gOFDHBj84U03oigOSHjkCG0/eM/PgEG1isq5/EOqz9cNIn2uTxVA5l6I rzBOoucFNCe0uwgY86tLtJhEQXwjvG63cZAUzyNBrJVSM9jAr/fwLRIR4MHAd/+gw4GH x53fUKXYm0JMYpsKJvLOtTTcmcsQzvA4ymAyqAmvw3gAQWvTavqH7rGmFDfVUKDwbiRV nsfKLHno/PP0WEK1PzbZnLh01ABmoIb1oX5DEYqQSTULUJn2H0KEETx6w+6Q1Z1KHUVk q+12mI0NRvB38Us18wFsaM6I01TsSexDnGO/fOzOC9SPdWOw0JWUJBEcHwGOnc5vy4fO /6bw== X-Gm-Message-State: APjAAAWYyN6+KvL6ewx7UfA9MBvSAfqs/+/SFx/brIxk3qJ+EArcfjjx 8nZau8N3T/255rDpIRhEV/iBuUx/GMV2GlzoDS3K/SlZF5RrVlalGt+XTHrHFkmMDMFxeK9t1oQ phw7G39fij/pldey8coA= X-Received: by 2002:ab0:2751:: with SMTP id c17mr2088612uap.53.1582801320188; Thu, 27 Feb 2020 03:02:00 -0800 (PST) X-Google-Smtp-Source: APXvYqzc3ig6lRcVNb6HoSx6/P2q5jJqxPuJkf44tIa6+AAWixsOZyVfio5BSk/w7q/vBQhiLH/n0I7RbjTO1Ch3E6M= X-Received: by 2002:ab0:2751:: with SMTP id c17mr2088582uap.53.1582801319824; Thu, 27 Feb 2020 03:01:59 -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: Thu, 27 Feb 2020 12:01:48 +0100 Message-ID: To: David Marchand Cc: dev , Thomas Monjalon 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 Applied, here we go. --=20 David Marchand