summaryrefslogtreecommitdiff
path: root/NEWS
AgeCommit message (Expand)Author
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
2018-11-02system/FileDescriptor: check `__linux__` instead of `__linux`Max Kellermann
2018-11-02NEWS: mention the FFmpeg build fixMax Kellermann
2018-11-01increment version number to 0.21.1Max Kellermann
2018-10-31release v0.21v0.21Max Kellermann
2018-10-31NEWS: mention the zeroconf_name %h substitutionMax Kellermann
2018-10-31output/roar: removeMax Kellermann
2018-10-30Listen: listen on $XDG_RUNTIME_DIR/mpd/socket by defaultMax Kellermann
2018-10-29Merge tag 'v0.20.23'Max Kellermann
2018-10-29release v0.20.23v0.20.23Max Kellermann
2018-10-29Merge branch 'v0.20.x'Max Kellermann
2018-10-29pcm/FloatConvert: fix compile-time integer overflow for S32Max Kellermann
2018-10-29player/Control: move IDLE_PLAYER to Player::SeekDecoder()Max Kellermann