]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Bug fixes
authorMike Brady <mikebrady@eircom.net>
Tue, 10 Sep 2019 09:08:47 +0000 (10:08 +0100)
committerGitHub <noreply@github.com>
Tue, 10 Sep 2019 09:08:47 +0000 (10:08 +0100)
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.

configure.ac

index 5a35adc910c5e3c07adbeb8423f00b3a8b484a6a..d9a2946400a35ff300a494bafe073b83372226f2 100644 (file)
@@ -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])