Accepting request 706646 from home:sleep_walker:branches:multimedia:apps

- Update to version 0.21.9
  * input
    - buffer: fix deadlock bug
    - smbclient: download to buffer instead of throttling transfer
    - qobuz/tidal: scan tags when loading a playlist
    - cdio_paranoia: fix build failure due to missing #include
    - buffer: fix crash bug when playing remote WAV file
  * output
    - httpd: add missing mutex lock
    - httpd: fix use-after-free bug
    - pulse: work around error with unusual channel count
    - osx: fix build failure
    - shout: add support for TLS
    - httpd: declare protocol "HTTP/1.1" instead of "ICY"
    - alsa: fix crash bug
    - alsa: fix stuttering at start of playback
    - alsa: fix discarded samples at end of song
    - alsa: clear error after reopening device
  * playlist
    - soundcloud: fix "Unsupported URI scheme" (0.21.6 regression)
    - flac: fix use-after-free bug
  * protocol
    - allow loading playlists specified as absolute filesystem paths
    - fix negated filter expressions with multiple tag values
    - fix "list" with filter expression
    - omit empty playlist names in "listplaylists"
    - fix deadlock in "albumart" command
    - fix "tagtypes disable" command
  * decoder
    - opus: fix replay gain when there are no other tags

OBS-URL: https://build.opensuse.org/request/show/706646
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpd?expand=0&rev=27
This commit is contained in:
Martin Pluskal
2019-05-31 11:21:36 +00:00
committed by Git OBS Bridge
parent b977d3a703
commit 9988318fb5
6 changed files with 76 additions and 57 deletions

View File

@@ -1,3 +1,64 @@
-------------------------------------------------------------------
Fri May 31 10:49:14 UTC 2019 - Tomas Cech <sleep_walker@opensuse.org>
- Update to version 0.21.9
* input
- buffer: fix deadlock bug
- smbclient: download to buffer instead of throttling transfer
- qobuz/tidal: scan tags when loading a playlist
- cdio_paranoia: fix build failure due to missing #include
- buffer: fix crash bug when playing remote WAV file
* output
- httpd: add missing mutex lock
- httpd: fix use-after-free bug
- pulse: work around error with unusual channel count
- osx: fix build failure
- shout: add support for TLS
- httpd: declare protocol "HTTP/1.1" instead of "ICY"
- alsa: fix crash bug
- alsa: fix stuttering at start of playback
- alsa: fix discarded samples at end of song
- alsa: clear error after reopening device
* playlist
- soundcloud: fix "Unsupported URI scheme" (0.21.6 regression)
- flac: fix use-after-free bug
* protocol
- allow loading playlists specified as absolute filesystem paths
- fix negated filter expressions with multiple tag values
- fix "list" with filter expression
- omit empty playlist names in "listplaylists"
- fix deadlock in "albumart" command
- fix "tagtypes disable" command
* decoder
- opus: fix replay gain when there are no other tags
- opus: fix seeking to beginning of song
- vorbis: fix Tremor conflict resulting in crash
* database
- simple: fix assertion failure
- fix assertion failures with mount points
- inotify: fix crash bug "terminate called after throwing ..."
- upnp: implement "list ... group"
* storage
- udisks: fix "AlreadyMounted" error
- udisks: use relative path from mount URI
- fix memory leak
* tags
- ape: map "Album Artist"
* mixer
- pulse: add "scale_volume" setting
* fix spurious "single" mode bug
* fix Bonjour bug
* fix build failure with GCC 9
* fix build failure with -Ddatabase=false
* systemd: add user socket unit
* doc: "list file" is deprecated
* require Meson 0.49.0 for native libgcrypt-config support
* fix build failure with -Dlocal_socket=false
* support abstract sockets on Linux
* remove libwrap support
* log: default to journal if MPD was started as systemd service
- drop GCC9-buildfix.patch
-------------------------------------------------------------------
Tue May 28 12:09:16 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>