Commit 09e06d94 authored by Max Kellermann's avatar Max Kellermann

NEWS: merge from v0.14.x

Copy changelog items from the upcoming 0.14.1 release.
parent 08e18f70
...@@ -10,11 +10,27 @@ ver 0.15 - (200?/??/??) ...@@ -10,11 +10,27 @@ ver 0.15 - (200?/??/??)
* support logging to syslog * support logging to syslog
* fall back to XDG music directory if no music_directory is configured * fall back to XDG music directory if no music_directory is configured
* failure to read the state file is non-fatal * failure to read the state file is non-fatal
* fix minor memory leak in decoder_tag()
* added Icy-Metadata support * 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 * --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 * playlist
- fix assertion failure during playlist load - fix assertion failure during playlist load
- implement Fisher-Yates shuffle properly - implement Fisher-Yates shuffle properly
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment