- update to 3.1.0:

* Fix bug preventing use of setPollFDNotifiers.
  * Wrap libusb_interrupt_event_handler, available since libusb
    1.0.21, to help applications wake an event handling thread (ex:
    durring exit).
    segfault when closing a transfer from inside its callback function.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-libusb1?expand=0&rev=9
This commit is contained in:
2023-12-08 08:19:55 +00:00
committed by Git OBS Bridge
parent a0dfd2ec51
commit 537ee994d9
4 changed files with 17 additions and 8 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Fri Dec 8 08:19:05 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 3.1.0:
* Fix bug preventing use of setPollFDNotifiers.
* Wrap libusb_interrupt_event_handler, available since libusb
1.0.21, to help applications wake an event handling thread (ex:
durring exit).
-------------------------------------------------------------------
Thu Mar 3 04:49:28 UTC 2022 - Steve Kowalik <steven.kowalik@suse.com>
@@ -41,7 +50,7 @@ Wed May 15 21:54:23 UTC 2019 - Jonathan Harker <jharker@suse.com>
- Upgrade to 1.7.1:
* usb1.__version__ is now present, managed by versioneer. Fix an occasional
segfault when closing a transfer from inside its callback function.
segfault when closing a transfer from inside its callback function.
-------------------------------------------------------------------
Mon Apr 15 06:40:15 UTC 2019 - John Vandenberg <jayvdb@gmail.com>