From ed31c8134d80d006bd45450e84180be2a7c0742e Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Mon, 22 Apr 2024 15:16:24 +0100 Subject: [PATCH] Release version 0.4.9 --- NEWS | 10 ++++++++++ contrib/org.freedesktop.GUsb.metainfo.xml | 11 +++++++++++ 2 files changed, 21 insertions(+) diff --git a/NEWS b/NEWS index 55c014b..dc023a3 100644 --- a/NEWS +++ b/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 diff --git a/contrib/org.freedesktop.GUsb.metainfo.xml b/contrib/org.freedesktop.GUsb.metainfo.xml index 159e293..145a0ef 100644 --- a/contrib/org.freedesktop.GUsb.metainfo.xml +++ b/contrib/org.freedesktop.GUsb.metainfo.xml @@ -21,6 +21,17 @@ gusbcmd + + +

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
  • +
+
+

This release adds the following feature: