From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id 878E43B5 for ; Mon, 15 May 2017 12:18:29 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 131E82082E; Mon, 15 May 2017 06:18:29 -0400 (EDT) Received: from frontend1 ([10.202.2.160]) by compute1.internal (MEProxy); Mon, 15 May 2017 06:18:29 -0400 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:x-sasl-enc; s=mesmtp; bh=kcvomXwFlBEQq0t 0G6IxYUAvCqdJIglZxYEkslZZEbs=; b=mbFssMDbpcECei32xu4LRg0HvHb0//k sFWhYA/Wyfep5zFh1zjhrzZmL2MoW1geWPZ3LmxtDK7xJB7p4p+iVVTO9zs7xjOa gXQy+sRmVb/H9FwXa4yoQK8H0KsaJ+IXAq2LFAaOCWX3OdPPiezDfx7kG4IXGsbS 4zzlHRUQMXSM= 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:x-sasl-enc; s= fm1; bh=kcvomXwFlBEQq0t0G6IxYUAvCqdJIglZxYEkslZZEbs=; b=H2bF69gg ca6YaZXdqKTj7lRRtCpmIE+RPfLtlAPeXQyQMTsCjXvZhrMSi3sJTCoSee3iIK4B 2NXEKH/768llWtcTCqVcLfLX1QUQrL6gCjyHgl+AUXeJeYoNNcpOFFisxJ2T+mnx 294azG94OjFOI1iSra5UvPBA3aqSiIhmpGk+q3ttE3CiTnnV2RktT2WQ7eRBRqjx muuYgRW+CH1SLsGTPg5K2AAQMS0eLvTBdR/TP3CkZGIoPtBiySlOTnbLSMnSZsdC gjQWm8JHktRj1ww8I2DsWRx/s/4XtSaP/UkYGVkELYAyD/zLLeeb4OQG/9H6j1CV ag8HeUi8sQo5BA== X-ME-Sender: X-Sasl-enc: yhXfbv/VuMD1P+Am2L+SPZIhilvRSBrd6KGDJ3pxXZIx 1494843508 Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id C405C7E86A; Mon, 15 May 2017 06:18:28 -0400 (EDT) From: Thomas Monjalon To: John McNamara Cc: dev@dpdk.org Date: Mon, 15 May 2017 12:18:27 +0200 Message-ID: <2198114.Z1Gdke9Ll5@xps> In-Reply-To: <1494507465-20617-1-git-send-email-john.mcnamara@intel.com> References: <1494507465-20617-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 v1] doc: add template release notes for 17.08 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2017 10:18:29 -0000 11/05/2017 14:57, John McNamara: > Add template release notes for DPDK 17.08 with inline > comments and explanations of the various sections. > > Signed-off-by: John McNamara > --- > doc/guides/rel_notes/release_17_08.rst | 198 +++++++++++++++++++++++++++++++++ > 1 file changed, 198 insertions(+) > create mode 100644 doc/guides/rel_notes/release_17_08.rst Added to the index, and applied, thanks