aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-01-04don't exit after --create-dbMax Kellermann1-0/+1
Start the daemon after --create-db. This makes --create-db a flag which discards the old database and starts with a fresh one.
2009-01-04player_thread: fix cross-fading duplicate chunk bugMax Kellermann1-0/+1
When the decoder of the new song is not fast enough, the player thread has to wait for it for a moment. However the variable "nextChunk" was reset to -1 during that, making the next loop iteration assume that cross-fading has not begun yet. This patch overwrites it with "0" while waiting.
2009-01-03input_curl: enabled Icy-Metadata supportMax Kellermann1-0/+1
2009-01-03decoder_api: moved code to do_send_tag(), free temporary tagMax Kellermann1-0/+1
This patch fixes a minor memory leak: when decoder_tag() attempted to send a merged tag object (created by tag_add_stream_tags()), and was interrupted by a decoder command, it did not free the temporary merged tag object.
2009-01-03state_file: errors are non-fatal in read_state_file()Max Kellermann1-0/+1
If the state file cannot be read, for whatever reason, don't abort MPD. The state file isn't _that_ important.
2009-01-01mapper: fall back to XDG music directoryMax Kellermann1-0/+1
If no music_directory is configured, fall back to the XDG music directory, determined by g_get_user_special_dir(G_USER_DIRECTORY_MUSIC).
2008-12-31Moving mixers to audio outputsViliam Mateicka1-0/+1
2008-12-28log: support syslog()Max Kellermann1-0/+1
Allow logging to syslog if log_file is configured to "syslog".
2008-12-28log: deprecated "error_file" optionMax Kellermann1-0/+2
Removed the "error_file" option. There is only one log file now. If a user wants to see only the errors, he should configure a log_level.
2008-12-28Update news with RVA2 and Audio archive support.Avuton Olrich1-0/+5
2008-12-25Modify version string to post-release version 0.15~gitAvuton Olrich1-0/+2
2008-12-25MPD version 0.14release-0.14Avuton Olrich1-5/+1
2008-12-24configure.ac: disable the mikmod plugin by defaultMax Kellermann1-0/+1
libmikmod seems to be unmaintained, and has several critical bugs which make MPD crash. http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=461519 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=476339 Disable the plugin by default to minimize harm. Users should explicitly enable the mikmod decoder (--enable-mod) if they wish to have it anyway.
2008-12-20Word wrap to 80 char linesAvuton Olrich1-23/+51
2008-12-20Start off with a disclaimer about the NEWS file informationAvuton Olrich1-0/+2
2008-12-02NEWS: added new featuresMax Kellermann1-0/+4
2008-11-05NEWS: updated 0.14 changelogMax Kellermann1-0/+12
Adding some of the most important changes since 0.13.
2008-11-05NEWS: reformatted 0.14 itemsMax Kellermann1-8/+9
Trying to bring a little bit of structure into that list.
2008-10-25renamed ChangeLog to NEWSMax Kellermann1-0/+0
The file name "NEWS" is standardized.
2008-02-25Update ChangeLog and TODOEric Wong1-0/+1
ChangeLog and TODO have been updated to reflect "addid" improvement. esd support has been removed from the TODO, PulseAudio supercedes esd and we already have a PulseAudio output. Moving NAS, SUN, OSX mixer/output off into the unknown because nobody seems to use them or care enough to implement them (I sure don't). git-svn-id: https://svn.musicpd.org/mpd/trunk@7187 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2007-08-25ChangeLog: adding LAME tag ReplayGainJ. Alexander Treuman1-0/+1
git-svn-id: https://svn.musicpd.org/mpd/trunk@6810 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2007-06-24Adding WavPack support. Patch courtesy Kodest.J. Alexander Treuman1-0/+1
git-svn-id: https://svn.musicpd.org/mpd/trunk@6651 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2007-06-13Adding FIFO audio output. This is pretty much identical to the old one,J. Alexander Treuman1-1/+2
except that it now uses a timer for throttling. git-svn-id: https://svn.musicpd.org/mpd/trunk@6621 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2007-06-12Adding some ChangeLog entries.J. Alexander Treuman1-0/+4
git-svn-id: https://svn.musicpd.org/mpd/trunk@6558 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2007-06-04Updating ChangeLog.J. Alexander Treuman1-0/+2
git-svn-id: https://svn.musicpd.org/mpd/trunk@6487 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2007-06-03Adding ChangeLog entry for zeroconf_enabled, adding Zeroconf section toJ. Alexander Treuman1-0/+1
mpdconf.example, and updating the zeroconf_* docs. git-svn-id: https://svn.musicpd.org/mpd/trunk@6474 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2007-06-03ChangeLog entry for Bonjour support.J. Alexander Treuman1-0/+1
git-svn-id: https://svn.musicpd.org/mpd/trunk@6469 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2007-05-30Starting 0.14.0 ChangeLog entry.J. Alexander Treuman1-0/+3
git-svn-id: https://svn.musicpd.org/mpd/trunk@6403 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2007-05-28Setting release date in ChangeLog.J. Alexander Treuman1-1/+1
git-svn-id: https://svn.musicpd.org/mpd/trunk@6320 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2007-05-27Increasing default buffer_before_play from 0% to 10%.J. Alexander Treuman1-0/+1
git-svn-id: https://svn.musicpd.org/mpd/trunk@6290 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2007-05-24Adding rename command, for renaming stored playlists.J. Alexander Treuman1-0/+1
git-svn-id: https://svn.musicpd.org/mpd/trunk@6246 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2007-05-16Committing pat's rewrite of the stored playlist code. This also adds twoJ. Alexander Treuman1-0/+2
new commands: playlistmove and playlistdelete. git-svn-id: https://svn.musicpd.org/mpd/trunk@6116 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2007-04-25Adding count command. It's usage is identical to find, but instead ofJ. Alexander Treuman1-0/+1
returning a list of matching songs, the number of results and total play time of the results are returned. git-svn-id: https://svn.musicpd.org/mpd/trunk@5950 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2007-04-25Adding ChangeLog entry for previous commit.J. Alexander Treuman1-0/+1
git-svn-id: https://svn.musicpd.org/mpd/trunk@5949 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2007-04-08Updating ChangeLog.J. Alexander Treuman1-0/+1
git-svn-id: https://svn.musicpd.org/mpd/trunk@5892 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2007-04-04Removing Sun audio support from configure and ChangeLog. Turns out theJ. Alexander Treuman1-1/+0
plugin itself was never actually committed, so support for it was never there. git-svn-id: https://svn.musicpd.org/mpd/trunk@5822 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2007-03-31Adding ChangeLog entry for tagtypes command.J. Alexander Treuman1-0/+1
git-svn-id: https://svn.musicpd.org/mpd/trunk@5797 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2007-03-31Doc updates for 0.13.0Avuton Olrich1-2/+2
git-svn-id: https://svn.musicpd.org/mpd/trunk@5786 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2007-03-20Adding all of those missing ChangeLog entries.J. Alexander Treuman1-0/+18
git-svn-id: https://svn.musicpd.org/mpd/trunk@5680 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2007-03-20Importing ChangeLog entry from 0.12.2.J. Alexander Treuman1-0/+3
git-svn-id: https://svn.musicpd.org/mpd/trunk@5679 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2006-10-10Setting release date in ChangeLog.J. Alexander Treuman1-1/+1
git-svn-id: https://svn.musicpd.org/mpd/trunk@4896 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2006-10-10Adding ChangeLog entries for 0.12.1J. Alexander Treuman1-0/+7
git-svn-id: https://svn.musicpd.org/mpd/trunk@4894 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2006-09-22Updating release date in ChangeLog.J. Alexander Treuman1-1/+1
git-svn-id: https://svn.musicpd.org/mpd/trunk@4818 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2006-08-28Fixing up the new 0.12 ChangeLog entry some more.J. Alexander Treuman1-2/+1
git-svn-id: https://svn.musicpd.org/mpd/trunk@4722 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2006-08-28Removing id3v1_encoding from 0.12 ChangeLog entry, since it was already ↵J. Alexander Treuman1-2/+1
listed in the 0.11.5 entry. Also correcting a couple of typos in that old entry. git-svn-id: https://svn.musicpd.org/mpd/trunk@4721 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2006-08-28Update ChangeLog. Please keep this up to date as you make changes from now on.J. Alexander Treuman1-0/+41
git-svn-id: https://svn.musicpd.org/mpd/trunk@4710 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2006-07-27"a" -> ) in ChangeLogJ. Alexander Treuman1-1/+1
git-svn-id: https://svn.musicpd.org/mpd/trunk@4479 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2004-11-02update ChangeLog with 0.11.5 changesWarren Dukes1-0/+13
git-svn-id: https://svn.musicpd.org/mpd/trunk@2463 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2004-07-26update changelog for 0.11.4Warren Dukes1-0/+4
git-svn-id: https://svn.musicpd.org/mpd/trunk@1907 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2004-07-181) bumb version to 0.11.3Warren Dukes1-0/+9
2) Update changelog for 0.11.3 3) Merge avuton's mpdconf.example changes git-svn-id: https://svn.musicpd.org/mpd/trunk@1875 09075e82-0dd4-0310-85a5-a0d7c8717e4f