aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-09-07 21:31:10 +0200
committerMax Kellermann <max@duempel.org>2014-09-07 21:50:00 +0200
commita6bb27483b30f81145c19d1048a342c0aa5401d0 (patch)
treee12828eb7b00b8e4bb6db1099a26eb9d99ab7b78 /NEWS
parent7ada7def9e797deb7a34ba8da1e33e207d4ed55f (diff)
downloadmpd-a6bb27483b30f81145c19d1048a342c0aa5401d0.tar.gz
mpd-a6bb27483b30f81145c19d1048a342c0aa5401d0.tar.xz
mpd-a6bb27483b30f81145c19d1048a342c0aa5401d0.zip
DecoderThread: clear the pipe when handling late SEEK
See code comment. Fixes assertion failure in decoder_command_finished().
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 78f111ebf..d5612bfdc 100644
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,7 @@ ver 0.18.14 (not yet released)
- fix range parser bug on certain 32 bit architectures
* decoder
- audiofile: fix crash after seeking
+ - fix assertion failure after seeking
ver 0.18.13 (2014/08/31)
* protocol