- Update to ver 0.20.21 (2018/08/17)

* database
    - proxy: add "password" setting
    - proxy: support tags "ArtistSort", "AlbumArtistSort", "AlbumSort"
    - simple: allow .mpdignore comments only at start of line
    - proxy: fix "search already in progress" errors
    - proxy: implement "list ... group"
  * decoder
    - dsdiff, dsf: support more MIME types
    - dsdiff, dsf: allow 4 MB ID3 tags
    - opus: support R128_ALBUM_GAIN tag
    - ffmpeg: fix av_register_all() deprecation warning (FFmpeg 4.0)
  * input
    - mms: fix lockup bug and a crash bug
  * output
    - httpd: remove broken DLNA support code
    - pulse: cork stream when paused due to "single" mode
  * playlist
    - cue: support file type declaration "FLAC" (non-standard)
  * player
    - fix spurious "Not seekable" error when switching radio streams
  * protocol
    - fix "modified-since" filter regression
    - validate absolute seek time, reject negative values
  * URI schemes are case insensitive
- deal with API change in fluidsynth with mpd-fluidsynth.patch
- use autosetup

OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpd?expand=0&rev=14
This commit is contained in:
2018-10-17 12:44:37 +00:00
committed by Git OBS Bridge
parent 5f27dbe25d
commit 09896b0a81
5 changed files with 51 additions and 7 deletions

View File

@@ -1,3 +1,34 @@
-------------------------------------------------------------------
Wed Oct 17 12:37:51 UTC 2018 - olaf@aepfle.de
- Update to ver 0.20.21 (2018/08/17)
* database
- proxy: add "password" setting
- proxy: support tags "ArtistSort", "AlbumArtistSort", "AlbumSort"
- simple: allow .mpdignore comments only at start of line
- proxy: fix "search already in progress" errors
- proxy: implement "list ... group"
* decoder
- dsdiff, dsf: support more MIME types
- dsdiff, dsf: allow 4 MB ID3 tags
- opus: support R128_ALBUM_GAIN tag
- ffmpeg: fix av_register_all() deprecation warning (FFmpeg 4.0)
* input
- mms: fix lockup bug and a crash bug
* output
- httpd: remove broken DLNA support code
- pulse: cork stream when paused due to "single" mode
* playlist
- cue: support file type declaration "FLAC" (non-standard)
* player
- fix spurious "Not seekable" error when switching radio streams
* protocol
- fix "modified-since" filter regression
- validate absolute seek time, reject negative values
* URI schemes are case insensitive
- deal with API change in fluidsynth with mpd-fluidsynth.patch
- use autosetup
-------------------------------------------------------------------
Sun Feb 25 09:45:09 UTC 2018 - mardnh@gmx.de