Skip to content
Bugfix release 14.08.2
* SvxLink now compile in C++11 mode with GCC and other compilers that
  understand the -std=c++11 compiler switch. The compiler switch will
  automatically be turned on if a version of libsigc++ greater than 2.5.0
  is detected since those versions require C++11 to be enabled.

* Bugfix: The logic linking would cause a crash under some circumstances.  For
  example SvxLink would crash on startup if link TIMEOUT was set and the startup
  Tcl function was modified to play an audio clip.