configure.ac: Remove stray '+'
[libjaylink.git] / NEWS
blobd3dfe7ccb662cd018678f6c0b301bdb56326b1fa
1 News
2 ====
4 0.3.0 (2022-08-15)
5 ------------------
7  * New package version scheme
8  * New supported target interfaces:
9    - Silicon Labs 2-wire interface (C2)
10    - Serial peripheral interface (SPI)
11    - Compact JTAG (cJTAG)
12  * Add support for querying USB voltage
13  * jtag: Add functions to set/clear the TCK and TMS signals
14  * New string utility functions:
15    - jaylink_target_interface_string()
16    - jaylink_hardware_type_string()
17  * transport/tcp: Implement connection timeout
19 0.2.0 (2020-07-11)
20 ------------------
22  * Initial support for TCP/IP devices
23  * libusb is now optional
24  * configure: Add switch to build without libusb
25  * configure: Show enabled transports
26  * Support for various new USB product IDs
27  * Fix build issue with MSYS2
28  * Fix socket timeouts on Windows
29  * Make library C++ compatible
30  * New log level for I/O debug messages
31  * Add function to get USB bus and port numbers of a device
32  * Add function to retrieve counter values
34 0.1.0 (2016-12-28)
35 ------------------
37  * Initial release.