From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id A464EA0C41; Wed, 15 Sep 2021 18:30:37 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 3B466411BF; Wed, 15 Sep 2021 18:30:31 +0200 (CEST) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by mails.dpdk.org (Postfix) with ESMTP id 515EA41123 for ; Wed, 15 Sep 2021 18:30:27 +0200 (CEST) X-IronPort-AV: E=McAfee;i="6200,9189,10108"; a="222031599" X-IronPort-AV: E=Sophos;i="5.85,295,1624345200"; d="scan'208";a="222031599" Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Sep 2021 09:30:26 -0700 X-IronPort-AV: E=Sophos;i="5.85,295,1624345200"; d="scan'208";a="700286631" Received: from bricha3-mobl.ger.corp.intel.com ([10.252.4.169]) by fmsmga005-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-SHA; 15 Sep 2021 09:30:25 -0700 Date: Wed, 15 Sep 2021 17:30:21 +0100 From: Bruce Richardson To: Thomas Monjalon Cc: dev@dpdk.org, john.mcnamara@intel.com, david.marchand@redhat.com, ferruh.yigit@intel.com Message-ID: References: <20210915162509.2999862-1-thomas@monjalon.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210915162509.2999862-1-thomas@monjalon.net> Subject: Re: [dpdk-dev] [PATCH] doc: remove template comments in old release notes X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Wed, Sep 15, 2021 at 06:25:09PM +0200, Thomas Monjalon wrote: > The release notes comments mention how to generate the documentation > with the old & removed build system. > > Rather than fixing these comments, all old release notes comments > are removed, because they are useful only for the current release. > > Few extra blank lines are removed for consistency. > > Signed-off-by: Thomas Monjalon > --- Acked-by: Bruce Richardson