summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2018-03-14 13:15:03 +0100
committerMax Kellermann <max@musicpd.org>2018-03-14 13:15:03 +0100
commitc2c2c296589f9b6e679e807cdcafe454da1b066a (patch)
tree88af617cd3d43eb6d72e4bef131c6a2451b0e7c6 /NEWS
parentc745e14f4704ebfb0294e8b22a7ae503fc05c2a4 (diff)
input/thread: set InputStream::ready after Open() failure
Without setting the "ready" flag, the caller will wait in WaitReady() forever, locking up MPD. Closes #252
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 670cb3256..1a56cee5b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,8 @@
ver 0.20.19 (not yet released)
* protocol
- validate absolute seek time, reject negative values
+* input
+ - mms: fix lockup bug
* macOS: fix crash bug
ver 0.20.18 (2018/02/24)