aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2009-01-15 16:16:37 +0100
committerMax Kellermann <max@duempel.org>2009-01-15 16:16:37 +0100
commit09e06d941624b6e69b4a54a41c23b93292a354d6 (patch)
tree29f7cffd9fd558799eebe8bac8c15213160427be /NEWS
parent08e18f70700110282899830201b731bca2616438 (diff)
downloadmpd-09e06d941624b6e69b4a54a41c23b93292a354d6.tar.gz
mpd-09e06d941624b6e69b4a54a41c23b93292a354d6.tar.xz
mpd-09e06d941624b6e69b4a54a41c23b93292a354d6.zip
NEWS: merge from v0.14.x
Copy changelog items from the upcoming 0.14.1 release.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS22
1 files changed, 19 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 0d9bdcfee..3c562472b 100644
--- a/NEWS
+++ b/NEWS
@@ -10,11 +10,27 @@ ver 0.15 - (200?/??/??)
* 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
-* fix minor memory leak in decoder_tag()
* added Icy-Metadata support
-* fix cross-fading bug: it used to play some chunks of the new song twice
* --create-db starts the MPD daemon instead of exiting
-* input_curl: honour http_proxy_* config directives
+
+
+MPD 0.14.1 - not yet released
+* decoders:
+ - mp4: support the writer/composer tag
+ - id3: strip leading and trailing whitespace from ID3 tags
+* audio outputs:
+ - jack: allocate default port names (fixes a crash)
+* update:
+ - refresh stats after update
+ - save the database even if it is empty
+* input_curl:
+ - use select() to eliminate busy loop during connect
+ - honour http_proxy_* config directives
+* log: automatically append newline
+* fix setenv() conflict on Solaris
+* configure.ac: check for pkg-config before using it
+* fix minor memory leak in decoder_tag()
+* fix cross-fading bug: it used to play some chunks of the new song twice
* playlist
- fix assertion failure during playlist load
- implement Fisher-Yates shuffle properly