doc: remove meson version deprecation notice
authorBruce Richardson <bruce.richardson@intel.com>
Fri, 13 Nov 2020 16:16:47 +0000 (16:16 +0000)
committerThomas Monjalon <thomas@monjalon.net>
Fri, 27 Nov 2020 01:03:42 +0000 (02:03 +0100)
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 <bruce.richardson@intel.com>
Acked-by: David Marchand <david.marchand@redhat.com>
doc/guides/rel_notes/deprecation.rst

index 4901126..1271a7c 100644 (file)
@@ -19,12 +19,6 @@ Deprecation Notices
   ``NET``, ``CRYPTO``, ``VDPA``. The old macros are deprecated and will be
   removed in a future release.
 
-* 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.
-
 * kvargs: The function ``rte_kvargs_process`` will get a new parameter
   for returning key match count. It will ease handling of no-match case.