Skip to content

Releases: mcuee/libusb-win32

libusb-win32 release 1.4.0.0

22 Feb 03:52
Compare
Choose a tag to compare

V1.4.0.0 (02/22/2024) - RELEASE

  • Fix missing functions in libusb_dyn.c: #13
  • Fix missing resources in executables: #64
  • Fix BSOD for zero endpoint size: #65

V1.3.0.2 (02/15/2024) - SNAPSHOT RELEASE

  • Fix Linux build: #42
  • Fix missing data in large transfers: #45
  • Fix BSOD for large transfers: #51
  • Replace pipeinfo transfer size with MS rules: #52
  • Fix async API data order: #54
  • Fix missing PDB files for release: #55
  • Fix MINGW build: #58

V1.3.0.1 (10/20/2023) - SNAPSHOT RELEASE

  • Automate the driver signing process more
  • Sign all executables
  • Fix changelog in build system

V1.3.0.0 (10/03/2023) - SNAPSHOT RELEASE

  • Convert to EWDK WIN11 version 2200

V1.2.7.4 (9/20/2023) - SNAPSHOT RELEASE

  • driver: fix various hang issues: #38

libusb-win32 snapshot release 1.3.0.2

15 Feb 21:19
Compare
Choose a tag to compare
Pre-release

V1.3.0.2 (02/15/2024) - SNAPSHOT RELEASE

  • Fix Linux build: #42
  • Fix missing data in large transfers: #45
  • Fix BSOD for large transfers: #51
  • Replace pipeinfo transfer size with MS rules: #52
  • Fix async API data order: #54
  • Fix missing PDB files for release: #55
  • Fix MINGW build: #58

Note: there is an issue with Zadig 2.8 with libusb-win32 1.3.0.2: libusb0.sys version display is not correct.

pbatard/libwdi#301

libusb-win32 test release 1.3.0.1-usbpcap-bsod

13 Feb 02:12
Compare
Choose a tag to compare
test_release_usbpcap_bsod

transfer: avoid a potential double free that gets asserted in rare cases

libusb-win32 test release 1.3.0.1-async-order-4

09 Feb 21:43
d4243ba
Compare
Choose a tag to compare

Another test release with these changes:

  1. Merged fixes for the PDB problem so we can debug the crash dumps properly
  2. Merged fixes for setting optimal transfer size to boost throughput

libusb-win32 test release 1.3.0.1-async-order-3

05 Feb 14:22
63cb6ff
Compare
Choose a tag to compare

Same as libusb-win32 test release 1.3.0.1-async-order-2 but now with debug symbols

libusb-win32 test release 1.3.0.1-async-order

26 Jan 01:34
Compare
Choose a tag to compare

Test release to fix: #54

libusb-win32 test release 1.3.0.1-async-order-2

28 Jan 15:31
9d730db
Compare
Choose a tag to compare

Another attempt at fixing: #54

libusb-win32 test release 1.3.0.1-max-transfer

15 Jan 01:05
Compare
Choose a tag to compare

Test release to fix: #51

libusb-win32 test release 1.3.0.1-max-size

04 Jan 00:21
Compare
Choose a tag to compare

libusb-win32 snapshot release 1.3.0.1

22 Oct 16:32
Compare
Choose a tag to compare
Pre-release

V1.3.0.1 (10/20/2023) - SNAPSHOT RELEASE

  • Automate the driver signing process more
  • Sign all executables
  • Fix changelog in build system

Note: there is an issue with Zadig 2.8 with libusb-win32 1.3.0.1: libusb0.sys version display is not correct.