summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2022-12-20 15:49:13 +0000
committerRichard Hughes <richard@hughsie.com>2022-12-20 15:49:13 +0000
commitf79cb57e03a7111bde4c019ca3132160bbe97d3e (patch)
treea59e55d64f968169cece5776942c1e231c4a0cdb
parentaff78dc0c4b8bdcc02dbbbb6c24ca43e298d54d7 (diff)
downloadgusb-f79cb57e03a7111bde4c019ca3132160bbe97d3e.tar.gz
Release version 0.4.30.4.3
-rw-r--r--NEWS8
-rw-r--r--contrib/org.freedesktop.GUsb.metainfo.xml9
2 files changed, 17 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index c33c016..85ee475 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+Version 0.4.3
+=============
+Released: 2022-12-20
+
+This release fixes the following bugs:
+ * Export g_usb_device_has_tag()
+ * Work around a libusb issue which causes devices to appear twice
+
Version 0.4.2
=============
Released: 2022-10-18
diff --git a/contrib/org.freedesktop.GUsb.metainfo.xml b/contrib/org.freedesktop.GUsb.metainfo.xml
index 3067dcb..4afb8bf 100644
--- a/contrib/org.freedesktop.GUsb.metainfo.xml
+++ b/contrib/org.freedesktop.GUsb.metainfo.xml
@@ -21,6 +21,15 @@
<binary>gusbcmd</binary>
</provides>
<releases>
+ <release version="0.4.3" date="2022-12-20">
+ <description>
+ <p>This release fixes the following bugs:</p>
+ <ul>
+ <li>Export g_usb_device_has_tag()</li>
+ <li>Work around a libusb issue which causes devices to appear twice</li>
+ </ul>
+ </description>
+ </release>
<release version="0.4.2" date="2022-10-18">
<description>
<p>This release fixes the following bugs:</p>