From: Mike Brady Date: Wed, 19 Feb 2020 10:28:19 +0000 (+0000) Subject: Update RELEASENOTES-DEVELOPMENT.md X-Git-Tag: 3.3.7d12~138 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=52da14a295ad7aceababe46a35d5dddbd51db617;p=thirdparty%2Fshairport-sync.git Update RELEASENOTES-DEVELOPMENT.md --- diff --git a/RELEASENOTES-DEVELOPMENT.md b/RELEASENOTES-DEVELOPMENT.md index 608f1432..aa0b57d8 100644 --- a/RELEASENOTES-DEVELOPMENT.md +++ b/RELEASENOTES-DEVELOPMENT.md @@ -1,3 +1,14 @@ +Version 3.3.6d9 +==== +**Bug Fixes** +* Fix a bug in the provision of metadata which would on occasion cause metadata from the previous track to be provided. Thanks to [HiFiBerry](https://github.com/hifiberry) for reporting. This bugfix addresses issue [#972](https://github.com/mikebrady/shairport-sync/issues/972). + +Version 3.3.6d8 +==== +**Bug Fixes** +* Tidy up compilation of the `audio-dummy` and `audio-soundio` back ends when the `fno-common` flag is used. +* Remove a superflous extra definition of a variable which would casue it to be used uninitialised. + Version 3.3.6d7 ==== **Bug Fix**