aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2008-11-05 21:30:05 +0100
committerMax Kellermann <max@duempel.org>2008-11-05 21:30:05 +0100
commitfce8fa0b319ee2017adaab10d46ffe57da6a9524 (patch)
treefbceef6e07cd354640d706b1f78d1d55a9ff07ad /NEWS
parent2916ef84e445fed974767fdbe8edc33ed3936bdb (diff)
downloadmpd-fce8fa0b319ee2017adaab10d46ffe57da6a9524.tar.gz
mpd-fce8fa0b319ee2017adaab10d46ffe57da6a9524.tar.xz
mpd-fce8fa0b319ee2017adaab10d46ffe57da6a9524.zip
NEWS: updated 0.14 changelog
Adding some of the most important changes since 0.13.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS12
1 files changed, 12 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 5c0f245d8..d3cb6279b 100644
--- a/NEWS
+++ b/NEWS
@@ -4,15 +4,27 @@ ver 0.14.0 (????/??/??)
- null: new plugin
- shout: block while trying to connect instead of failing
- shout: new timeout parameter
+ - shout: support mp3 encoding and the shoutcast protocol
+ - shout: send silence during pause, so clients don't get disconnected
* decoders:
+ - ffmpeg: new plugin
- wavpack: new plugin
* commands:
- "addid" takes optional second argument to specify position
+ - "idle" notifies the client when a notable change occurs
* Zeroconf support using Bonjour
* New zeroconf_enabled option so that Zeroconf support can be disabled
* Stop the player/decode processes when not playing to allow the CPU to sleep
* Fix a bug where closing an ALSA dmix device could cause MPD to hang
* Support for reading ReplayGain from LAME tags on MP3s
+* MPD is now threaded, which greatly improves performance and stability
+* memory usage reduced by merging duplicate tags in the database
+* support connecting via unix domain socket
+* allow authenticated local users to add any local file to the playlist
+* 24 bit audio support
+* optimized PCM conversions and dithering
+* much code has been replaced by using GLib
+* the HTTP client has been replaced with libcurl
ver 0.13.0 (2007/5/28)
* New JACK audio output