]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Update RELEASENOTES-DEVELOPMENT.md
authorMike Brady <4265913+mikebrady@users.noreply.github.com>
Fri, 11 Mar 2022 05:14:49 +0000 (16:14 +1100)
committerGitHub <noreply@github.com>
Fri, 11 Mar 2022 05:14:49 +0000 (16:14 +1100)
RELEASENOTES-DEVELOPMENT.md

index 3858812c63153f6a450b31b7bb853f8977b76fdd..d0bde323081d940b64f55b077bf7fde179356e79 100644 (file)
@@ -1,3 +1,19 @@
+Version-4.1-dev-224-g29d2155e
+====
+***Pesky Change You Can't Ignore***
+
+A change has been made the `shairport-sync` `systemd` service file, so before updating, please remove the existing service file with the following command:
+```
+# rm /lib/systemd/system/shairport-sync.service
+```
+**Bug Fixes**
+* Interpret `disable_standby_mode` to determine if a flush should also close an `alsa` device as follows:
+  1. If `disable_standby_mode` is set to `"no"` (default) or `"never"`, then a flush will immediately close the `alsa` device.
+  2. If `disable_standby_mode` is `"auto"`, a flush will not close the `alsa` device. The device will be closed at the end of the active timeout.
+  3. If `disable_standby_mode` is `"yes"` or `"always"`, a flush will not close the `alsa` device. The device will never be closed.
+
+* Remove the invalid `Provides` entry from the `systemd` service file. Thanks to [David Crook](https://github.com/idcrook) for reporting Issue [#1448](https://github.com/mikebrady/shairport-sync/issues/1448).
+
 Version-4.1-dev-214-gadf0845e
 ====
 **Enhancement**