Skip to content

Commit ed31c81

Browse files
committed
Release version 0.4.9
1 parent a4fdee0 commit ed31c81

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

NEWS

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
Version 0.4.9
2+
=============
3+
Released: 2024-04-22
4+
5+
This release fixes the following bugs:
6+
* Allow reading HID descriptors larger than 255 bytes
7+
* Close the libusb handle if returning open failure
8+
* Fix a buffer over-read when emulating devices
9+
* Only request the BOS descriptor when bcdUSB is new enough
10+
111
Version 0.4.8
212
=============
313
Released: 2023-11-07

contrib/org.freedesktop.GUsb.metainfo.xml

+11
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,17 @@
2121
<binary>gusbcmd</binary>
2222
</provides>
2323
<releases>
24+
<release version="0.4.9" date="2024-04-22">
25+
<description>
26+
<p>This release fixes the following bugs:</p>
27+
<ul>
28+
<li>Allow reading HID descriptors larger than 255 bytes</li>
29+
<li>Close the libusb handle if returning open failure</li>
30+
<li>Fix a buffer over-read when emulating devices</li>
31+
<li>Only request the BOS descriptor when bcdUSB is new enough</li>
32+
</ul>
33+
</description>
34+
</release>
2435
<release version="0.4.8" date="2023-11-07">
2536
<description>
2637
<p>This release adds the following feature:</p>

0 commit comments

Comments
 (0)