aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-10-11 21:52:38 +0200
committerMax Kellermann <max@duempel.org>2014-10-11 21:59:06 +0200
commit85301853d6403b400c6545b8072d3962d7b66657 (patch)
tree45b2febe8b514b498904e2ede339dca2ada60bb4 /NEWS
parent7cd53fb4527cf6a28b6defd673100d9ea870076d (diff)
downloadmpd-85301853d6403b400c6545b8072d3962d7b66657.tar.gz
mpd-85301853d6403b400c6545b8072d3962d7b66657.tar.xz
mpd-85301853d6403b400c6545b8072d3962d7b66657.zip
ThreadInputStream: call ThreadRead() inside the thread instead of Read()
Fixes deadlock bug in the "mms" plugin.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 510e2ae3b..5245bec49 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,6 @@
ver 0.19.1 (not yet released)
+* input
+ - mms: fix deadlock bug
* fix build failure on Mac OS X
ver 0.19 (2014/10/10)