Skip to content

Releases: ftdi-rs/libftd2xx-ffi

Version 0.8.6

28 Nov 01:22
Compare
Choose a tag to compare

Added

  • Added binaries for Windows targets using the GNU toolchain.

Version 0.8.5

17 Sep 18:16
e0d8842
Compare
Choose a tag to compare

Added

  • Added the links manifest key.

Fixed

  • Fixed path segment separators when cross-compiling for Windows from Linux.

Version 0.8.4

15 Aug 06:35
3f3290f
Compare
Choose a tag to compare

Added

  • Added pre-generated bindings for x86_64-apple-darwin.

Version 0.8.3

29 Jun 01:17
Compare
Choose a tag to compare

Removed

  • Removed legacy_stdio_definitions and user32 linking requirements on Windows.

Version 0.8.2

28 Jun 03:14
Compare
Choose a tag to compare

Fixed

  • Fixed static linking on Windows.

Changed

  • Updated vendor library from 2.12.36.1 to 2.12.36.2 on Windows.

Version 0.8.1

19 Jun 14:27
Compare
Choose a tag to compare

Added

  • Reinstated support for 32-bit Linux targets.

Version 0.8.0

12 Jun 15:47
Compare
Choose a tag to compare

Added

  • Added support for x86_64-apple-darwin, dynamic linking only.

Changed

  • Changed the license for non-vendor material to dual MIT and 0BSD.
  • Updated the Linux library version from 1.4.22 to 1.4.24.
  • Updated the Windows library version to 2.12.36.1.

Removed

  • Removed support for 32-bit Linux targets, the vendor no longer supports these.

Version 0.7.0

26 Mar 00:10
Compare
Choose a tag to compare

Added

  • Added the static feature flag to enable switching between static and dynamic linking of the vendor library.

Changed

  • Changed the default linking strategy on Linux targets to dynamic. Note: To retain previous functionality with dynamic linking on Windows and static linking on Linux use cargo's resolver version 2.

Version 0.6.0

27 Feb 23:04
Compare
Choose a tag to compare

Changed

  • Updated the vendor library from 1.4.8 to 1.4.22 for linux targets.

Version 0.5.1

10 Jan 16:49
Compare
Choose a tag to compare

Fixed

  • Fixed a bug with ARM targets selecting the wrong bindings.