From: Mike Brady Date: Wed, 8 Aug 2018 08:30:38 +0000 (+0100) Subject: Fix a read-write mutex locking issue in the metadata hub, fix a libsoxr related dbus... X-Git-Tag: 3.3RC0~264 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f2ab25d01a7e5dc755eac683407cd903e4a123f4;p=thirdparty%2Fshairport-sync.git Fix a read-write mutex locking issue in the metadata hub, fix a libsoxr related dbus bug, switch over to better (we hope) timing measurement, giving smoother usage of interpolation. --- diff --git a/configure.ac b/configure.ac index 54c0e6fd..888f2285 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.3d1], [mikebrady@eircom.net]) +AC_INIT([shairport-sync], [3.3d2], [mikebrady@eircom.net]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([shairport.c]) AC_CONFIG_HEADERS([config.h])