File: NEWS

package info (click to toggle)
libjaylink 0.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 564 kB
  • sloc: ansic: 4,943; makefile: 49; sh: 11
file content (49 lines) | stat: -rw-r--r-- 1,235 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
News
====

0.4.0 (2024-11-10)
------------------

 * Meson build system support
 * Support for additional USB product IDs
 * Use of 'uaccess' tag for udev rules

0.3.1 (2022-08-24)
------------------

 * Fix building with Autoconf < 2.7

0.3.0 (2022-08-15)
------------------

 * New package version scheme
 * New supported target interfaces:
   - Silicon Labs 2-wire interface (C2)
   - Serial peripheral interface (SPI)
   - Compact JTAG (cJTAG)
 * Add support for querying USB voltage
 * jtag: Add functions to set/clear the TCK and TMS signals
 * New string utility functions:
   - jaylink_target_interface_string()
   - jaylink_hardware_type_string()
 * transport/tcp: Implement connection timeout

0.2.0 (2020-07-11)
------------------

 * Initial support for TCP/IP devices
 * libusb is now optional
 * configure: Add switch to build without libusb
 * configure: Show enabled transports
 * Support for various new USB product IDs
 * Fix build issue with MSYS2
 * Fix socket timeouts on Windows
 * Make library C++ compatible
 * New log level for I/O debug messages
 * Add function to get USB bus and port numbers of a device
 * Add function to retrieve counter values

0.1.0 (2016-12-28)
------------------

 * Initial release.