-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathRELEASE_NOTES
51 lines (39 loc) · 1.27 KB
/
RELEASE_NOTES
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
50
51
# MiniPlex version 1.1.1
## 1.1.1
* Fixed prune mode (-P) to be compatible with permanent branches (-B/-b)
* Fixed -k default (defaults were invalid, forcing use of explicit -k)
* Backed by CI tests
## 1.1.0 - BROKEN release
## 1.0.1
* ProtoConv: connection retry backoff options for TCP
* change to default console log level ('critical' instead of 'off')
## 1.0.0
* Delimiter bugfix
* Ready for prime-time
## 0.3.4
* ProtoConv packet delimiters as an alternative to protocol framing
## 0.3.3
* ProtoConv updates:
* DNP3 frame checking fixes
* Serial port write queuing
* Write queue size cmdline option
* DNP3 transport fragment re-ordering
* ProtoConv and MiniPlex:
* UDP performance improvements, and cmdline option for changing rcv buffer size socket option
## 0.3.2
* Release notes update
## 0.3.1
* Github release files with versions in name
## 0.3.0
* ProtoConv: Additional utility to convert between streams and datagrams
## 0.2.2
* Proper static binaries for Linux
* Alpine Linux Dockefile to statically link musl libc
* Benchmark mode
## 0.2.0
* Proper static binaries for Windows
* Option for permanent cache entries (branches)
## 0.1.0
* Initial release
* Supports UDP Hub/Trunk/Prune
* No support for TCP yet