From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 17B6721AAD; Mon, 13 Aug 2018 06:44:33 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Mon, 13 Aug 2018 06:44:33 -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; s=mesmtp; bh=BTdY4k98I8Ct+FuIUs5bauEdE7 V5hYSVZI5Bbf3pYJ8=; b=oj5QpWPITdnXypCiOaXiPAG1wpXdcmbK+Y4UeEHtMX f7XLD8fvi9/31zlZCLF/sQz2js2CVJXSSEdq7vn2U823AOnQdFIoDb/Lkc2eSYDN 55dCrGeOMWK/WqT8vFM1xchNLUfdZ5ufp7yuUyHN6vQSzlFsbGXmm/6+s78ocDQx c= 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=fm3; bh=BTdY4k 98I8Ct+FuIUs5bauEdE7V5hYSVZI5Bbf3pYJ8=; b=SFYH5Z0KLjIyzYOCRzmRbW cqgmXxg+OsVlUzOuxqGpHJ2pyG9K0hdIiFdrZwVD66blsMvv2eiYxlvtVHTnjmUE BvALnm+CqGogDKT40KrTYie2fxxirOFE/363FyM1s2QbQHD975OKCVHYUPZiZdq7 b5JwCmnHXyok2eTNtt9mDls58xNHCYEKL9lDh6fG5Ttv9kOd/P0ZZOyW0j3J7MIy QwjQ8mt9KpLtUPRjyuhqDzicxQqEoueUZpP704lBCHA4f50VhoVvi06GekcRxXAt pXF/+emH1wyGWG7Pw4R+hugobAyFNIPplo5k0gXG325YVn0VgTKXu7R3Pu5HC+Dw == X-ME-Proxy: X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 1657AE405D; Mon, 13 Aug 2018 06:44:32 -0400 (EDT) From: Thomas Monjalon To: "Mcnamara, John" Cc: "dev@dpdk.org" , "Yigit, Ferruh" Date: Mon, 13 Aug 2018 12:44:25 +0200 Message-ID: <1688684.pgd7Qi94Ma@xps> In-Reply-To: References: <20180811221135.30086-1-thomas@monjalon.net> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] version: 18.11-rc0 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, 13 Aug 2018 10:44:36 -0000 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