Skip to content

Commit

Permalink
Release version 0.4.9
Browse files Browse the repository at this point in the history
  • Loading branch information
hughsie committed Apr 22, 2024
1 parent a4fdee0 commit ed31c81
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
10 changes: 10 additions & 0 deletions NEWS
@@ -1,3 +1,13 @@
Version 0.4.9
=============
Released: 2024-04-22

This release fixes the following bugs:
* Allow reading HID descriptors larger than 255 bytes
* Close the libusb handle if returning open failure
* Fix a buffer over-read when emulating devices
* Only request the BOS descriptor when bcdUSB is new enough

Version 0.4.8
=============
Released: 2023-11-07
Expand Down
11 changes: 11 additions & 0 deletions contrib/org.freedesktop.GUsb.metainfo.xml
Expand Up @@ -21,6 +21,17 @@
<binary>gusbcmd</binary>
</provides>
<releases>
<release version="0.4.9" date="2024-04-22">
<description>
<p>This release fixes the following bugs:</p>
<ul>
<li>Allow reading HID descriptors larger than 255 bytes</li>
<li>Close the libusb handle if returning open failure</li>
<li>Fix a buffer over-read when emulating devices</li>
<li>Only request the BOS descriptor when bcdUSB is new enough</li>
</ul>
</description>
</release>
<release version="0.4.8" date="2023-11-07">
<description>
<p>This release adds the following feature:</p>
Expand Down

0 comments on commit ed31c81

Please sign in to comment.