summaryrefslogtreecommitdiff
path: root/NEWS
AgeCommit message (Expand)Author
2019-02-22release v0.21.5v0.21.5Max Kellermann
2019-02-22db/simple: call ReturnSong() on mounted databaseMax Kellermann
2019-02-22storage/udisks2: use the relative pathMax Kellermann
2019-02-22NEWS: mention the udisks2 AlreadyMounted fixMax Kellermann
2019-02-20db/simple/Directory: close the Database in destructorMax Kellermann
2019-02-20db/simple: reorder checks in assert() to fix assertion failureMax Kellermann
2019-02-20mixer/pulse: rename `scale` to `scale_volume`Max Kellermann
2019-02-02NEWS: mention the TagMask typo fixMax Kellermann
2019-01-22input/buffered: implement seeking to end of fileMax Kellermann
2019-01-21FileCommands: fix deadlock in "albumart" commandMax Kellermann
2019-01-20Merge branch 'shout_tls' of git://github.com/JakobOvrum/MPDMax Kellermann
2019-01-14Add APE mapping for album artist.James D. Smith
2019-01-04increment version number to 0.21.5Max Kellermann
2019-01-04release v0.21.4v0.21.4Max Kellermann
2019-01-04Merge branch 'patch-2' of git://github.com/HyShai/MPDMax Kellermann
2019-01-04NEWS: mention the Haiku build fixMax Kellermann
2018-12-28remove libwrap supportMax Kellermann
2018-12-28db/update/InotifyQueue: catch UpdateService::Enqueue() exceptionsMax Kellermann
2018-12-14NEWS: mention the "ICY" -> "HTTP/1.1" changeMax Kellermann
2018-11-19db/upnp: use the generic ::CollectUniqueTags() functionMax Kellermann
2018-11-19increment version number to 0.21.4Max Kellermann
2018-11-16release v0.21.3v0.21.3Max Kellermann
2018-11-14output/alsa: drain the whole `ring_buffer`, not just one periodMax Kellermann
2018-11-14output/alsa: clear error after reopening deviceMax Kellermann
2018-11-14LogInit: default to journal if MPD was started as systemd serviceMax Kellermann
2018-11-14output/alsa: don't generate silence if ALSA-PCM buffer has enough dataMax Kellermann
2018-11-14output/alsa: clear the `period_buffer` in LockCaughtError()Max Kellermann
2018-11-12increment version number to 0.21.3Max Kellermann
2018-11-12release v0.21.2v0.21.2Max Kellermann
2018-11-12song/Filter: add operator "contains"Max Kellermann
2018-11-12output/control: always close the `AudioOutputSource` in `RELEASE`Max Kellermann
2018-11-11song/StringFilter: support regular expressions with "=~" and "!~"Max Kellermann
2018-11-11{output,mixer}/alsa: use snd_pcm_poll_descriptors_revents()Max Kellermann
2018-11-11Merge branch 'fix_362' of git://github.com/miccoli/MPDMax Kellermann
2018-11-08output/httpd: fix nullptr dereference crash bugMax Kellermann
2018-11-07NEWS: mention the ENABLE_ZLIB fixMax Kellermann
2018-11-07output/Source: reset current_chunk in Open()Max Kellermann
2018-11-04decoder/ffmepg: fill AudioFormat from AVCodecContext, not AVCodecParametersMax Kellermann
2018-11-04decoder/ffmpeg: require FFmpeg 3.1 or laterMax Kellermann
2018-11-04increment version number to 0.21.2Max Kellermann
2018-11-04release v0.21.1v0.21.1Max Kellermann
2018-11-04song/Filter: operator "==" never searches substrings in filter expressionsMax Kellermann
2018-11-04meson.build: downgrade Boost 1.67 error to warningMax Kellermann
2018-11-04meson.build: refuse to build with buggy Boost version 1.67Max Kellermann
2018-11-04lib/xiph/meson.build: the Vorbis encoder requires the Vorbis decoderMax Kellermann
2018-11-04meson.build: require Meson 0.47.2Max Kellermann
2018-11-04lib/xiph/meson.build: fix typo, replace `and` with `or`Max Kellermann
2018-11-04win32/build.py: link libstdc++ and libcc staticallyMax Kellermann
2018-11-02song/Filter: allow escaping quotes in filter expressionsMax Kellermann
2018-11-02net/IPv[46]Address: make the initializers more portableMax Kellermann