From: Mike Brady Date: Tue, 20 Sep 2016 14:18:41 +0000 (+0100) Subject: Add client IP metadata item -- the IP of the client, i.e. the sender of audio, is... X-Git-Tag: 2.8.4.8~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fd8d5501a573ac01eecb6447550385bbb745168d;p=thirdparty%2Fshairport-sync.git Add client IP metadata item -- the IP of the client, i.e. the sender of audio, is output when a pley session is about to start, as a 'ssnc' 'clip' string. Also, stop asking for buffer size if sync is disabled. --- diff --git a/configure.ac b/configure.ac index 629ce995..32aacb2d 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], [2.8.4.7], [mikebrady@eircom.net]) +AC_INIT([shairport-sync], [2.8.4.8], [mikebrady@eircom.net]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([shairport.c]) AC_CONFIG_HEADERS([config.h])