From: Mike Brady <4265913+mikebrady@users.noreply.github.com> Date: Wed, 23 Dec 2020 17:34:36 +0000 (+0000) Subject: Add MQTT documentation and associated README update. Fix bug cuasing hang if an on... X-Git-Tag: 3.3.8~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c01b51e141064eb849139bc64d2c168e6cf976ae;p=thirdparty%2Fshairport-sync.git Add MQTT documentation and associated README update. Fix bug cuasing hang if an on-*** script fails. --- c01b51e141064eb849139bc64d2c168e6cf976ae diff --cc configure.ac index d745ac71,adedf3fe..8954916e --- a/configure.ac +++ b/configure.ac @@@ -2,7 -2,7 +2,7 @@@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.50]) - AC_INIT([shairport-sync], [3.3.8rc1], [4265913+mikebrady@users.noreply.github.com]) -AC_INIT([shairport-sync], [3.3.8d3], [4265913+mikebrady@users.noreply.github.com]) ++AC_INIT([shairport-sync], [3.3.8rc2], [4265913+mikebrady@users.noreply.github.com]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([shairport.c]) AC_CONFIG_HEADERS([config.h])