-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathchangelog
40 lines (29 loc) · 874 Bytes
/
changelog
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
0.8 2022 November
Add modbus_rtu_{get,set}_rts
Add modbus_rtu_{get,set}_rts_delay
0.7 2021 February
Fix helpers.set_s32 for "lnum" patch environments. #12
0.6.1 2020 July
No functional change: tag acrobatics for luarocks+releases at the same time
0.6 2020 July
add modbus_rtu_{set,get}_serial_mode
0.5 2019 August
Fix compilation under windows/mingw
0.4.2: 2018 November
Fix bad free when closing RTU contexts. #5
Fix compat with lua 5.3 when backwards compat is turned off #6
0.4.1: 2018 June
Drop unintended debug
Fix documentation
0.4: 2018 June
Add number helpers for dealing with 16/32bit signed/unsigned
Add tostring() functionality
Add documentation
0.3.1: 2017 March
Support building with musl libc
0.3: 2017 March
Add support for send_raw_request
0.2: 2016-09-09
Add explicit connection close() method
0.1: Initial release
Basic overage of libmodbus api