mirror of https://github.com/wb2osz/direwolf.git
1.5 beta test 2. Fixes for TCP KISS on Linux.
This commit is contained in:
parent
99d4d904b2
commit
4c6babebd0
|
@ -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 ##
|
||||
|
||||
|
||||
|
|
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue