diff options
author | J. Alexander Treuman <jat@spatialrift.net> | 2007-03-20 22:07:35 +0000 |
---|---|---|
committer | J. Alexander Treuman <jat@spatialrift.net> | 2007-03-20 22:07:35 +0000 |
commit | 37a7ef251f5ac520c6efada4fe7f6f2104b24c8c (patch) | |
tree | ae1c6f895c882bec805e878d38940a0ca675bc83 /ChangeLog | |
parent | c2f1775b8e7df1006f0228ac2a96f6d4117b7ac5 (diff) | |
download | mpd-37a7ef251f5ac520c6efada4fe7f6f2104b24c8c.tar.gz mpd-37a7ef251f5ac520c6efada4fe7f6f2104b24c8c.tar.xz mpd-37a7ef251f5ac520c6efada4fe7f6f2104b24c8c.zip |
Adding all of those missing ChangeLog entries.
git-svn-id: https://svn.musicpd.org/mpd/trunk@5680 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to '')
-rw-r--r-- | ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -1,3 +1,21 @@ +ver 0.13.0 (????/??/??) +* New JACK audio output +* Support for "file" as an alternative to "filename" in search, find, and list +* FLAC 1.1.3 support +* New playlistadd command for adding to stored playlists +* New playlistclear command for clearing stored playlists +* Fix a bug where "find any" and "list <type> any" wouldn't return any results +* Make "list any" return an error instead of no results and an OK +* New gapless_mp3_playback option to disable gapless MP3 playback +* Support for seeking HTTP streams +* Zeroconf support using Avahi +* libsamplerate support for high quality audio resampling +* ID3v2 "Original Artist/Performer" tag support +* New playlistsearch command for searching the playlist (similar to "search") +* New playlistfind command for finding songs in the playlist (similar to "find") +* libmikmod 3.2.0 beta support +* Lots of bug fixes, cleaned up code, and performance improvements + ver 0.12.2 (2007/3/20) * Fix a bug where clients could cause MPD to segfault |