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 42A03A0A05; Wed, 20 Jan 2021 15:45:30 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 3D8E1140D60; Wed, 20 Jan 2021 15:45:30 +0100 (CET) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [63.128.21.124]) by mails.dpdk.org (Postfix) with ESMTP id EEB2A140D20 for ; Wed, 20 Jan 2021 15:45:28 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1611153928; 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; bh=j8eSSfcSZyo+mFa11lgCAR3BaTnH1JoGeUSRbZNyagU=; b=YFfxK4LHY30Ur4BHKG4G28J3sv5sdr593BVBWEjjWAEbyRmuDjgt6dCvoHOFSxqRWpux3a NeO6e18LPQlztUCbwdNE3bBHpifrdtzFGAPosFo7EtbvsSIuQdZfs46L6vk9hdKzqT0CFL R5O8kzvXib42uE3cfPtQYbiEoB8gXuU= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-98-bzwiSLf4O6ymth-NWVyvGg-1; Wed, 20 Jan 2021 09:45:12 -0500 X-MC-Unique: bzwiSLf4O6ymth-NWVyvGg-1 Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 4ED74107ACF6; Wed, 20 Jan 2021 14:45:11 +0000 (UTC) Received: from rh.redhat.com (ovpn-113-252.ams2.redhat.com [10.36.113.252]) by smtp.corp.redhat.com (Postfix) with ESMTP id 637D810074EF; Wed, 20 Jan 2021 14:45:06 +0000 (UTC) From: Kevin Traynor To: web@dpdk.org, bluca@debian.org Cc: thomas@monjalon.net, ferruh.yigit@intel.com, david.marchand@redhat.com, stable@dpdk.org, Kevin Traynor Date: Wed, 20 Jan 2021 14:44:51 +0000 Message-Id: <20210120144451.385232-1-ktraynor@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.84 on 10.5.11.22 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=ktraynor@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Subject: [dpdk-web] [PATCH] release 18.11.11 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" Signed-off-by: Kevin Traynor --- content/download/_index.md | 2 +- content/roadmap/_index.md | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/content/download/_index.md b/content/download/_index.md index 2965a4f76..b7284fcb5 100644 --- a/content/download/_index.md +++ b/content/download/_index.md @@ -34,5 +34,5 @@ weight = "2" | [DPDK 19.05.0](//fast.dpdk.org/rel/dpdk-19.05.tar.xz) | [2019 May 13](//doc.dpdk.org/guides-19.05/rel_notes/release_19_05.html) | fe22ad1bab1539945119047b0fdf1105 | | [DPDK 19.02.0](//fast.dpdk.org/rel/dpdk-19.02.tar.xz) | [2019 February 1](//doc.dpdk.org/guides-19.02/rel_notes/release_19_02.html) | 23944a2cdee061aa4bd72ebe7d836db0 | -| [DPDK 18.11.10 (LTS)](//fast.dpdk.org/rel/dpdk-18.11.10.tar.xz) | [2020 September 28](//doc.dpdk.org/guides-18.11/rel_notes/release_18_11.html) | a97a33bda610feb891dc9e1e418a8fe6 | +| [DPDK 18.11.11 (LTS)](//fast.dpdk.org/rel/dpdk-18.11.11.tar.xz) | [2021 January 20](//doc.dpdk.org/guides-18.11/rel_notes/release_18_11.html) | 2d3c3c107ff93ce0d7dd149d3b633b28 | | [DPDK 18.08.1](//fast.dpdk.org/rel/dpdk-18.08.1.tar.xz) | [2019 April 1](//doc.dpdk.org/guides-18.08/rel_notes/release_18_08.html) | 391116ff3012ffd33bb63ed5feb3375c | | [DPDK 18.05.1](//fast.dpdk.org/rel/dpdk-18.05.1.tar.xz) | [2018 Sept 7](//doc.dpdk.org/guides-18.05/rel_notes/release_18_05.html) | 5e278012506c76d981e4283a92adec1c | diff --git a/content/roadmap/_index.md b/content/roadmap/_index.md index cbdf432e6..0d6dbfbb8 100644 --- a/content/roadmap/_index.md +++ b/content/roadmap/_index.md @@ -124,5 +124,4 @@ by 1-2 weeks, depending on the test results. | Current version | Next version | Next version Date | End of life | Maintainer | |----------|----------|-------------------|---------------------|--------------------| -| 18.11.10 | 18.11.11 | December 2020 | December 2020 (LTS) | Kevin Traynor | | 19.11.6 | 19.11.7 | March 2021 | November 2021 (LTS) | Luca Boccassi | | - | 20.11.1 | March 2021 | November 2022 (LTS) | Kevin Traynor | -- 2.26.2