]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Move development version ower to stable 2.4.1
authorMke Brady <mikebrady@eircom.net>
Sun, 27 Sep 2015 13:19:40 +0000 (14:19 +0100)
committerMke Brady <mikebrady@eircom.net>
Sun, 27 Sep 2015 13:19:40 +0000 (14:19 +0100)
1  2 
README.md
RELEASENOTES.md
configure.ac
mdns_dns_sd.c
rtsp.c
shairport-sync.spec
shairport.c

diff --cc README.md
Simple merge
diff --cc RELEASENOTES.md
index daf68af52f93a84a4f30c6a3679fa4e6ab7d2cc0,cb6538127dd53776a9a3e6047f82ce530f4e7417..b90770f5709fddf9ff8c127455825d807fd80e6c
@@@ -1,9 -1,26 +1,16 @@@
--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
  ----
diff --cc configure.ac
index 4c3d3afda341bae3b167d3bf3643b75313906be2,4d6f298329ccf246977d6f66678d929082efdc64..b3cd17269471aa0b30cdaf6c49bd9fe718aaa5be
@@@ -2,7 -2,7 +2,7 @@@
  # 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])
diff --cc mdns_dns_sd.c
Simple merge
diff --cc rtsp.c
Simple merge
index 5c1308e845a4258551c793d23918107444eaba0c,5c1308e845a4258551c793d23918107444eaba0c..80b000f97f528b9d7b16d4b494d0b9a0a0fcbb36
@@@ -1,5 -1,5 +1,5 @@@
  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
  
@@@ -57,6 -57,6 +57,8 @@@ getent passwd %{name} &> /dev/null || u
  %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
diff --cc shairport.c
Simple merge