From: Mike Brady Date: Thu, 29 Aug 2019 10:56:13 +0000 (+0100) Subject: Fix Issue #890 -- https://github.com/mikebrady/shairport-sync/issues/890 X-Git-Tag: 3.3.3~2^2~49 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c1f6e2ea18e5e4d32959d803a7fe195b26dbc9f8;p=thirdparty%2Fshairport-sync.git Fix Issue #890 -- https://github.com/mikebrady/shairport-sync/issues/890 Fix metadata issues with the dbus and the MPRIS interfaces -- handle missing artwork properly, make the 'available' property more resilient. --- diff --git a/configure.ac b/configure.ac index adcefe3c..fbffd0b7 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.2d3], [mikebrady@eircom.net]) +AC_INIT([shairport-sync], [3.3.2d4], [mikebrady@eircom.net]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([shairport.c]) AC_CONFIG_HEADERS([config.h])