From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] version: 18.11-rc0 Date: Mon, 13 Aug 2018 12:44:25 +0200 Message-ID: <1688684.pgd7Qi94Ma@xps> References: <20180811221135.30086-1-thomas@monjalon.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: "dev@dpdk.org" , "Yigit, Ferruh" To: "Mcnamara, John" Return-path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id C0C3DFEB for ; Mon, 13 Aug 2018 12:44:35 +0200 (CEST) In-Reply-To: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 13/08/2018 12:07, Mcnamara, John: > From: Thomas Monjalon [mailto:thomas@monjalon.net] > > > > Start version numbering for a new release cycle, and introduce a template > > file for release notes. > > > > The release notes comments have a new block to suggest the order of items, > > inspired by Ferruh's proposal. > > > > Signed-off-by: Thomas Monjalon > > --- > > doc/guides/rel_notes/release_18_11.rst | 207 ++++++++++++++++++++ > > lib/librte_eal/common/include/rte_version.h | 6 +- > > The release_18_11.rst should be included in the relevant index.rst doc. Ah yes, thank you! > > Apart from that: > > Acked-by: John McNamara Applied, thanks