From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas@monjalon.net>
Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com
 [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id 721EE29D6
 for <dev@dpdk.org>; Thu, 23 Nov 2017 23:34:43 +0100 (CET)
Received: from compute1.internal (compute1.nyi.internal [10.202.2.41])
 by mailout.nyi.internal (Postfix) with ESMTP id E44632098A;
 Thu, 23 Nov 2017 17:34:42 -0500 (EST)
Received: from frontend2 ([10.202.2.161])
 by compute1.internal (MEProxy); Thu, 23 Nov 2017 17:34:42 -0500
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h=
 cc:content-transfer-encoding:content-type:date:from:in-reply-to
 :message-id:mime-version:references:subject:to:x-me-sender
 :x-me-sender:x-sasl-enc; s=mesmtp; bh=LMyakV6O8BbtUx5cB6+r+kFDUB
 RU7JalyEv5Z15oqbM=; b=FWypU1jk5J4smixzP3pBj1sb+77JlPPNzMsZdG4Lse
 9/oTjDz9+gQmf6JUJowbLhxjQG47ccCKT9kbGPaReiDK9cs9R1P81Y0YJ7lgWKiE
 XlF851GXcEOh18ahlPnSFuxwMqcSN3EawGDweiVNt9VaHzTam9oEU3FFbmQE1neF
 k=
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=
 messagingengine.com; h=cc:content-transfer-encoding:content-type
 :date:from:in-reply-to:message-id:mime-version:references
 :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm1; bh=LMyakV
 6O8BbtUx5cB6+r+kFDUBRU7JalyEv5Z15oqbM=; b=McseUbrWJEPC0U5xS+K8ML
 y/a9DC9FA5v5ausqg/aid/M88w+oi2u47sThB5oMQJ97zk9dLJPa/jER9QLaFavA
 Cw2BMhXSTQur7fCOk32ujhNw80khvzURpQHkKV7PJaqqbOXqU8M8sXAY2BdMuE3q
 E8Uye32c6UVIIw/SPyFzcEetau60lw+Urx/fyTzJWRi6+gSxyoXRyI2nziqcMX9Q
 To92qWeFxy8k0l3k4GTiWGDEPk56xKQa8HpSy3m2lAW6afyM9B0vIyPxU9w3yNIB
 1h4EfcCDOEp+byedQmIaDyRkiMW+eC4TTo9MUpe3dGRRUlog7fjpdhj7OjO9Nw1A
 ==
X-ME-Sender: <xms:Ak0XWoIai1bBZsr-VGq_nabqqwtymDsBBkyxRDMluAudhiV625g-PA>
Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184])
 by mail.messagingengine.com (Postfix) with ESMTPA id 9BF1F24136;
 Thu, 23 Nov 2017 17:34:42 -0500 (EST)
From: Thomas Monjalon <thomas@monjalon.net>
To: John McNamara <john.mcnamara@intel.com>
Cc: dev@dpdk.org
Date: Thu, 23 Nov 2017 23:34:41 +0100
Message-ID: <3246679.vo5ysD2Oxr@xps>
In-Reply-To: <1511372301-23478-1-git-send-email-john.mcnamara@intel.com>
References: <1510958495-30892-1-git-send-email-john.mcnamara@intel.com>
 <1511372301-23478-1-git-send-email-john.mcnamara@intel.com>
MIME-Version: 1.0
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
Subject: Re: [dpdk-dev] [PATCH v2] doc: add template release notes for 18.02
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: DPDK patches and discussions <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Thu, 23 Nov 2017 22:34:43 -0000

22/11/2017 18:38, John McNamara:
> Add template release notes for DPDK 18.02 with inline
> comments and explanations of the various sections.
> 
> Signed-off-by: John McNamara <john.mcnamara@intel.com>
> ---
> 
> V2: Added "Removed Items" and removed "Resolved Issues".
> 
>  doc/guides/rel_notes/release_18_02.rst | 186 +++++++++++++++++++++++++++++++++
>  1 file changed, 186 insertions(+)

Applied with new entry in the index, thanks