From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <harry.van.haaren@intel.com>
Received: from mga05.intel.com (mga05.intel.com [192.55.52.43])
 by dpdk.org (Postfix) with ESMTP id A326A68D1
 for <web@dpdk.org>; Wed, 26 Oct 2016 13:08:17 +0200 (CEST)
Received: from orsmga001.jf.intel.com ([10.7.209.18])
 by fmsmga105.fm.intel.com with ESMTP; 26 Oct 2016 04:08:16 -0700
X-ExtLoop1: 1
X-IronPort-AV: E=Sophos;i="5.31,550,1473145200"; d="scan'208";a="1050403401"
Received: from irsmsx152.ger.corp.intel.com ([163.33.192.66])
 by orsmga001.jf.intel.com with ESMTP; 26 Oct 2016 04:08:15 -0700
Received: from irsmsx112.ger.corp.intel.com (10.108.20.5) by
 IRSMSX152.ger.corp.intel.com (163.33.192.66) with Microsoft SMTP Server (TLS)
 id 14.3.248.2; Wed, 26 Oct 2016 12:08:14 +0100
Received: from irsmsx102.ger.corp.intel.com ([169.254.2.226]) by
 irsmsx112.ger.corp.intel.com ([169.254.1.102]) with mapi id 14.03.0248.002;
 Wed, 26 Oct 2016 12:08:14 +0100
From: "Van Haaren, Harry" <harry.van.haaren@intel.com>
To: Thomas Monjalon <thomas.monjalon@6wind.com>, Yuanhan Liu
 <yuanhan.liu@linux.intel.com>
Thread-Topic: [dpdk-web] [PATCH v3] release 16.07.1
Thread-Index: AQHSL3Qx250YmVaymUiT3CziyptEyqC6k0og
Date: Wed, 26 Oct 2016 11:08:13 +0000
Message-ID: <E923DB57A917B54B9182A2E928D00FA6129ACD3F@IRSMSX102.ger.corp.intel.com>
References: <1477475280-18693-1-git-send-email-thomas.monjalon@6wind.com>
 <1477477896-18950-1-git-send-email-thomas.monjalon@6wind.com>
In-Reply-To: <1477477896-18950-1-git-send-email-thomas.monjalon@6wind.com>
Accept-Language: en-US
Content-Language: en-US
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYTQ0OGFjNGYtOWI2Mi00YmVjLTg3YzAtNGIxNzI5ZDY5NzZmIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IlpwT1JoOUxOdHFSZFVvazJtVzlYZWVkOG5zMGRoQytjVzBXc2ZKa0w5dlk9In0=
x-ctpclassification: CTP_IC
x-originating-ip: [163.33.239.182]
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
MIME-Version: 1.0
Cc: "web@dpdk.org" <web@dpdk.org>
Subject: Re: [dpdk-web] [PATCH v3] release 16.07.1
X-BeenThere: web@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: website maintenance <web.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/web>,
 <mailto:web-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/web/>
List-Post: <mailto:web@dpdk.org>
List-Help: <mailto:web-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/web>,
 <mailto:web-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Wed, 26 Oct 2016 11:08:18 -0000

> From: web [mailto:web-bounces@dpdk.org] On Behalf Of Thomas Monjalon
> Sent: Wednesday, October 26, 2016 11:32 AM
> To: Yuanhan Liu <yuanhan.liu@linux.intel.com>
> Cc: web@dpdk.org
> Subject: [dpdk-web] [PATCH v3] release 16.07.1
>=20
> From: Yuanhan Liu <yuanhan.liu@linux.intel.com>
>=20
> A quick download button is added for the latest stable release.
>=20
> The release notes points to http://dpdk.org/doc/guides-16.07/
> which will be updated for each stable release,
> while http://dpdk.org/doc/guides/ should be the latest from the
> master branch.
>=20
> Signed-off-by: Yuanhan Liu <yuanhan.liu@linux.intel.com>
> Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
> Acked-by: Harry van Haaren <harry.van.haaren@intel.com>

V3 tested, acked as before. Thanks guys!