From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <john.mcnamara@intel.com>
Received: from mga07.intel.com (mga07.intel.com [134.134.136.100])
 by dpdk.org (Postfix) with ESMTP id 5294F23A
 for <dev@dpdk.org>; Wed, 22 Nov 2017 18:36:14 +0100 (CET)
Received: from fmsmga004.fm.intel.com ([10.253.24.48])
 by orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384;
 22 Nov 2017 09:36:12 -0800
X-ExtLoop1: 1
X-IronPort-AV: E=Sophos;i="5.44,436,1505804400"; 
   d="scan'208";a="4859970"
Received: from irsmsx105.ger.corp.intel.com ([163.33.3.28])
 by fmsmga004.fm.intel.com with ESMTP; 22 Nov 2017 09:36:11 -0800
Received: from irsmsx103.ger.corp.intel.com ([169.254.3.49]) by
 irsmsx105.ger.corp.intel.com ([163.33.3.28]) with mapi id 14.03.0319.002;
 Wed, 22 Nov 2017 17:36:11 +0000
From: "Mcnamara, John" <john.mcnamara@intel.com>
To: Thomas Monjalon <thomas@monjalon.net>
CC: "dev@dpdk.org" <dev@dpdk.org>
Thread-Topic: [dpdk-dev] [PATCH v1] doc: add template release notes for 18.02
Thread-Index: AQHTX/VC2u25ZPARiUmPaT34ZCh+s6MgQ/0AgABsR3A=
Date: Wed, 22 Nov 2017 17:36:10 +0000
Message-ID: <B27915DBBA3421428155699D51E4CFE23EE05C23@IRSMSX103.ger.corp.intel.com>
References: <1510958495-30892-1-git-send-email-john.mcnamara@intel.com>
 <15767131.2nFtFYteaB@xps>
In-Reply-To: <15767131.2nFtFYteaB@xps>
Accept-Language: en-GB, en-US
Content-Language: en-US
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
x-ctpclassification: CTP_IC
x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiOWE0ZTQyYjYtN2FhNC00OTY2LWJkMGYtZmNmNjU4ZTFlMWVjIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6IjY3a1hCSDZIazNTYXVFWnZzd2NsUEE3T1lrUXlMXC9uUzUrdlwvYjBWQ0tXND0ifQ==
dlp-product: dlpe-windows
dlp-version: 11.0.0.116
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 v1] 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: Wed, 22 Nov 2017 17:36:15 -0000



> -----Original Message-----
> From: Thomas Monjalon [mailto:thomas@monjalon.net]
> Sent: Wednesday, November 22, 2017 11:07 AM
> To: Mcnamara, John <john.mcnamara@intel.com>
> Cc: dev@dpdk.org
> Subject: Re: [dpdk-dev] [PATCH v1] doc: add template release notes for
> 18.02
>=20
> Hi,
>=20
> 17/11/2017 23:41, John McNamara:
> > +Resolved Issues
> > +---------------
> > +
> > +.. This section should contain bug fixes added to the relevant
> > +   sections. Sample format:
>=20
> I am not sure about this section.
> It is really too hard to maintain it.
> We have only few fixes referenced here.
> The consequence is to make readers think not a lot of things were fixed.

Ok. Let's remove it. I should be possible to generate a list of fixed issue=
s
from Bugzilla if we track them there. Or just have a link to a query on Bug=
zilla.

To do that we will have to start using Bugzilla.


> One more comment, may we keep the section "Removed Items" introduced in
> 17.11?

I've added it. Sending a V2 shortly.

John