File tree 2 files changed +21
-0
lines changed
2 files changed +21
-0
lines changed Original file line number Diff line number Diff line change
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
+
1
11
Version 0.4.8
2
12
=============
3
13
Released: 2023-11-07
Original file line number Diff line number Diff line change 21
21
<binary >gusbcmd</binary >
22
22
</provides >
23
23
<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 >
24
35
<release version =" 0.4.8" date =" 2023-11-07" >
25
36
<description >
26
37
<p >This release adds the following feature:</p >
You can’t perform that action at this time.
0 commit comments