Note autopkgtest fix in d/changelog
[deb_dpdk.git] / debian / changelog
index 6bb59ff..d77c571 100644 (file)
@@ -1,3 +1,19 @@
+dpdk (18.02-1~git1) UNRELEASED; urgency=medium
+
+  * New upstream release 18.02; for a full list of changes see:
+    https://dpdk.org/doc/guides/rel_notes/release_18_02.html
+  * Bump ABI version of packages from 17.11 to 18.02.
+  * Drop testpmd-link-virtio.patch, not needed.
+  * Refresh fix-vhost-user-socket-permission.patch to remove fuzz from
+    18.02.
+  * Add packages for new libraries/PMDs: librte-bbdev18.02,
+    librte-rawdev18.02, librte-pmd-avf18.02,
+    librte-pmd-opdl-event18.02.
+  * Add package and build-dependency for OpenSSL PMD:
+    librte-pmd-openssl18.02. (Closes: #886150)
+
+ -- Luca Boccassi <bluca@debian.org>  Mon, 19 Feb 2018 11:31:42 +0000
+
 dpdk (17.11-1~git1) UNRELEASED; urgency=medium
 
   [ Luca Boccassi ]
@@ -32,12 +48,26 @@ dpdk (17.11-1~git1) UNRELEASED; urgency=medium
     python-script-but-no-python-dep
   * Fix librte-gro17.11 short description to mention -gro instead of
     -eal. (Closes: #885832)
+  * dpdk: depend on python3-pyelftools since the scripts can work with either
+    version.
+  * dpdk-doc: depend only on python3 since the pipeline tools can work
+    with python3. (Closes: #883153)
+  * dpdk/dpdk-doc: change all scripts shebangs from python to python3.
+  * dpdk-doc: mark Python dependency with :any.
+  * Bump Standards-Version to 4.1.3 - no changes.
+  * d/control, d/changelog: use HTTPS for dpdk.org links.
+  * autopkgtest: use libdpdk pkg-config to set all the required compiler
+    flags.
 
   [ Christian Ehrhardt ]
   * d/control: improve dpdk-pmdinfo user experience by making
     python-pyelftools a recommended dependency.
   * d/control: add librte-pmd-octeontx17.11
   * d/t/control: fix test dependencies for s390x (Closes: #882480).
+  * d/rules: make auto-loaded drivers dir versioned (LP: #1741244).
+    3rd party drivers should drop into the versioned directories now to show
+    their support for that version and to be autoloaded by librte_eal due
+    to that.
 
  -- Christian Ehrhardt <christian.ehrhardt@canonical.com>  Thu, 16 Nov 2017 14:17:03 +0100