From: Mike Brady Date: Wed, 5 Jun 2019 14:05:54 +0000 (+0100) Subject: *Bug Fixes* X-Git-Tag: 3.3.1~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9c54bfa9917713516c1bb7f1f0b40d5cff349936;p=thirdparty%2Fshairport-sync.git *Bug Fixes* * Fix a bug in the MQTT documentation and add sanity checking for the port chosen. * Fix a bug that caused manual format and rate setting to be ignored. * Add missing support for format settings S24_LE, S24_BE, S32_LE and S32_BE. * Fix a bug that caused dither to be too loud. * Fix error message for invalid standby mode choice. --- diff --git a/configure.ac b/configure.ac index 3df35d40..a03955ad 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], [mikebrady@eircom.net]) +AC_INIT([shairport-sync], [3.3.1], [mikebrady@eircom.net]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([shairport.c]) AC_CONFIG_HEADERS([config.h])