Skip to content

Commit 4c6babe

Browse files
committed
1.5 beta test 2. Fixes for TCP KISS on Linux.
1 parent 99d4d90 commit 4c6babe

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGES.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11

22
# Revision History #
33

4+
## Version 1.5 -- Beta Test 2 -- February 2018 ##
5+
6+
### Bugs Fixed: ###
7+
8+
- Strange failures when trying to use multiple KISS client applications over TCP. Only Linux was affected.
9+
10+
411
## Version 1.5 -- Beta Test -- January 2018 ##
512

613

direwolf.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ int main (int argc, char *argv[])
262262

263263
text_color_init(t_opt);
264264
text_color_set(DW_COLOR_INFO);
265-
dw_printf ("Dire Wolf version %d.%d (%s) Beta Test\n", MAJOR_VERSION, MINOR_VERSION, __DATE__);
265+
dw_printf ("Dire Wolf version %d.%d (%s) Beta Test 2\n", MAJOR_VERSION, MINOR_VERSION, __DATE__);
266266
//dw_printf ("Dire Wolf DEVELOPMENT version %d.%d %s (%s)\n", MAJOR_VERSION, MINOR_VERSION, "C", __DATE__);
267267
//dw_printf ("Dire Wolf version %d.%d\n", MAJOR_VERSION, MINOR_VERSION);
268268

0 commit comments

Comments
 (0)