From: Mike Brady Date: Wed, 4 Sep 2019 08:24:34 +0000 (+0100) Subject: Fix occasional crashing bug in Ububntu 14.04 (sometimes triggered by DHCP renewal... X-Git-Tag: 3.3.3~2^2~45 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f09a3299e97a51f733910ffb61901ea923a7046;p=thirdparty%2Fshairport-sync.git Fix occasional crashing bug in Ububntu 14.04 (sometimes triggered by DHCP renewal and Avahi / dbus issues) by removing second avahi threaded poll and an unnecessary avahi service client (very sparse Avahi documentation), also remove obselete SIG setup code. --- diff --git a/configure.ac b/configure.ac index fbffd0b7..5a35adc9 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.2d4], [mikebrady@eircom.net]) +AC_INIT([shairport-sync], [3.3.2d5], [mikebrady@eircom.net]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([shairport.c]) AC_CONFIG_HEADERS([config.h])