From: Mike Brady Date: Sat, 26 May 2018 14:23:12 +0000 (+0100) Subject: Rename "mute_using_playback_switch" to "use_hardware_mute_if_available" and make... X-Git-Tag: 3.2RC10~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0914cf87131e988eb72a537a209d074c83c8e6d5;p=thirdparty%2Fshairport-sync.git Rename "mute_using_playback_switch" to "use_hardware_mute_if_available" and make it control volume-based mute as well as playback-switch-based mute. Tidy up some debug messages. --- diff --git a/configure.ac b/configure.ac index 93c2a2cb..030bbd23 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.2RC9], [mikebrady@eircom.net]) +AC_INIT([shairport-sync], [3.2RC10], [mikebrady@eircom.net]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([shairport.c]) AC_CONFIG_HEADERS([config.h])