From: Mike Brady Date: Mon, 30 Jan 2017 18:38:19 +0000 (+0000) Subject: Add nice deprecations X-Git-Tag: 3.0.d18~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe309090010f15673579d269d805a576e586c539;p=thirdparty%2Fshairport-sync.git Add nice deprecations --- diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 6959bb50..611569da 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -1,4 +1,4 @@ -Version 3.0d17 – Development Version +Version 3.0d18 – Development Version ---- Big Update @@ -14,7 +14,7 @@ The most obvious audible change is if you are using software volume control and * Internal processing including software volume control and interpolation is done after sample size and rate conversion. * Apple ALAC decoder support. This needs the `libalac` library, available at [ALAC](https://github.com/mikebrady/alac). Add the flag `--with-apple-alac` to the `./configure` arguments. Then you can choose the Apple ALAC decoder in the configuration file. * Support for `mbed TLS` has been added and the use of `PolarSSL` is deprecated, as `mbed TLS` is a development of `PolarSSL` and `PolarSSL` itself is not being developed further. - +* Settings that were denominated in frames are now deprecated but still honoured. Deprecation warnings are issued. Pesky Changes You Cannot Ignore ====