Skip to content

Commit

Permalink
libusb 1.0.25
Browse files Browse the repository at this point in the history
Signed-off-by: Tormod Volden <[email protected]>
  • Loading branch information
tormodvolden committed Jan 31, 2022
1 parent cfc4714 commit 4622bfc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
For detailed information about the changes below, please see the git log or
visit: http:https://log.libusb.info

2022-01-21: v1.0.25-rc1
2022-01-31: v1.0.25
* Linux: Fix regression with some particular devices
* Linux: Fix regression with libusb_handle_events_timeout_completed()
* Linux: Fix regression with cpu usage in libusb_bulk_transfer
Expand All @@ -13,6 +13,7 @@ visit: http:https://log.libusb.info
* Windows: Fix regression when using libusb0 driver
* Windows: Support LIBUSB_TRANSFER_ADD_ZERO_PACKET on winusb
* New NO_DEVICE_DISCOVERY option replaces WEAK_AUTHORITY option
* Various other bug fixes and improvements

2020-12-09: v1.0.24
* Add new platform abstraction (#252)
Expand Down
2 changes: 1 addition & 1 deletion libusb/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
#endif
/* LIBUSB_RC is the release candidate suffix. Should normally be empty. */
#ifndef LIBUSB_RC
#define LIBUSB_RC "-rc1"
#define LIBUSB_RC ""
#endif
2 changes: 1 addition & 1 deletion libusb/version_nano.h
Original file line number Diff line number Diff line change
@@ -1 +1 @@
#define LIBUSB_NANO 11691
#define LIBUSB_NANO 11692

0 comments on commit 4622bfc

Please sign in to comment.