1.5 beta test 2. Fixes for TCP KISS on Linux.

This commit is contained in:
wb2osz 2018-02-11 19:48:28 -05:00
parent 99d4d904b2
commit 4c6babebd0
2 changed files with 8 additions and 1 deletions

View File

@ -1,6 +1,13 @@
# Revision History #
## Version 1.5 -- Beta Test 2 -- February 2018 ##
### Bugs Fixed: ###
- Strange failures when trying to use multiple KISS client applications over TCP. Only Linux was affected.
## Version 1.5 -- Beta Test -- January 2018 ##

View File

@ -262,7 +262,7 @@ int main (int argc, char *argv[])
text_color_init(t_opt);
text_color_set(DW_COLOR_INFO);
dw_printf ("Dire Wolf version %d.%d (%s) Beta Test\n", MAJOR_VERSION, MINOR_VERSION, __DATE__);
dw_printf ("Dire Wolf version %d.%d (%s) Beta Test 2\n", MAJOR_VERSION, MINOR_VERSION, __DATE__);
//dw_printf ("Dire Wolf DEVELOPMENT version %d.%d %s (%s)\n", MAJOR_VERSION, MINOR_VERSION, "C", __DATE__);
//dw_printf ("Dire Wolf version %d.%d\n", MAJOR_VERSION, MINOR_VERSION);