From: Mike Brady Date: Thu, 18 Aug 2016 10:35:41 +0000 (+0100) Subject: Update RELEASENOTES.md X-Git-Tag: 2.8.4.7~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=303c96bca9277aa7cf12c277b714372ca128242c;p=thirdparty%2Fshairport-sync.git Update RELEASENOTES.md --- diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 90c22309..096d3e78 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -1,3 +1,10 @@ +Version 2.8.4.7 – Development Version +---- +**Pesky Changes You Cannot Ignore** + +* This update means the build process now uses the directory path `sysconfdir` to determine where to place the configuration file `shairport-sync.conf`. The default value for `sysconfdir` is `/usr/local/etc` which is used in the BSD family, but `/etc` is normally used in Linux, so, to retain the present behaviour of Shairport Sync, you must add an extra parameter to the `./configure... ` command – the parameter you must add is `--sysconfdir=/etc` +(This is one component of the updates needed to use `sysconfdir` properly. The others will be part of a subsequent commit. The README.md instructions have been updated.) + Version 2.8.4.6 – Development Version ---- **Enhancement**