From: Mike Brady Date: Thu, 19 Apr 2018 09:17:08 +0000 (+0100) Subject: Send resend requests via the control channel rather than the audio channel. This... X-Git-Tag: 3.2RC4~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2fc9ca74baca5f07528e05babc2e50faeb2ddefd;p=thirdparty%2Fshairport-sync.git Send resend requests via the control channel rather than the audio channel. This makes it compatilbe iwht AirAudio and conformant with the unofficial guide to the airplay protocol. Brown bag time. --- diff --git a/configure.ac b/configure.ac index 810d868e..7e410172 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.2RC3], [mikebrady@eircom.net]) +AC_INIT([shairport-sync], [3.2RC4], [mikebrady@eircom.net]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([shairport.c]) AC_CONFIG_HEADERS([config.h])