From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id ECDADA0524; Fri, 27 Nov 2020 02:06:17 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 6FA73CA87; Fri, 27 Nov 2020 02:06:15 +0100 (CET) Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id 2A232CA60 for ; Fri, 27 Nov 2020 02:06:13 +0100 (CET) Received: from compute2.internal (compute2.nyi.internal [10.202.2.42]) by mailout.nyi.internal (Postfix) with ESMTP id CB7245C0090; Thu, 26 Nov 2020 20:06:09 -0500 (EST) Received: from mailfrontend1 ([10.202.2.162]) by compute2.internal (MEProxy); Thu, 26 Nov 2020 20:06:09 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=fm2; bh= MARWtxTfSNu1BjCSJnhYPasLo8JE3P2c/0SjbcDGUuM=; b=ZnGnkfyryFAUuuT+ yIM+p0vnUdypVkLqRYRfwWWWZwqfqvnZUx/niDGiME8LAdrTkbtc8f3v0I/sw8Y9 6G4zkFi98meu9/miayKY9X6Q5oZeJWhatILZ/JHTF6W8rhklG7MOaqq1vMik0jcr I0kpQfh57LoOFTBiaN8lETv1WHodnYqAU05I/kytf/7KsCl9LJnMd20Uru5c9nbD XPDJ5QlPqhq7L3Xdj4CfbHzRQju3YmNWchdBfGvH+Rok5L1iaryLmpm15s74Xoke WpplvaNG7s7tS6doA9XzKj3Nm/th6h3T8nLcETt8BGj6B0a+05MChnc8YRCDm9T9 ZpXX4w== 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-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm1; bh=MARWtxTfSNu1BjCSJnhYPasLo8JE3P2c/0SjbcDGU uM=; b=ev6TYB5HVFb8E9weHx+YxFUVvptUcia1+uF4NbPVd76MvvIrgBSxKWNJZ MDwFBnKab8pX+kjhKnFfvn/k4JKInXA3OIiYzPR2U2/sK5sVhr59UFpFTtuuWCeL hnzogOvsipkpjej1gFVoqxrDpv6hPAfTX97bF+n4k+3kv0U2SBVo2p5IU88wK/Qm wnHkNG/bHTHWyieuR+GHG2gIU5A/PIIzwvIQoOqTcEfiA+9mUvtOY6Y17iEZpKSA 1DCFr5XRcP/d50/ZbkFsKJ8Sq9WUJJAXJRHQ+6QoWM6jgnkVhz55adddlwTt+aSV 1a1VT4qZQh7nFBjLC8FGk/dTwHN8w== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedujedrudehfedgfedtucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecugg ftrfgrthhtvghrnhepudeggfdvfeduffdtfeeglefghfeukefgfffhueejtdetuedtjeeu ieeivdffgeehnecukfhppeejjedrudefgedrvddtfedrudekgeenucevlhhushhtvghruf hiiigvpedtnecurfgrrhgrmhepmhgrihhlfhhrohhmpehthhhomhgrshesmhhonhhjrghl ohhnrdhnvght X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id D707C3280069; Thu, 26 Nov 2020 20:06:08 -0500 (EST) From: Thomas Monjalon To: Bruce Richardson Cc: dev@dpdk.org, David Marchand Date: Fri, 27 Nov 2020 02:06:07 +0100 Message-ID: <5502477.YFzZih0zRT@thomas> In-Reply-To: References: <20201113161647.4536-1-bruce.richardson@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] doc/rel_notes: remove old deprecation for meson version 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 14/11/2020 11:35, David Marchand: > On Fri, Nov 13, 2020 at 5:17 PM Bruce Richardson > wrote: > > > > DPDK has been using meson 0.47 for some time now, so we can safely > > remove the note calling out this fact. > > > > Signed-off-by: Bruce Richardson > > --- > > -* meson: The minimum supported version of meson for configuring and building > > - DPDK will be increased to v0.47.1 (from 0.41) from DPDK 19.05 onwards. For > > - those users with a version earlier than 0.47.1, an updated copy of meson > > - can be got using the ``pip3`` tool (or ``python3 -m pip``) for downloading > > - python packages. > > Acked-by: David Marchand Applied, thanks