summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2023-02-08 15:33:10 +0000
committerRichard Hughes <richard@hughsie.com>2023-02-08 15:33:10 +0000
commitcfe6865211bc241fe5e10b999bc0e27e7bddcb84 (patch)
tree89f519c1b72fcb9d9dea5ffc8be7e17f1bbf3d76
parentbc465521c2f58b5aea4513266780695d0e7fa243 (diff)
downloadgusb-cfe6865211bc241fe5e10b999bc0e27e7bddcb84.tar.gz
Release version 0.4.50.4.5
-rw-r--r--NEWS13
-rw-r--r--contrib/org.freedesktop.GUsb.metainfo.xml15
2 files changed, 28 insertions, 0 deletions
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 @@
<binary>gusbcmd</binary>
</provides>
<releases>
+ <release version="0.4.5" date="2023-02-08">
+ <description>
+ <p>This release adds the following features:</p>
+ <ul>
+ <li>Add new API to better detect emulated replug</li>
+ </ul>
+ <p>This release fixes the following bugs:</p>
+ <ul>
+ <li>Do not emit spurious ::device-removed events when emulating</li>
+ <li>Record zero-sized device events</li>
+ <li>Reset the in-order event index when clearing the event array</li>
+ <li>Save the libusb error if libusb_submit_transfer() fails</li>
+ </ul>
+ </description>
+ </release>
<release version="0.4.4" date="2023-01-30">
<description>
<p>This release adds the following features:</p>