aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2009-10-18 19:02:43 +0200
committerMax Kellermann <max@duempel.org>2009-10-18 19:02:43 +0200
commit447e4d3583d3394a25f0fb186f50cea45dd7f797 (patch)
treedfbafa9caaef9cc203cd6dde2b090d47d847ae1d /NEWS
parent33bf6c09787033597588e96a6530d5c04b5eb166 (diff)
parent7df1a2c77d7f0ac2073d3fe9c7ff85dc4a28e12a (diff)
downloadmpd-447e4d3583d3394a25f0fb186f50cea45dd7f797.tar.gz
mpd-447e4d3583d3394a25f0fb186f50cea45dd7f797.tar.xz
mpd-447e4d3583d3394a25f0fb186f50cea45dd7f797.zip
Merged release 0.15.5 from branch 'v0.15.x'
Conflicts: NEWS configure.ac src/decoder/flac_plugin.c src/update.c
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 46a717f5d..cf1919b2e 100644
--- a/NEWS
+++ b/NEWS
@@ -49,13 +49,17 @@ ver 0.16 (20??/??/??)
* require GLib 2.16
-ver 0.15.5 (2009/??/??)
+ver 0.15.5 (2009/10/18)
* input:
- curl: don't abort if a packet has only metadata
- curl: fixed endless loop during buffering
* tags:
- riff, aiff: fixed "limited range" gcc warning
+* decoders:
+ - flac: fixed two memory leaks in the CUE tag loader
* decoder_thread: change the fallback decoder name to "mad"
+* output_thread: check again if output is open on CANCEL
+* update: fixed memory leak during container scan
ver 0.15.4 (2009/10/03)