From: Mike Brady Date: Sat, 26 Oct 2019 15:13:07 +0000 (+0100) Subject: Modify behaviour when receiving an invalid RTSP packet to be the same as a genuine... X-Git-Tag: 3.3.3~2^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f93871d5b52ca179d00ba79145aad3ac653f0a65;p=thirdparty%2Fshairport-sync.git Modify behaviour when receiving an invalid RTSP packet to be the same as a genuine AirPort Express, but time out after two minutes anyway. Also move the retain_artwork flag to diagnostics. --- diff --git a/configure.ac b/configure.ac index 59756dab..2ee37eea 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.3.3d10], [mikebrady@eircom.net]) +AC_INIT([shairport-sync], [3.3.3d11], [mikebrady@eircom.net]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([shairport.c]) AC_CONFIG_HEADERS([config.h])