Accepting request 759767 from home:13ilya

- Update to 0.21.18
  * https://raw.githubusercontent.com/MusicPlayerDaemon/MPD/v0.21.18/NEWS
  * protocol
    * work around Mac OS X bug in the ISO 8601 parser
  * output
    * alsa: fix hang bug with ALSA "null" outputs
  * storage
    * curl: fix crash bug
  * drop support for CURL versions older than 7.32.0
  * reduce unnecessary CPU wakeups

OBS-URL: https://build.opensuse.org/request/show/759767
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpd?expand=0&rev=38
This commit is contained in:
Илья Индиго
2019-12-28 10:50:14 +00:00
committed by Git OBS Bridge
parent 741c6af19a
commit 083e48abce
4 changed files with 18 additions and 4 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Sat Dec 28 10:42:29 UTC 2019 - Илья Индиго <ilya@ilya.pp.ua>
- Update to 0.21.18
* https://raw.githubusercontent.com/MusicPlayerDaemon/MPD/v0.21.18/NEWS
* protocol
* work around Mac OS X bug in the ISO 8601 parser
* output
* alsa: fix hang bug with ALSA "null" outputs
* storage
* curl: fix crash bug
* drop support for CURL versions older than 7.32.0
* reduce unnecessary CPU wakeups
-------------------------------------------------------------------
Wed Dec 18 15:55:55 UTC 2019 - Илья Индиго <ilya@ilya.pp.ua>