aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2010-08-19 11:05:24 +0200
committerMax Kellermann <max@duempel.org>2010-08-19 11:05:24 +0200
commit64dacd175ac7279b4b019c2e653d85007d71efb0 (patch)
treed6420431e7cc5f1a723e4055bdcad8edc57a12c7 /NEWS
parent625e4755d1c59e537dc122a540d3c21de962c3d1 (diff)
downloadmpd-64dacd175ac7279b4b019c2e653d85007d71efb0.tar.gz
mpd-64dacd175ac7279b4b019c2e653d85007d71efb0.tar.xz
mpd-64dacd175ac7279b4b019c2e653d85007d71efb0.zip
output_thread: fix race condition after CANCEL command
Clear the notification before finishing the CANCEL command, so the notify_wait() after that will always wait for the right notification, sent by audio_output_all_cancel().
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index c8f63f4de..566422cfe 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,5 @@
ver 0.15.13 (2010/??/??)
+* output_thread: fix race condition after CANCEL command
ver 0.15.12 (2010/07/20)