Skip to content

Commit bafd4d3

Browse files
committed
Release version 0.4.4
1 parent c9add98 commit bafd4d3

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed

NEWS

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
Version 0.4.4
2+
=============
3+
Released: 2023-01-30
4+
5+
This release adds the following features:
6+
* Add new API to make emulation easier to use
7+
8+
This release fixes the following bugs:
9+
* Emit remove devices with matching tags when loading contexts
10+
* Fix a critical warning when finalizing devices without endpoints
11+
* Reduce the debugging level when emulating firmware
12+
113
Version 0.4.3
214
=============
315
Released: 2022-12-20

contrib/org.freedesktop.GUsb.metainfo.xml

+14
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,20 @@
2121
<binary>gusbcmd</binary>
2222
</provides>
2323
<releases>
24+
<release version="0.4.4" date="2023-01-30">
25+
<description>
26+
<p>This release adds the following features:</p>
27+
<ul>
28+
<li>Add new API to make emulation easier to use</li>
29+
</ul>
30+
<p>This release fixes the following bugs:</p>
31+
<ul>
32+
<li>Emit remove devices with matching tags when loading contexts</li>
33+
<li>Fix a critical warning when finalizing devices without endpoints</li>
34+
<li>Reduce the debugging level when emulating firmware</li>
35+
</ul>
36+
</description>
37+
</release>
2438
<release version="0.4.3" date="2022-12-20">
2539
<description>
2640
<p>This release fixes the following bugs:</p>

0 commit comments

Comments
 (0)