From: Mike Brady Date: Sun, 15 Jul 2018 13:10:42 +0000 (+0100) Subject: Move player_stop away from pthread_kill to pthread_cancel. Add in cancellation stacks... X-Git-Tag: 3.3RC0~286^2~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b71ec06ac25eb07b987ee84ff09dbef9e0c73e36;p=thirdparty%2Fshairport-sync.git Move player_stop away from pthread_kill to pthread_cancel. Add in cancellation stacks. Check for hidden cancellation points. --- diff --git a/configure.ac b/configure.ac index 4ddb55f5..f2d0c8ba 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.2.2p0], [mikebrady@eircom.net]) +AC_INIT([shairport-sync], [3.2.2p1], [mikebrady@eircom.net]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([shairport.c]) AC_CONFIG_HEADERS([config.h])