From: Mike Brady Date: Sat, 14 Apr 2018 12:02:26 +0000 (+0100) Subject: Fix serious and long-standing bugs in the control, audio and timing threads that... X-Git-Tag: 3.2RC3b~2^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a0964e25370206766ea5a6f325c95be1b9dab428;p=thirdparty%2Fshairport-sync.git Fix serious and long-standing bugs in the control, audio and timing threads that could be responsible for low resilience on noisy and unrealiable networks. Add ability to simiulate UDP receive and send failures on timing, control and audio ports. Significantly improve resend requesting and handling. --- diff --git a/configure.ac b/configure.ac index b3a47064..d5fc6295 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.2d39], [mikebrady@eircom.net]) +AC_INIT([shairport-sync], [3.2d40], [mikebrady@eircom.net]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([shairport.c]) AC_CONFIG_HEADERS([config.h])