aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS (follow)
Commit message (Collapse)AuthorAgeFilesLines
* update: save the database even if it is emptyMax Kellermann2009-01-131-0/+1
| | | | Save an empty database, even if the music directory is empty.
* pcm_utils: use the custom PRNG for volume ditheringMax Kellermann2009-01-131-0/+1
| | | | | Don't use libc's rand() function, because it is slow. Our own trivial linear congruential generator is good enough for dithering.
* update: refresh stats when database update is finishedMax Kellermann2009-01-131-0/+2
|
* configure.ac: detect libid3tag without pkg-configMax Kellermann2009-01-131-0/+1
| | | | | | libid3tag comes without a pkg-config file, and it is usually added by distribution packages. For those without .pc file, attempt to auto-detect the library with AC_CHECK_LIB.
* playlist: log errors during loadPlaylist()Max Kellermann2009-01-131-0/+1
| | | | | | Don't call command_error() if loading a song from the playlist fails. This may result in assertion failures, since command_error() may be called more than once.
* player_thread: fix cross-fading duplicate chunk bugMax Kellermann2009-01-041-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.
* decoder_api: moved code to do_send_tag(), free temporary tagMax Kellermann2009-01-041-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.
* NEWS: updated NEWS file for 0.14.1Max Kellermann2009-01-041-1/+10
|
* configure.ac: version number 0.14.1~gitMax Kellermann2009-01-021-0/+2
|
* MPD version 0.14release-0.14Avuton Olrich2008-12-251-5/+1
|
* configure.ac: disable the mikmod plugin by defaultMax Kellermann2008-12-241-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.
* Word wrap to 80 char linesAvuton Olrich2008-12-201-23/+51
|
* Start off with a disclaimer about the NEWS file informationAvuton Olrich2008-12-201-0/+2
|
* NEWS: added new featuresMax Kellermann2008-12-021-0/+4
|
* NEWS: updated 0.14 changelogMax Kellermann2008-11-051-0/+12
| | | | Adding some of the most important changes since 0.13.
* NEWS: reformatted 0.14 itemsMax Kellermann2008-11-051-8/+9
| | | | Trying to bring a little bit of structure into that list.
* renamed ChangeLog to NEWSMax Kellermann2008-10-251-0/+352
The file name "NEWS" is standardized.