Note ABI change in d/changelog
[deb_dpdk.git] / debian / changelog
index 1d3b118..bf5a57e 100644 (file)
@@ -1,3 +1,11 @@
+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.
+
+ -- Luca Boccassi <bluca@debian.org>  Mon, 19 Feb 2018 11:31:42 +0000
+
 dpdk (17.11-1~git1) UNRELEASED; urgency=medium
 
   [ Luca Boccassi ]
@@ -27,12 +35,29 @@ dpdk (17.11-1~git1) UNRELEASED; urgency=medium
   * Backport testpmd-link-virtio.patch to link testpmd with the virtio
     pmd to fix failure to run in VMs with virtio based interfaces
   * Bump Standards-Version to 4.1.1, no changes.
+  * Add dependency on Python to dpdk-doc for diagram-generator.py and
+    pipeline-to-core-mapping.py. Fixes Lintian Error:
+    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.
 
   [ 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