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 4A017A055F; Thu, 27 Feb 2020 12:31:58 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id A54352C4F; Thu, 27 Feb 2020 12:31:57 +0100 (CET) Received: from us-smtp-delivery-1.mimecast.com (us-smtp-2.mimecast.com [205.139.110.61]) by dpdk.org (Postfix) with ESMTP id DED682C02 for ; Thu, 27 Feb 2020 12:31:56 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1582803116; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: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=3gT3DqXSmvYH6d5/txtBYaAqzSjwW+iUmogTbu5SdCM=; b=OedfPwFJCF10VyCW4wvbjstKnwJwjCU9lseDGfnbLSpIkyRFYxQLu+glAQ52/dtCei8uGR u0p+xtYui6NMI3Obyeu/BVjPbVzBVWGf42Bhh/I4jYnqawu1L/EV9cSsieaCELDXrYkkfg AGpqpAxoz8uVq7a3syfmssG2ZXS3vpA= Received: from mail-ua1-f69.google.com (mail-ua1-f69.google.com [209.85.222.69]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-60-GwlPowqwM32nMIyNAR50og-1; Thu, 27 Feb 2020 06:31:52 -0500 X-MC-Unique: GwlPowqwM32nMIyNAR50og-1 Received: by mail-ua1-f69.google.com with SMTP id j16so659077uak.16 for ; Thu, 27 Feb 2020 03:31:52 -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:cc; bh=fFz+8WAPUahhNSC0jCTKIZ1W6Fg0OJJIUTI49N+5Cws=; b=bcdzRWb/pty/tZcZ0VHqoGvOIpONvRy2XkK7/BB9zya+Bm7qArkLxBYk27rGF1dYcH jHFO7EmD+eBF+MXL4A8e0vele6wDaeGEQfTyLQN/W0tCoejpGH9FN3ue5Arm1cflMX4W W3n/P0D6OAG2TMHvM59nj9CHi1k9/qv6u9YxhYLkmEvjKqNguY3BORK4vpQ+8EEvbXpN kMxt8tsd9Wzh3gTCnp4b84qf5JTMea57cW/VaCkMy7z9LRFNXj8hUZfzrp1Otg1HoS+v 9lQTolTn00RgLGQKEsxSqlE7ylG+GiKS3VJOtOELOdqHYEKboXC7G02oBf2oBs1bGp2y zmZA== X-Gm-Message-State: APjAAAXsR+p6ImkY+EeJYsIsSwf5CaKnT4UB0W03QQdgEHH/02PCvECM XczgedPnsYB3NTE1sIUtrAn1rnC7TUns0OgKX/ovNJ+RzvlBPCMT/afMoQqAfBJ51L5NTQ0806S r+C6DJV7MLGcKIi9wakE= X-Google-Smtp-Source: APXvYqxbFA4AQudIz7uKOVEQcae+uKBQsP0n2xtxZNQuI49EYZKBYhDdvev8A6rqLfz3ORLH7J48dnZh0f1cAzUjAwg= X-Received: by 2002:a67:f315:: with SMTP id p21mr2261836vsf.39.1582803111529; Thu, 27 Feb 2020 03:31:51 -0800 (PST) X-Received: by 2002:a67:f315:: with SMTP id p21mt2470566vsf.39.1582803111117; Thu, 27 Feb 2020 03:31:51 -0800 (PST) MIME-Version: 1.0 References: <20200226133801.26784-1-david.marchand@redhat.com> <18193320.sIn9rWBj0N@xps> In-Reply-To: From: David Marchand Date: Thu, 27 Feb 2020 12:31:39 +0100 Message-ID: Cc: dev , Thomas Monjalon X-Mimecast-Spam-Score: 2 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 Thu, Feb 27, 2020 at 12:01 PM David Marchand wrote: > > On Wed, Feb 26, 2020 at 2:55 PM Thomas Monjalon wro= te: > > > > 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. Patchwork has just been cleaned: old patches archived, Deferred patches back to state NEW. --=20 David Marchand