From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by dpdk.org (Postfix) with ESMTP id 87BE02661 for ; Mon, 13 Aug 2018 12:07:37 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 13 Aug 2018 03:07:36 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.53,232,1531810800"; d="scan'208";a="76224617" Received: from irsmsx151.ger.corp.intel.com ([163.33.192.59]) by fmsmga002.fm.intel.com with ESMTP; 13 Aug 2018 03:07:35 -0700 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.234]) by IRSMSX151.ger.corp.intel.com ([169.254.4.94]) with mapi id 14.03.0319.002; Mon, 13 Aug 2018 11:07:35 +0100 From: "Mcnamara, John" To: Thomas Monjalon , "dev@dpdk.org" CC: "Yigit, Ferruh" Thread-Topic: [PATCH] version: 18.11-rc0 Thread-Index: AQHUMcBZO2qhV3HQgkyr+bDEbRpUI6S9cp2Q Date: Mon, 13 Aug 2018 10:07:34 +0000 Message-ID: References: <20180811221135.30086-1-thomas@monjalon.net> In-Reply-To: <20180811221135.30086-1-thomas@monjalon.net> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_NT x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiN2UyYTBlZGEtMjExOS00YjRmLWE1NTgtNzZiMjU0MTYwMTVlIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiY2xlQzM1NFFQWVY0Y1JhejVGTG45a3JRWHRGZmpBZTMzSlRPVHM1bFlSUERDTnRyY3FMTE5idUsxUXE5TVdiTCJ9 dlp-product: dlpe-windows dlp-version: 11.0.400.15 dlp-reaction: no-action x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 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:07:38 -0000 > -----Original Message----- > From: Thomas Monjalon [mailto:thomas@monjalon.net] > Sent: Saturday, August 11, 2018 11:12 PM > To: dev@dpdk.org > Cc: Yigit, Ferruh ; Mcnamara, John > > Subject: [PATCH] version: 18.11-rc0 >=20 > Start version numbering for a new release cycle, and introduce a template > file for release notes. >=20 > The release notes comments have a new block to suggest the order of items= , > inspired by Ferruh's proposal. >=20 > 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. Apart from that: Acked-by: John McNamara