summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2019-05-31 17:23:12 +0200
committerMax Kellermann <max@musicpd.org>2019-05-31 17:23:12 +0200
commit304d45b55133856fc1bff4826f6d548d90b85cb5 (patch)
treee4863516d40132916ec3bd460eb1ec9cc7b4ce33 /NEWS
parent0f488dcecfb0c43134f15cfb2e6368845dcf3d8d (diff)
Revert "player/Thread: remove unnecessary "pipe" check"
This reverts commit ff3e2c05142c94efadee00812ec348c15f1be1ba. The check was necessary, after all, because this is what checked whether the decoder had finished the current or the next song. > The "queued" flag can only possibly be set if the decoder is still > decoding the current song or if the decoder is stopped. That was wrong because ProcessCommand() sets `queued=true` and also starts the decoder (if it was idle). > This is also what the following assert() checks. That was also wrong, because the assert() has two conditions. Closes https://github.com/MusicPlayerDaemon/MPD/issues/566
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index a15642e22..0bc2471eb 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,5 @@
ver 0.21.10 (not yet released)
+* fix crash bug (0.21.9 regression)
ver 0.21.9 (2019/05/20)
* input