]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
*Bug Fixes*
authorMike Brady <mikebrady@eircom.net>
Wed, 5 Jun 2019 14:05:54 +0000 (15:05 +0100)
committerMike Brady <mikebrady@eircom.net>
Wed, 5 Jun 2019 14:05:54 +0000 (15:05 +0100)
* 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.

configure.ac

index 3df35d403eef12bf5b6cbb83d310f336193e9ea1..a03955ad65767853309117f7e1d1455c61ab9766 100644 (file)
@@ -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])