From cfe6865211bc241fe5e10b999bc0e27e7bddcb84 Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Wed, 8 Feb 2023 15:33:10 +0000 Subject: Release version 0.4.5 --- NEWS | 13 +++++++++++++ contrib/org.freedesktop.GUsb.metainfo.xml | 15 +++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/NEWS b/NEWS index 6b2b7b6..1f036de 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,16 @@ +Version 0.4.5 +============= +Released: 2023-02-08 + +This release adds the following features: + * Add new API to better detect emulated replug + +This release fixes the following bugs: + * Do not emit spurious ::device-removed events when emulating + * Record zero-sized device events + * Reset the in-order event index when clearing the event array + * Save the libusb error if libusb_submit_transfer() fails + Version 0.4.4 ============= Released: 2023-01-30 diff --git a/contrib/org.freedesktop.GUsb.metainfo.xml b/contrib/org.freedesktop.GUsb.metainfo.xml index 7eca805..3e2809c 100644 --- a/contrib/org.freedesktop.GUsb.metainfo.xml +++ b/contrib/org.freedesktop.GUsb.metainfo.xml @@ -21,6 +21,21 @@ gusbcmd + + +

This release adds the following features:

+
    +
  • Add new API to better detect emulated replug
  • +
+

This release fixes the following bugs:

+
    +
  • Do not emit spurious ::device-removed events when emulating
  • +
  • Record zero-sized device events
  • +
  • Reset the in-order event index when clearing the event array
  • +
  • Save the libusb error if libusb_submit_transfer() fails
  • +
+
+

This release adds the following features:

-- cgit v1.2.1