[ubuntu/artful-proposed] fwupd 0.9.6-0ubuntu1 (Accepted)

Mario Limonciello mario.limonciello at dell.com
Thu Aug 3 15:29:13 UTC 2017


fwupd (0.9.6-0ubuntu1) artful; urgency=medium

  [ Richard Hughes ]
  * trivial: post release version bump
  * trivial: Fix the colord version check in the example spec file
  * Add --version option to fwupdmgr
  * uefi: Fix crash when the product name is NULL
  * trivial: Never compare a string against zero to avoid warnings
  * unifying: Don't log a warning when an unknown report is parsed
  * trivial: Include all the GTypes in the generated docs
  * Check all the device GUIDs against the blacklist when added
  * Fix a hang on 32 bit computers
  * trivial: Fix a -Wsign-compare warning on 32 bit
  * trivial: Fix spelling of delimiter
  * trivial: Make fu_dell_detect_dock() slightly more NULL-deref safe
  * libdfu: Fix a crash if elf32_newehdr() fails
  * trivial: Remove or downgrade some superfluous warnings
  * trivial: Fix self tests after downgrading warnings commit
  * Run the plugin coldplug methods in a predictable order
  * trivial: Fix a tiny leak in the Dell plugin
  * dell: Fix the last of the memory leaks in the self tests
  * Use new GUsb functionality to fix flashing Unifying devices
  * unifying: Fix trivial error handler warning
  * trivial: Allow setting the unifying bootloader address for self tests
  * unifying: Make sure the percentage completion goes from 0% to 100%
  * trivial: Fix two tiny leaks in fwupdmgr
  * Support embedded devices with local firmware metadata
  * Rename the thunderbolt plugin to tbtfwu
  * trivial: Use warning_level in the top level meson file
  * libdfu: Add DfuPatch
  * Release fwupd 0.9.6

  [ Mario Limonciello ]
  * trivial: debian: Add libcairo-dev to build-dependencies
  * Display UEFI firmware type
  * trivial: Adjust get-devices output order
  * Include optional git checkout information in --version
  * trivial: set FWUPD_GIT_DESCRIBE even if git isn't installed
  * uefi,dell: make error messages from installing capsules useful
  * uefi: record boot variables to system log during updates (#152)
  * trivial: uefi: whitespace
  * dell, uefi: Display all errors recorded by efi_error tracing, not just the first one
  * uefi: test for kernel support during coldplug
  * trivial: back the requirement on appstream-glib to 0.6.9
  * trivial: packaging: lower appstream-glib requirements to match meson.build
  * trivial: correct version comparison for polkit 0.114 in meson.build
  * policy: fix compilation on a variety of configurations
  * trivial: debian: back off polkit-1 dependency
  * trivial: Add a Dockerfile for Ubuntu zesty (17.04)
  * trivial: move compilation instructions to github wiki
  * Default to "en" for UEFI capsule graphics
  * trivial: debian: move DFU introspection to it's own package
  * trivial: debian: correct some linitian errors about fwupd-tests
  * trivial: debian: add missing dh-strip-nondeterminism dependency
  * trivial: debian: update standards version
  * trivial: debian: remove transient items on purge (Closes: #868464, #868465)
  * trivial: debian: recusively cleanup on purge
  * trivial: fix various spelling errors
  * debian: run lintian as part of CI
  * Add capability to enable test suite via /etc/fwupd.conf
  * rpm: enable test suite via /etc/fwupd.conf
  * debian: enable test suite via /etc/fwupd.conf
  * trivial: clarify delimitter in use for fwupd.conf is a semicolon
  * trivial: adjust get-details and get-devices output Display Name output
  * trivial: set engine back to idle
  * Correct a memory leak in Dell plugin (Fixes #158)
  * trivial: fix some more memory leaks in dell plugin (#158)
  * dell: use plugin hash table instead
  * Revert "trivial: fix some more memory leaks in dell plugin (#158)"
  * trivial: debian: correct duplicate descriptions in control file
  * fix some more memory leaks in dell plugin (#158)
  * Add information about compile-time dependency versions
  * Drop all patches in debian/patches

  [ Patrick Ohly ]
  * meson: introspection optional

  [ Chris Lee ]
  * Make flashing ebitdo devices actually work

Date: Thu, 03 Aug 2017 09:42:24 -0500
Changed-By: Mario Limonciello <mario.limonciello at dell.com>
Maintainer: Debian EFI <debian-efi at lists.debian.org>
https://launchpad.net/ubuntu/+source/fwupd/0.9.6-0ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Thu, 03 Aug 2017 09:42:24 -0500
Source: fwupd
Binary: libfwupd1 libdfu1 libebitdo1 fwupd fwupd-tests fwupd-doc libfwupd-dev gir1.2-fwupd-1.0 gir1.2-dfu-1.0 libdfu-dev libebitdo-dev
Architecture: source
Version: 0.9.6-0ubuntu1
Distribution: artful
Urgency: medium
Maintainer: Debian EFI <debian-efi at lists.debian.org>
Changed-By: Mario Limonciello <mario.limonciello at dell.com>
Description:
 fwupd      - Firmware update daemon
 fwupd-doc  - Firmware update daemon documentation (HTML format)
 fwupd-tests - Test suite for firmware update daemon
 gir1.2-dfu-1.0 - GObject introspection data for libdfu
 gir1.2-fwupd-1.0 - GObject introspection data for libfwupd
 libdfu-dev - development files for libdfu
 libdfu1    - Firmware update daemon library for DFU support
 libebitdo-dev - development files for libebitdo (transitional package)
 libebitdo1 - Firmware update daemon library for 0bitdo support (transitional p
 libfwupd-dev - development files for libfwupd
 libfwupd1  - Firmware update daemon library
Closes: 868464 868465
Changes:
 fwupd (0.9.6-0ubuntu1) artful; urgency=medium
 .
   [ Richard Hughes ]
   * trivial: post release version bump
   * trivial: Fix the colord version check in the example spec file
   * Add --version option to fwupdmgr
   * uefi: Fix crash when the product name is NULL
   * trivial: Never compare a string against zero to avoid warnings
   * unifying: Don't log a warning when an unknown report is parsed
   * trivial: Include all the GTypes in the generated docs
   * Check all the device GUIDs against the blacklist when added
   * Fix a hang on 32 bit computers
   * trivial: Fix a -Wsign-compare warning on 32 bit
   * trivial: Fix spelling of delimiter
   * trivial: Make fu_dell_detect_dock() slightly more NULL-deref safe
   * libdfu: Fix a crash if elf32_newehdr() fails
   * trivial: Remove or downgrade some superfluous warnings
   * trivial: Fix self tests after downgrading warnings commit
   * Run the plugin coldplug methods in a predictable order
   * trivial: Fix a tiny leak in the Dell plugin
   * dell: Fix the last of the memory leaks in the self tests
   * Use new GUsb functionality to fix flashing Unifying devices
   * unifying: Fix trivial error handler warning
   * trivial: Allow setting the unifying bootloader address for self tests
   * unifying: Make sure the percentage completion goes from 0% to 100%
   * trivial: Fix two tiny leaks in fwupdmgr
   * Support embedded devices with local firmware metadata
   * Rename the thunderbolt plugin to tbtfwu
   * trivial: Use warning_level in the top level meson file
   * libdfu: Add DfuPatch
   * Release fwupd 0.9.6
 .
   [ Mario Limonciello ]
   * trivial: debian: Add libcairo-dev to build-dependencies
   * Display UEFI firmware type
   * trivial: Adjust get-devices output order
   * Include optional git checkout information in --version
   * trivial: set FWUPD_GIT_DESCRIBE even if git isn't installed
   * uefi,dell: make error messages from installing capsules useful
   * uefi: record boot variables to system log during updates (#152)
   * trivial: uefi: whitespace
   * dell, uefi: Display all errors recorded by efi_error tracing, not just the first one
   * uefi: test for kernel support during coldplug
   * trivial: back the requirement on appstream-glib to 0.6.9
   * trivial: packaging: lower appstream-glib requirements to match meson.build
   * trivial: correct version comparison for polkit 0.114 in meson.build
   * policy: fix compilation on a variety of configurations
   * trivial: debian: back off polkit-1 dependency
   * trivial: Add a Dockerfile for Ubuntu zesty (17.04)
   * trivial: move compilation instructions to github wiki
   * Default to "en" for UEFI capsule graphics
   * trivial: debian: move DFU introspection to it's own package
   * trivial: debian: correct some linitian errors about fwupd-tests
   * trivial: debian: add missing dh-strip-nondeterminism dependency
   * trivial: debian: update standards version
   * trivial: debian: remove transient items on purge (Closes: #868464, #868465)
   * trivial: debian: recusively cleanup on purge
   * trivial: fix various spelling errors
   * debian: run lintian as part of CI
   * Add capability to enable test suite via /etc/fwupd.conf
   * rpm: enable test suite via /etc/fwupd.conf
   * debian: enable test suite via /etc/fwupd.conf
   * trivial: clarify delimitter in use for fwupd.conf is a semicolon
   * trivial: adjust get-details and get-devices output Display Name output
   * trivial: set engine back to idle
   * Correct a memory leak in Dell plugin (Fixes #158)
   * trivial: fix some more memory leaks in dell plugin (#158)
   * dell: use plugin hash table instead
   * Revert "trivial: fix some more memory leaks in dell plugin (#158)"
   * trivial: debian: correct duplicate descriptions in control file
   * fix some more memory leaks in dell plugin (#158)
   * Add information about compile-time dependency versions
   * Drop all patches in debian/patches
 .
   [ Patrick Ohly ]
   * meson: introspection optional
 .
   [ Chris Lee ]
   * Make flashing ebitdo devices actually work
Checksums-Sha1:
 a1c2b793b0d187129157bc65d2768a210b9b44f8 3486 fwupd_0.9.6-0ubuntu1.dsc
 6bbecdeda122226682ca8759aa9a048fc4201b35 1404749 fwupd_0.9.6.orig.tar.gz
 3faffa35c31c73df14186cf453f24b3a1595503e 13864 fwupd_0.9.6-0ubuntu1.debian.tar.xz
Checksums-Sha256:
 26f433aeb79f0b6df4744f95ea99f84aa8e0d1fbfb5b522c78e6b688dcd37656 3486 fwupd_0.9.6-0ubuntu1.dsc
 cf406eb11b284cd89228db53bff787cb8468d4e14a910acdea4c995f04df2435 1404749 fwupd_0.9.6.orig.tar.gz
 672558a7e969e7b3a210d60cc5f02df5e20bfc712b707bf799d81a973964d080 13864 fwupd_0.9.6-0ubuntu1.debian.tar.xz
Files:
 1951dd9cee02abc85302b69486e1ec78 3486 admin optional fwupd_0.9.6-0ubuntu1.dsc
 32423cd6bd2a3fbfbd23331a4bb7de07 1404749 admin optional fwupd_0.9.6.orig.tar.gz
 553da5dfec8f58728c9f020c06f281e7 13864 admin optional fwupd_0.9.6-0ubuntu1.debian.tar.xz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2

iQIcBAEBCgAGBQJZgzr+AAoJEC0ZLKYkdwJ21sMP/iNaeaq4msZdakUAzgD2Ph3Q
Za1Df1inbrK7QZCHToovtYhidYFvLy7iZ9uw88WjarZqfbhCaT8lOBdjWPyfRWAX
VK5B5P+cCH5nU8m28FvVUQPFZZEj2y2qOZqeOBRuuaunqAsr4FBt53rYslvVEdUv
Uif9rgqd12Y5xpcbY/5dx/ns7oCP44WMqsrOVsBzZ9dcDcU9cUaPMSg5boJAdw2d
XY15YeXv/1qIO1iu29h+ehLlunC7VQwQPA9VzGf2xItDJ8ICQa7hZbn5ovNs9YPM
vdF5ccqWT5It/nnaIQgwEFb2yf+M5BOsR6O78dXed4QTj5UtvuaiJy44szEIg3Bm
RAeRczSJXKBxrrSWF7+PqXlDCqPQ2prBhznt6apGGaLHcDnqJmrzOGnmwEBhi3zD
GpSvnTmtH/mMKVRZADofWbSDhbEWLHwsgOA1Y1VwdzX5+cCnIARqDqZR2ZZogSrp
Zw5kp7rLcWO9XlXgMjoBEk7I8bylnYeaxvhlT9xMAYQAYLrjFQJ1i/5vKE5jdCkI
PtN/5e6YiiXU2tVq88aJxW93dM5KEM8zqhexr16xGPxzd3awbkABaIQMKBD8LbXD
3feUrIZrQtLsC2/eG6MMYyMW1gVZVPM+RSedc3oVU+aCWtvxVEhBGoz5FuCkQztF
yaj4v6zBm5Af0Nkqtv4D
=uTGm
-----END PGP SIGNATURE-----


More information about the Artful-changes mailing list