From: Mike Brady Date: Sat, 8 Sep 2018 14:12:53 +0000 (+0100) Subject: Update RELEASENOTES.md X-Git-Tag: 3.3RC0~222^2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=709007f30ba2eceb9e49651c12f1d9af6444a3ea;p=thirdparty%2Fshairport-sync.git Update RELEASENOTES.md --- diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 29bb7c13..a94c3e36 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -1,3 +1,9 @@ +Version 3.3d7 +==== +**Bug Fix** + +Ensure the compiler flag HAVE_LIBSOXR is defined if the `--with-soxr` configuration flag is used and `pkg-config` is in use. + Version 3.3d6 ==== An improved [Jack Audio](http://jackaudio.org) backend. Testing notes: @@ -20,7 +26,7 @@ Version 3.3d5 Version 3.3d4 ==== * Sometimes `libsoxr` is built to rely on `libavutil`. With the present changes to `configure.ac`, if `libavutil` is present, link to it when linking to `libsoxr`, but if it's not present, don't link to it when linking to `libsoxr`. -* Add `pgk_config` support to `libsoxr` selection. +* Add `pgk-config` support to `libsoxr` selection. Thanks to [Jörg Krause](https://github.com/joerg-krause) for identifying these issues and proposing fixes.