From: Mike Brady Date: Tue, 10 Sep 2019 09:08:47 +0000 (+0100) Subject: Bug fixes X-Git-Tag: 3.3.3~2^2~32 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=677684de04e1806fb9f8203ed755dfb070282663;p=thirdparty%2Fshairport-sync.git Bug fixes Fixes an error whereby the 'pvol' volume metadata was no longer sent if Shairport Sync was configured to ignore volume control information coming from the audio source. Addresses issue #903. Fixes a compilation error if including the MQTT client. --- diff --git a/configure.ac b/configure.ac index 5a35adc9..d9a29464 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.2d5], [mikebrady@eircom.net]) +AC_INIT([shairport-sync], [3.3.2d6], [mikebrady@eircom.net]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([shairport.c]) AC_CONFIG_HEADERS([config.h])