From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id 47DEEA00E6 for ; Thu, 16 May 2019 19:13:12 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 0A7A65F21; Thu, 16 May 2019 19:13:12 +0200 (CEST) Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by dpdk.org (Postfix) with ESMTP id 183565F21 for ; Thu, 16 May 2019 19:13:10 +0200 (CEST) Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.13]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 35016316D76E; Thu, 16 May 2019 17:13:02 +0000 (UTC) Received: from [10.36.116.124] (ovpn-116-124.ams2.redhat.com [10.36.116.124]) by smtp.corp.redhat.com (Postfix) with ESMTP id 458EC60851; Thu, 16 May 2019 17:13:00 +0000 (UTC) To: Ferruh Yigit , Thomas Monjalon Cc: web@dpdk.org References: <20190516164229.33132-1-ferruh.yigit@intel.com> From: Kevin Traynor Message-ID: <29714083-6fd4-0a2d-3d17-4f4bfc71d180@redhat.com> Date: Thu, 16 May 2019 18:12:59 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.6.1 MIME-Version: 1.0 In-Reply-To: <20190516164229.33132-1-ferruh.yigit@intel.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.79 on 10.5.11.13 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.41]); Thu, 16 May 2019 17:13:07 +0000 (UTC) Subject: Re: [dpdk-web] [PATCH 1/2] update 18.11.2 schedule X-BeenThere: web@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK website maintenance List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: web-bounces@dpdk.org Sender: "web" On 16/05/2019 17:42, Ferruh Yigit wrote: > 18.11.2 schedule defined more accurately now, updating schedule > accordingly. > > Signed-off-by: Ferruh Yigit > --- > Cc: Kevin Traynor > --- > content/roadmap/_index.md | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/content/roadmap/_index.md b/content/roadmap/_index.md > index f1dddab..fe9efa6 100644 > --- a/content/roadmap/_index.md > +++ b/content/roadmap/_index.md > @@ -92,7 +92,7 @@ by 1-2 weeks, depending on the test results. > | 18.02.2 | - | - | June 2018 | Luca Boccassi | > | 18.05.1 | - | - | August 2018 | Christian Ehrhardt | > | 18.08.1 | - | - | April 2019 | Kevin Traynor | > -| 18.11.1 | 18.11.2 | May 31, 2019 | November 2020 (LTS) | Kevin Traynor | > +| 18.11.1 | 18.11.2 | June 11, 2019 | November 2020 (LTS) | Kevin Traynor | > | - | 19.02.1 | May 31, 2019 | June 2019 | ? | > | - | 19.05.1 | August 16, 2019 | September 2019 | ? | > | - | 19.08.1 | November 29, 2019 | December 2019 | ? | > Acked-by: Kevin Traynor