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 4C0DBA32A4 for ; Fri, 25 Oct 2019 14:40:39 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id CE0A01C11A; Fri, 25 Oct 2019 14:40:38 +0200 (CEST) Received: from us-smtp-delivery-1.mimecast.com (us-smtp-1.mimecast.com [205.139.110.61]) by dpdk.org (Postfix) with ESMTP id 81A691C11A for ; Fri, 25 Oct 2019 14:40:37 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1572007237; 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=3/uFrW9H4nTIjcKRDQi2k1ibzXDn1/QRkKlQYTQmKY4=; b=ecDyb0b4eMp/Sdtv7ucBH4nkpGtH9VQGwx0ydd0YFY+td6IMRFx7EAdRvgCFrNZuvhfYIH g+X03/Gg+rHGZfzTy+ocy/UdGP9lQkecf3a5QJ9Q6qAkZ6lQtiA2tMCfNnAyf5eNIlY5vu x5lvKncA4ecPqJmnMTx5zqsXuWIrXRg= 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-86-fpmOkjd_MGK6_48wR30BEA-1; Fri, 25 Oct 2019 08:40:31 -0400 Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 54B74476; Fri, 25 Oct 2019 12:40:29 +0000 (UTC) Received: from rh.redhat.com (unknown [10.36.118.52]) by smtp.corp.redhat.com (Postfix) with ESMTP id 385805F74; Fri, 25 Oct 2019 12:40:05 +0000 (UTC) From: Kevin Traynor To: web@dpdk.org Cc: bluca@debian.org, thomas@monjalon.net, david.marchand@redhat.com, ferruh.yigit@intel.com, Kevin Traynor Date: Fri, 25 Oct 2019 13:39:53 +0100 Message-Id: <20191025123953.19273-1-ktraynor@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.84 on 10.5.11.23 X-MC-Unique: fpmOkjd_MGK6_48wR30BEA-1 X-Mimecast-Spam-Score: 0 Content-Type: text/plain; charset=WINDOWS-1252 Content-Transfer-Encoding: quoted-printable Subject: [dpdk-web] [PATCH] release 18.11.3 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" Signed-off-by: Kevin Traynor --- 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 2220339..aa92ae2 100644 --- a/content/download/_index.md +++ b/content/download/_index.md @@ -11,8 +11,8 @@ weight =3D "2" 19.08 - + {{< icon name=3D"glyphicon glyphicon-download-alt" size=3D"large" >}} Latest Stable\ - 18.11.2 + 18.11.3 @@ -29,5 +29,5 @@ weight =3D "2" | [DPDK 19.05.0](//fast.dpdk.org/rel/dpdk-19.05.tar.xz) | [2019 Ma= y 13](//doc.dpdk.org/guides-19.05/rel_notes/release_19_05.html) | fe22= ad1bab1539945119047b0fdf1105 | | [DPDK 19.02.0](//fast.dpdk.org/rel/dpdk-19.02.tar.xz) | [2019 Fe= bruary 1](//doc.dpdk.org/guides-19.02/rel_notes/release_19_02.html) | 2394= 4a2cdee061aa4bd72ebe7d836db0 | -| [DPDK 18.11.2 (LTS)](//fast.dpdk.org/rel/dpdk-18.11.2.tar.xz) | [2019 Ju= ne 11](//doc.dpdk.org/guides-18.11/rel_notes/release_18_11.html) | 0ad3= 96d18be01db57b6de8270ebdf651 | +| [DPDK 18.11.3 (LTS)](//fast.dpdk.org/rel/dpdk-18.11.3.tar.xz) | [2019 Oc= tober 25](//doc.dpdk.org/guides-18.11/rel_notes/release_18_11.html) | e42c= a3c8773557720af8db21c7d374cc | | [DPDK 18.08.1](//fast.dpdk.org/rel/dpdk-18.08.1.tar.xz) | [2019 Ap= ril 1](//doc.dpdk.org/guides-18.08/rel_notes/release_18_08.html) | 3911= 16ff3012ffd33bb63ed5feb3375c | | [DPDK 18.05.1](//fast.dpdk.org/rel/dpdk-18.05.1.tar.xz) | [2018 Se= pt 7](//doc.dpdk.org/guides-18.05/rel_notes/release_18_05.html) | 5e27= 8012506c76d981e4283a92adec1c | diff --git a/content/roadmap/_index.md b/content/roadmap/_index.md index f27847c..a13d370 100644 --- a/content/roadmap/_index.md +++ b/content/roadmap/_index.md @@ -114,5 +114,5 @@ by 1-2 weeks, depending on the test results. |----------|----------|-------------------|---------------------|---------= -----------| | 17.11.7 | 17.11.8 | December 2019 | December 2019 (LTS) | Luca Boc= cassi | -| 18.11.2 | 18.11.3 | September 2019 | November 2020 (LTS) | Kevin Tr= aynor | +| 18.11.3 | 18.11.4 | January 2020 | November 2020 (LTS) | Kevin Tr= aynor | | - | 19.05.1 | September 2019 | September 2019 | ? = | | - | 19.08.1 | December 2019 | December 2019 | ? = | --=20 2.21.0