From: Mike Brady Date: Mon, 11 Dec 2017 20:00:18 +0000 (+0000) Subject: 3.14 to 3.1.5 Fix a bug resumption in iOS 11.2 on software-volume controlled Shairpor... X-Git-Tag: 3.1.5~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0a4c5e9f36e074e88de371b76d2f761e9ecfb9ef;p=thirdparty%2Fshairport-sync.git 3.14 to 3.1.5 Fix a bug resumption in iOS 11.2 on software-volume controlled Shairport Syncs to be at 100% volume. Improve sync with movies. Other bug fixes. --- diff --git a/configure.ac b/configure.ac index 88848bb0..a124d2be 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.1.4], [mikebrady@eircom.net]) +AC_INIT([shairport-sync], [3.1.5], [mikebrady@eircom.net]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([shairport.c]) AC_CONFIG_HEADERS([config.h])