summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2023-01-30 09:37:43 +0000
committerRichard Hughes <richard@hughsie.com>2023-01-30 09:37:43 +0000
commitbafd4d33dccc37c9fed220935f89f077cfaf2353 (patch)
tree711ac58e72b6c740328bf5eab81878df70b3ae99
parentc9add9816de672d78e3e4e0e108747ea010d31e5 (diff)
downloadgusb-bafd4d33dccc37c9fed220935f89f077cfaf2353.tar.gz
Release version 0.4.40.4.4
-rw-r--r--NEWS12
-rw-r--r--contrib/org.freedesktop.GUsb.metainfo.xml14
2 files changed, 26 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 85ee475..6b2b7b6 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+Version 0.4.4
+=============
+Released: 2023-01-30
+
+This release adds the following features:
+ * Add new API to make emulation easier to use
+
+This release fixes the following bugs:
+ * Emit remove devices with matching tags when loading contexts
+ * Fix a critical warning when finalizing devices without endpoints
+ * Reduce the debugging level when emulating firmware
+
Version 0.4.3
=============
Released: 2022-12-20
diff --git a/contrib/org.freedesktop.GUsb.metainfo.xml b/contrib/org.freedesktop.GUsb.metainfo.xml
index 4afb8bf..7eca805 100644
--- a/contrib/org.freedesktop.GUsb.metainfo.xml
+++ b/contrib/org.freedesktop.GUsb.metainfo.xml
@@ -21,6 +21,20 @@
<binary>gusbcmd</binary>
</provides>
<releases>
+ <release version="0.4.4" date="2023-01-30">
+ <description>
+ <p>This release adds the following features:</p>
+ <ul>
+ <li>Add new API to make emulation easier to use</li>
+ </ul>
+ <p>This release fixes the following bugs:</p>
+ <ul>
+ <li>Emit remove devices with matching tags when loading contexts</li>
+ <li>Fix a critical warning when finalizing devices without endpoints</li>
+ <li>Reduce the debugging level when emulating firmware</li>
+ </ul>
+ </description>
+ </release>
<release version="0.4.3" date="2022-12-20">
<description>
<p>This release fixes the following bugs:</p>