Skip to content

Releases: wd5m/thelinkbox

Change int bLogCmd to extern int bLogCmd

20 Mar 14:26
46b6f2a
Compare
Choose a tag to compare

Changes in version 0.56.4 3/20/2021 wd5m

Bug Fixes:

  1. Corrected int bLogCmd to be extern int bLogCmd and placed in
    src/conference.h as it is shared between nodes.cpp and conference.c
    now. Changes linkbox/nodes.cpp, src/conference.c and src/conference.h.
    This should resolve issues with some compilers.

Patched EchoLink client talking indicator

19 Mar 22:07
ebda992
Compare
Choose a tag to compare

Patched to display client talking indicator on EchoLink clients from non EchoLink stations.
See Changelog

Minor update to Debian install script

08 Mar 10:47
490a059
Compare
Choose a tag to compare

Added "chmod +x /etc/init.d/tlb" to Debian/install script.

Update to fix memory leak

06 Mar 23:20
e8135f2
Compare
Choose a tag to compare

This update fixes a memory leak issue, as well as adding a few minor enhancements and changes. See the Changelog file for more details.