aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2011-08-24 01:47:10 +0200
committerMax Kellermann <max@duempel.org>2011-08-24 01:47:10 +0200
commit5ecb6fecc478733622aa33aaf4e6997f618bd006 (patch)
tree8a022436fa867d45f6026ccf8a629d99604da1ac /NEWS
parenteea726740bf222a92885b0f3c3c1255a5b04cd01 (diff)
parentb3df4dc2c92d27034eaf9cef52e97a6e39c77d2e (diff)
downloadmpd-5ecb6fecc478733622aa33aaf4e6997f618bd006.tar.gz
mpd-5ecb6fecc478733622aa33aaf4e6997f618bd006.tar.xz
mpd-5ecb6fecc478733622aa33aaf4e6997f618bd006.zip
Merge branch 'v0.16.x'
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 0698f5d1c..8d9c335a6 100644
--- a/NEWS
+++ b/NEWS
@@ -23,6 +23,8 @@ ver 0.16.4 (2011/??/??)
* fix memory leaks
* don't resume playback when seeking to another song while paused
* apply follow_inside_symlinks to absolute symlinks
+* input:
+ - curl: limit the receive buffer size
* decoder:
- ffmpeg: workaround for semantic API change in recent ffmpeg versions
- flac: validate the sample rate when scanning the tag
@@ -31,6 +33,9 @@ ver 0.16.4 (2011/??/??)
- vorbis: don't send end-of-stream on flush
* output:
- alsa: fix SIGFPE when alsa announces a period size of 0
+ - httpd: don't warn on client disconnect
+ - pulse: fix deadlock when resuming the stream
+ - pulse: fix deadlock when the stream was suspended
ver 0.16.3 (2011/06/04)