From: Mike Brady Date: Mon, 19 Nov 2018 18:26:42 +0000 (+0000) Subject: Try to make the debug stuff pthread_cancel-proof including the debug / warn / inform... X-Git-Tag: 3.3RC0~168 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a2681ba04c811faa8356574ee6cb8586c9e30f5d;p=thirdparty%2Fshairport-sync.git Try to make the debug stuff pthread_cancel-proof including the debug / warn / inform / die and debug_mutex calls. Tidy up usage of program_stop. --- diff --git a/configure.ac b/configure.ac index 0e0bd333..8bcb8691 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.50]) -AC_INIT([shairport-sync], [3.3d22], [mikebrady@eircom.net]) +AC_INIT([shairport-sync], [3.3d23], [mikebrady@eircom.net]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([shairport.c]) AC_CONFIG_HEADERS([config.h])