From: Luca Boccassi Date: Thu, 7 Feb 2019 15:17:05 +0000 (+0000) Subject: Add NEWS entry for dpdk-dev X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F89%2F17389%2F1;p=deb_dpdk.git Add NEWS entry for dpdk-dev Change-Id: Ie0adcf8f7f5ff686969c76a97caa1d46194a6700 Signed-off-by: Luca Boccassi --- diff --git a/debian/dpdk-dev.NEWS b/debian/dpdk-dev.NEWS new file mode 100644 index 00000000..9a5416eb --- /dev/null +++ b/debian/dpdk-dev.NEWS @@ -0,0 +1,13 @@ +dpdk (18.11-5~git1) UNRELEASED; urgency=medium + + As a result from switching the build system to Meson, the following changes + happened since 17.11: + - Switch PMD installation directory from /usr/lib/*/dpdk-18.11-drivers to + /usr/lib/*/dpdk/pmds-18.11. + - Remove backward-compatibility symlink for arch-dependent headers. Users + now should use the libdpdk.pc pkg-config file to get the appropriate + CFLAGS, or specify -I/usr/include//dpdk manually. + - Drop the dpdk-dev SDK package, users should just use pkg-config now. + - Rename all binaries and scripts to have a dpdk- prefix. + + -- Luca Boccassi Thu, 07 Feb 2019 15:15:07 +0000