You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGES.md
+16
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,22 @@
1
1
2
2
# Revision History #
3
3
4
+
## Version 1.5 -- Beta Test 3 -- July 2018 ##
5
+
6
+
### New Features: ###
7
+
8
+
- "**NOXID**" configuration file option to avoid sending XID command to listed station(s). If other end is a partial v2.2 implementation, which recognizes SABME, but not XID, we would waste a lot of time resending XID many times before giving up. This is less drastic than the "**V20**" option which doesn't even attempt to use v2.2 with listed station(s).
9
+
10
+
### Bugs Fixed: ###
11
+
12
+
- Issue 132 - Under certain conditions, outgoing connected mode data would get stuck in a queue and not be transmitted. This could happen if client application sends a burst of data larger than the "window" size (MAXFRAME or EMAXFRAME option).
13
+
14
+
### Notes: ###
15
+
16
+
Windows binary distribution now uses gcc (MinGW) version 6.3.0.
0 commit comments