From eefe97bdb1169b68b57284820ba699e1240d0b6f Mon Sep 17 00:00:00 2001
From: Max Kellermann <max@duempel.org>
Date: Thu, 22 Jan 2009 16:06:39 +0100
Subject: [PATCH] NEWS: update change log

---
 NEWS | 18 ++++++++++++++++--
 1 file changed, 16 insertions(+), 2 deletions(-)

diff --git a/NEWS b/NEWS
index 423c6ed3c..841a7b1bb 100644
--- a/NEWS
+++ b/NEWS
@@ -1,16 +1,30 @@
 ver 0.15 - (200?/??/??)
+* input:
+  - parse Icy-Metadata
+* tags:
+  - support the "album artist" tag
+  - parse RVA2 tags in mp3 files
+* decoders:
+  - audiofile: streaming support added
+  - ffmpeg: enable WAV
+  - modplug: another MOD plugin, based on libmodplug
+  - mikmod disabled by default, due to severe security issues in libmikmod
+* audio outputs:
+  - shout: enlarged buffer size to 32 kB
+* commands:
+  - "playlistinfo" supports a range now
+  - added "sticker database", command "sticker", which allows clients
+    to implement features like "song rating"
 * Rewritten mixer code to support multiple mixers
 * Add audio archive extraction support:
   - bzip2
   - iso9660
   - zip
-* Add RVA2 tag support
 * the option "error_file" was removed, all messages are logged into
   "log_file"
 * support logging to syslog
 * fall back to XDG music directory if no music_directory is configured
 * failure to read the state file is non-fatal
-* added Icy-Metadata support
 * --create-db starts the MPD daemon instead of exiting
 * playlist_directory and music_directory are optional