From: Mike Brady Date: Tue, 28 Aug 2018 08:47:07 +0000 (+0100) Subject: Update RELEASENOTES.md X-Git-Tag: 3.3RC0~240^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=805b1d701c5fe2fb8d47d8b715255c5ddffa23a7;p=thirdparty%2Fshairport-sync.git Update RELEASENOTES.md --- diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 63aeb9ce..bbc81907 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -1,3 +1,10 @@ +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. + +Thanks to [Jörg Krause](https://github.com/joerg-krause) for identifying these issues and proposing fixes. + Version 3.3d3 ==== * Modify the code that synchronises the Shairport Sync system's clock with the source clock to try to take account of the sources's nominal rate, which (oddly, e.g. iTunes on a Mac) might not be exactly 44,100 fps. There may be a 32-bit unsigned overflow error here somewhere!