summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2021-02-15 16:02:01 +0100
committerMax Kellermann <max@musicpd.org>2021-02-15 16:07:16 +0100
commitf1b8bcd6b26ff40fc49dab1b46f4a85e58eafeab (patch)
treeea4c6d853fc15860bc7a85d52bc4563c14f04688 /NEWS
parentc2bc3704e1fc40107cffa550bb1475655a634c06 (diff)
output/pulse: don't drain if stream is suspended or corked
In this state, we can't make any progress. Closes https://github.com/MusicPlayerDaemon/MPD/issues/1084
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 843f55db1..7b0615128 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,7 @@ ver 0.22.5 (not yet released)
- iso9660: another fix for unaligned reads
* output
- httpd: error handling on Windows improved
+ - pulse: fix deadlock with "always_on"
* Windows:
- enable https:// support (via Schannel)