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 191E1A0AE8 for ; Tue, 14 May 2019 00:06:08 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id CC9F95689; Tue, 14 May 2019 00:06:08 +0200 (CEST) Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by dpdk.org (Postfix) with ESMTP id 39E574CC7 for ; Tue, 14 May 2019 00:06:08 +0200 (CEST) Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.phx2.redhat.com [10.5.11.16]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 503F1308A963; Mon, 13 May 2019 22:06:07 +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 5D2F35C1B4; Mon, 13 May 2019 22:06:06 +0000 (UTC) To: Thomas Monjalon Cc: web@dpdk.org References: <20190513215417.28751-1-thomas@monjalon.net> From: Kevin Traynor Message-ID: <16453cdc-44bd-f52d-5b2d-9e126f233d72@redhat.com> Date: Mon, 13 May 2019 23:06:05 +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: <20190513215417.28751-1-thomas@monjalon.net> 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.16 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.41]); Mon, 13 May 2019 22:06:07 +0000 (UTC) Subject: Re: [dpdk-web] [PATCH] fix link to latest stable release 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 13/05/2019 22:54, Thomas Monjalon wrote: > Fixes: 03e2a80ea4d5 ("release 18.08.1") > Fixes: 2c6e98532724 ("release 18.11.1") > > Signed-off-by: Thomas Monjalon > --- > content/download/_index.md | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/content/download/_index.md b/content/download/_index.md > index 28227e6..4e3cf29 100644 > --- a/content/download/_index.md > +++ b/content/download/_index.md > @@ -10,10 +10,10 @@ weight = "2" > Latest Major\ > 19.02 > > - > + > {{< icon name="glyphicon glyphicon-download-alt" size="large" >}} > Latest Stable\ > - 18.05.1 > + 18.11.1 > > > {{< icon name="glyphicon glyphicon-calendar" size="large" >}} > Acked-by: Kevin Traynor