--HEAD
++Version 2.4.1
----
- These changes have been made in the HEAD, not yet part of a release.
- **Documentation Updates**
- * Various small documentation updates.
-**Bug fixes**
-* Fix in the `shairport.c`: the USE_CUSTOM_LOCAL_STATE_DIR macro was still being used when it should have been USE_CUSTOM_PID_DIR.
++This release has two small bug fixes and some small documentation updates.
+
-Version 2.5.0.2
-----
-**Changes**
-Turn off unnecessary debug messages -- usable.
-
-Version 2.5.0.1
-----
-**Changes**
-Turn on lots of debugging -- unusable.
-
-Version 2.5.0
-----
-**Changes**
-Add flush request to handle_record, see if it helps in a rare situation.
-
-Versions 2.5.x is new development sequence.
-----
++**Bug Fixes**
++Changes from the previous stable version -- 2.4 -- are summarised here:
++ * The USE_CUSTOM_LOCAL_STATE_DIR macro was still being used when it should have been USE_CUSTOM_PID_DIR. This could affect users using a custom location for the PID directory.
++ * A crash has been fixed that occured if metadata was enabled and a metadata pipename was not specified.
++ * If a mixer being used to control volume does not have a control denominated in dB, a warning is logged and the mixer is not used.
++
++**Small Changes**
++ * Slight revisions have been made to the configuration file `configure.ac` to make compilation on FreeBSD a little easier.
Version 2.4
----
# Process this file with autoconf to produce a configure script.
AC_PREREQ([2.50])
- AC_INIT([shairport-sync], [2.4], [mikebrady@eircom.net])
-AC_INIT([shairport-sync], [2.5.0.5], [mikebrady@eircom.net])
++AC_INIT([shairport-sync], [2.4.1], [mikebrady@eircom.net])
AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR([shairport.c])
AC_CONFIG_HEADERS([config.h])
Name: shairport-sync
--Version: 2.4
++Version: 2.4.1
Release: 1%{?dist}
Summary: AirTunes emulator. Shairport Sync adds multi-room capability with Audio Synchronisation
%doc AUTHORS LICENSES README.md
%changelog
++* Thu Aug 27 2015 Mike Brady <mikebrady@eircom.net> 2.4.1
++- Minor bug fixes 2.4.1
* Thu Aug 27 2015 Mike Brady <mikebrady@eircom.net> 2.4
- Prepare for stable release 2.4
* Wed Aug 26 2015 Mike Brady <mikebrady@eircom.net> 2.3.13.1-1