aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-07-09 18:46:58 +0200
committerMax Kellermann <max@duempel.org>2014-07-09 18:57:50 +0200
commitbc6472bb9ea12fb2226570eb2dc49058b4d8bd6c (patch)
treeeb385c466a0d08126606fa0c66699fb70e107651 /NEWS
parentd4bd947bf550a208007b777eb1425f7fd75ce9b0 (diff)
downloadmpd-bc6472bb9ea12fb2226570eb2dc49058b4d8bd6c.tar.gz
mpd-bc6472bb9ea12fb2226570eb2dc49058b4d8bd6c.tar.xz
mpd-bc6472bb9ea12fb2226570eb2dc49058b4d8bd6c.zip
decoder/audiofile: use decoder_read()
.. instead of InputStream::LockRead(). The former is cancellable.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index add093393..19e3b2219 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,8 @@ ver 0.18.12 (not yet released)
* database
- proxy: fix build failure with libmpdclient 2.2
- proxy: fix add/search and other commands with libmpdclient < 2.9
+* decoder
+ - audiofile: improve responsiveness
ver 0.18.11 (2014/05/12)
* decoder