From: Mike Brady Date: Thu, 29 Nov 2018 15:36:18 +0000 (+0000) Subject: Improve player watchdog, improve clearing down of ports, improve handling of write... X-Git-Tag: 3.3RC0~127 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d4272c8baf4e2da8ca351ecd54a70999b362498;p=thirdparty%2Fshairport-sync.git Improve player watchdog, improve clearing down of ports, improve handling of write- and read-erroes on the RTSP channel. Improve code for holding and releasing the player. --- diff --git a/configure.ac b/configure.ac index 786ed9c4..5c2874e1 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.3d29], [mikebrady@eircom.net]) +AC_INIT([shairport-sync], [3.3d30], [mikebrady@eircom.net]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([shairport.c]) AC_CONFIG_HEADERS([config.h])