From: Mike Brady Date: Fri, 1 Jun 2018 10:27:47 +0000 (+0100) Subject: Monitor and time mutex locks and unlocks, add a diagnostic into the get_buffer loop. X-Git-Tag: 3.2RC11~3^2~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b127e1a769bcf2d8a6c9c5108546b113271aa29d;p=thirdparty%2Fshairport-sync.git Monitor and time mutex locks and unlocks, add a diagnostic into the get_buffer loop. --- diff --git a/configure.ac b/configure.ac index 7e97c929..2ed89605 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.2d58], [mikebrady@eircom.net]) +AC_INIT([shairport-sync], [3.2d59], [mikebrady@eircom.net]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([shairport.c]) AC_CONFIG_HEADERS([config.h])