aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJ. Alexander Treuman <jat@spatialrift.net>2006-08-28 18:12:18 +0000
committerJ. Alexander Treuman <jat@spatialrift.net>2006-08-28 18:12:18 +0000
commit648b03e4a951d98a582a65b46892bf891702af0c (patch)
treed038c776b03ab684992bdbb9bbc33ffdf47f8cb0 /ChangeLog
parent00b4ce40a830ca49614ee2a5d9296003c1cf0afb (diff)
downloadmpd-648b03e4a951d98a582a65b46892bf891702af0c.tar.gz
mpd-648b03e4a951d98a582a65b46892bf891702af0c.tar.xz
mpd-648b03e4a951d98a582a65b46892bf891702af0c.zip
Update ChangeLog. Please keep this up to date as you make changes from now on.
git-svn-id: https://svn.musicpd.org/mpd/trunk@4710 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog41
1 files changed, 41 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 821ca0b19..1a56e478c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,44 @@
+ver 0.12.0 (2006/??/??)
+* New audio output code which supports:
+ * A plugin-like architecture
+ * Non-libao ("native") outputs:
+ * ALSA
+ * OSS
+ * OS X
+ * Sun
+ * Media MVP
+ * PulseAudio
+ * Shout (Icecast or Shoutcast)
+ * Playing through multiple outputs at once
+ * Enabling/disabling outputs while MPD is running
+ * Saving output state (enabled/disabled) to the state_file
+* OggFLAC support
+* Musepack support
+* Gapless MP3 playback
+* MP3 ReplayGain support (using ID3v2 tags only)
+* Support for MP2 files if MP3 support is enabled
+* Composer, Performer, Comment, and Disc metadata support
+* New outputs command for listing available audio outputs
+* New enableoutput and disableoutput commands for enabling/disabling outputs
+* New plchangesposid command for a stripped down version of plchanges
+* New addid command for adding to the playlist and returning a song ID
+* New commands and notcommands commands for checking available commands
+* Can specify any supported metadata type in search, find, and list
+* Can specify "any" as the metadata type in search, find, and list
+* New volume_normalization parameter for enabling Audio Compress normalization
+* New id3v1_encoding parameter for converting the encoding of ID3v1 tags
+* New metadata_to_use parameter for choosing supported metadata types
+* New pid_file parameter for saving the MPD process ID to the specified file
+* The db_file parameter is now required
+* The port parameter is now optional (defaults to 6600)
+* Can specify bind_to_address multiple times
+* New --kill argument for killing MPD if pid_file is specified
+* Removed --update-db argument (use the update function in your client instead)
+* New mpdconf.example
+* New mpd.conf man page
+* Removed bundled libmad and libid3tag
+* Lots of bug fixes, cleaned up code, and performance improvements
+
ver 0.11.5 (2004/11/1)
1) New id3v1_ecnoding config option to configure the id3v1 tag encoding (patch from dottemag)
2) Strip '\r' from m3u playlists (thank you windows)