From 55de53321bf22d62035613f391439620727092bb Mon Sep 17 00:00:00 2001 From: Mike Brady <4265913+mikebrady@users.noreply.github.com> Date: Sun, 30 Jun 2024 10:08:01 +0100 Subject: [PATCH] Update RELEASENOTES-DEVELOPMENT.md --- RELEASENOTES-DEVELOPMENT.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/RELEASENOTES-DEVELOPMENT.md b/RELEASENOTES-DEVELOPMENT.md index c882476bd..607abf9f3 100644 --- a/RELEASENOTES-DEVELOPMENT.md +++ b/RELEASENOTES-DEVELOPMENT.md @@ -1,3 +1,12 @@ +Version 4.3.4-dev-25-g15a7090a +== +**Change** +* Revert the `session_timeout` to two minutes (120 seconds). In other words, if a player becomes disconnected for more than two minutes while playing, the session is terminated. + +**Bug Fixes** +* Enable the disconnected session timeout for AirPlay 2 operation -- it had been disabled by default. +* Fix a bug that prevented a fatal error that occured while directly accessing the alsa output device from terminating the application cleanly. + Version 4.3.4-dev-21-g105299a7 == **Bug Fix**