]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Update RELEASENOTES.md
authorMike Brady <mikebrady@eircom.net>
Wed, 12 Dec 2018 22:21:40 +0000 (22:21 +0000)
committerGitHub <noreply@github.com>
Wed, 12 Dec 2018 22:21:40 +0000 (22:21 +0000)
RELEASENOTES.md

index 3012d12ada4f7c6bdcf457421db176c6138d34e3..f9c363bd68db58e23aabfba88ab77a935e55b465 100644 (file)
@@ -1,4 +1,4 @@
-Version 3.3d36 to Version 3.3d22
+Version 3.3d37 to Version 3.3d22
 ====
 
 These updates are about stability.
@@ -23,6 +23,7 @@ Here is a flavour of some of the issues addressed:
 * When closing the RTSP connection due to an error, close it immediately, without waiting for a full TCP handshake, because, if the other end has erred, the handshake may never come.
 * Fix a parameter initialisation error in a situation where there is no hardware mixer.
 * Fix an MQTT-related crash by ignoring unrecognised commands.
+* Fix a compilation error and a warning when using the `--with-convolution` configuration option.
 
 **New Feature**
 * A new `run_this_if_an_unfixable_error_is_detected` (in the `sessioncontrol` group of settings) program hook is provided. At the moment, two conditions can cause this to be activated. The first is if the watchdog is unable to terminate a play session. The second is if the output device stalls for a long period. Both conditions can be caused by malfunctioning DACs. The external program could, for example, reboot the device.