From: Mike Brady Date: Mon, 30 Jul 2018 09:31:21 +0000 (+0100) Subject: Stop using SIGUSR1 for cancelling threads, use pthread_cancel and friends instead... X-Git-Tag: 3.3RC0~284 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a5dd76d22369d130f9cb46a5e732bd77a01da8dd;p=thirdparty%2Fshairport-sync.git Stop using SIGUSR1 for cancelling threads, use pthread_cancel and friends instead, fix some memory leaks, add accurate ouput rate calculation to statistics, add "quit" verb to MPRIS and native d-bus interfaces. Remove incorrect warning, quiten some debug messages. --- diff --git a/configure.ac b/configure.ac index f047fc15..8650a1a0 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.2d67], [mikebrady@eircom.net]) +AC_INIT([shairport-sync], [3.3d0], [mikebrady@eircom.net]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([shairport.c]) AC_CONFIG_HEADERS([config.h])