From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 0F39FA0C4D; Mon, 6 Sep 2021 13:04:42 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id D1C3E410E6; Mon, 6 Sep 2021 13:04:41 +0200 (CEST) Received: from smtp-relay-internal-1.canonical.com (smtp-relay-internal-1.canonical.com [185.125.188.123]) by mails.dpdk.org (Postfix) with ESMTP id 4CCD540E32 for ; Mon, 6 Sep 2021 13:04:41 +0200 (CEST) Received: from mail-qk1-f200.google.com (mail-qk1-f200.google.com [209.85.222.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by smtp-relay-internal-1.canonical.com (Postfix) with ESMTPS id 5D2183F0E2 for ; Mon, 6 Sep 2021 11:04:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=canonical.com; s=20210705; t=1630926280; bh=bpTYWrlXd9VHY1xj8sCyIVgiHQAB1r0rYaP1sndWBN8=; h=MIME-Version:References:In-Reply-To:From:Date:Message-ID:Subject: To:Cc:Content-Type; b=ceaHhm5jrVMBsqRx78tvzNSmQq1aEZuN2uJkTo0qhGKec9T0oGxlomvLKOh4tHU+W jqdweOfM+qcEt/sHO+MmWNbWecYgcP3B/xO9mULvfFSencsIfCLZ+/PLAtC6CToAfV x7oS3lyNYLBSXrlHKIv6pdNLhleZv6GQlEo/+ZKIZbtVMkYM82gChbrv5x2b0TDm0q wJwafnbP1RxqB1FOVUSQ5usKdmflZIun5n41XIzuIysRIRDQhUePi/J20ZsM29Jq0Q iUGTeZWpKWmjXkhsnsrJqua4p/UipuhgbvTOJCQ50Cw47674yNlFORCFFz4QkRShB9 NGEtoShzqCCag== Received: by mail-qk1-f200.google.com with SMTP id g73-20020a379d4c000000b003d3ed03ca28so10094208qke.23 for ; Mon, 06 Sep 2021 04:04:40 -0700 (PDT) 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=bpTYWrlXd9VHY1xj8sCyIVgiHQAB1r0rYaP1sndWBN8=; b=Qp9GipqwOhUysKH4wioi1xiIYQo/xkugJpqzKe8XcHQXS37nXCLTRDR5dJzVStT/3G VCgo2LfeYZDat6c+EORakwA9b8hZBNtP4kQwXHRjjKtmmq+5+XnU2h/0BTRIcHLEgtIE XoiXNUqYp+xOTQz6GhyiVdB3Td5VkFJtN+s4ydJSbDAQy9VhALaLH9OXOE7zvDeAG2Zk aQrCD+5B5HS3hWxmNqzwKjdeiT9hxzGdB2VzXxpDi8kEWx3BRSfaP4ZVNKyBm2mP8EEj kMzPYoaYLfP3BQM2yRIx313JP8rijgqkiyAGIs3SWXCJYPAf/Ap6JEUv26wAwRZnSxHD KTYw== X-Gm-Message-State: AOAM5316WlspRvSlVEIVSWdaECl1cXCTJLgH7J6piw1cW18qcTA5lfaR AXZILObQZOsoxSGvlhRRi0OEtsFc/jOEGhXkwysdr0lmA5ulhOayz8aIE/Xc4l2+LP1HLDmTyXO lXAz99E+7oCHYouvT9NOyxkJqGt+JRcZ+G4D4 X-Received: by 2002:a0c:fb11:: with SMTP id c17mr11553608qvp.15.1630926279182; Mon, 06 Sep 2021 04:04:39 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwxPArFD6k9UyXE/OtIGTFDvrfB1pZxHi/EgJ5Q6/Kt8cB8phS42WLDYJjRkAmemnA4an4kvTFvQHPwN95Jn58= X-Received: by 2002:a0c:fb11:: with SMTP id c17mr11553575qvp.15.1630926278869; Mon, 06 Sep 2021 04:04:38 -0700 (PDT) MIME-Version: 1.0 References: <20210906105821.100988-1-luca.boccassi@gmail.com> In-Reply-To: <20210906105821.100988-1-luca.boccassi@gmail.com> From: Christian Ehrhardt Date: Mon, 6 Sep 2021 13:04:13 +0200 Message-ID: To: Luca Boccassi Cc: web@dpdk.org Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-web] [PATCH] release 20.11.3 X-BeenThere: web@dpdk.org X-Mailman-Version: 2.1.29 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 Mon, Sep 6, 2021 at 12:58 PM wrote: > > From: Luca Boccassi > > Signed-off-by: Luca Boccassi > --- > content/download/_index.md | 6 +++--- > content/roadmap/_index.md | 2 +- > 2 files changed, 4 insertions(+), 4 deletions(-) > > diff --git a/content/download/_index.md b/content/download/_index.md > index 8428755..b50148f 100644 > --- a/content/download/_index.md > +++ b/content/download/_index.md > @@ -10,10 +10,10 @@ weight = "2" > Latest\ > 21.08.0 > > - > + yeah as most recent LTS this update is also needed > {{< icon name="glyphicon glyphicon-download-alt" size="large" >}} > Latest Long Term Stable (LTS)\ > - 20.11.2 > + 20.11.3 > > > {{< icon name="glyphicon glyphicon-calendar" size="large" >}} > @@ -28,7 +28,7 @@ weight = "2" > | [DPDK 21.08.0](//fast.dpdk.org/rel/dpdk-21.08.tar.xz) | [2021 August 8](//doc.dpdk.org/guides-21.08/rel_notes/release_21_08.html) | de33433a1806280996a0ecbe66e3642f | > | [DPDK 21.05.0](//fast.dpdk.org/rel/dpdk-21.05.tar.xz) | [2021 May 21](//doc.dpdk.org/guides-21.05/rel_notes/release_21_05.html) | a78bba290b11d9717d1272cc6bfaf7c3 | > | [DPDK 21.02.0](//fast.dpdk.org/rel/dpdk-21.02.tar.xz) | [2021 February 14](//doc.dpdk.org/guides-21.02/rel_notes/release_21_02.html) | 2c3e4800b04495ad7fa8656a7e1a3ec1 | > -| [DPDK 20.11.2 (LTS)](//fast.dpdk.org/rel/dpdk-20.11.2.tar.xz) | [2021 July 8](//doc.dpdk.org/guides-20.11/rel_notes/release_20_11.html) | c01cf1ea8ca87c0bd43872cf32d6b1f7 | > +| [DPDK 20.11.3 (LTS)](//fast.dpdk.org/rel/dpdk-20.11.3.tar.xz) | [2021 September 6](//doc.dpdk.org/guides-20.11/rel_notes/release_20_11.html) | e2f9ac261eb639c92811d205926253d1 | matches > | [DPDK 20.08.0](//fast.dpdk.org/rel/dpdk-20.08.tar.xz) | [2020 August 8](//doc.dpdk.org/guides-20.08/rel_notes/release_20_08.html) | 64badd32cd6bc0761befc8f2402c2148 | > | [DPDK 20.05.0](//fast.dpdk.org/rel/dpdk-20.05.tar.xz) | [2020 May 26](//doc.dpdk.org/guides-20.05/rel_notes/release_20_05.html) | 7c6f3e7f7de2422775c4cba116012c4d | > | [DPDK 20.02.1](//fast.dpdk.org/rel/dpdk-20.02.1.tar.xz) | [2020 May 18](//doc.dpdk.org/guides-20.02/rel_notes/release_20_02.html) | fd04cb05c728f474b438c6e7aa1eb195 | > diff --git a/content/roadmap/_index.md b/content/roadmap/_index.md > index 8f04d86..31b101a 100644 > --- a/content/roadmap/_index.md > +++ b/content/roadmap/_index.md > @@ -101,4 +101,4 @@ by 1-2 weeks, depending on the test results. > |----------|----------|-------------------|---------------------|---------------------------| > | 18.11.11 | - | - | December 2020 (EOL) | - | > | 19.11.10 | 19.11.11 | December 2021 | December 2021 (LTS) | Christian Ehrhardt | > -| 20.11.2 | 20.11.3 | September 2021 | November 2022 (LTS) | Luca Boccassi, Xueming Li | > +| 20.11.3 | 20.11.4 | December 2021 | November 2022 (LTS) | Luca Boccassi, Xueming Li | FYI: I bumped the 19.11.11 to December as looking at the past shows that is more reaslistic. For either expected release date: Acked-by: Christian Ehrhardt > -- > 2.30.2 > -- Christian Ehrhardt Staff Engineer, Ubuntu Server Canonical Ltd