2019-06-11 12:21:43 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
musicpd: update to 0.21.10.
ver 0.21.10 (2019/06/05)
* decoder
- opus: fix duplicate tags
* output
- httpd: reject some well-known URIs
* fix crash bug (0.21.9 regression)
|
2019-05-27 16:29:44 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
musicpd: update to 0.21.9.
ver 0.21.9 (2019/05/20)
* input
- buffer: fix deadlock bug
* Android
- fix crash on ARMv7
- request storage permission on Android 6+
* fix spurious "single" mode bug
|
2019-04-30 23:32:04 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
musicpd: update to 0.21.8.
ver 0.21.8 (2019/04/23)
* input
- smbclient: download to buffer instead of throttling transfer
* output
- httpd: add missing mutex lock
- httpd: fix use-after-free bug
* playlist
- soundcloud: fix "Unsupported URI scheme" (0.21.6 regression)
* 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
|
2019-04-07 23:36:25 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
musicpd: update to 0.21.7.
ver 0.21.7 (2019/04/03)
* input
- qobuz/tidal: scan tags when loading a playlist
* require Meson 0.49.0 for native libgcrypt-config support
* fix build failure with -Dlocal_socket=false
* Haiku
- fix build
- add version info
|
2019-04-03 02:33:20 by Ryo ONODERA | Files touched by this commit (748) |
Log message:
Recursive revbump from textproc/icu
|
2019-03-26 00:06:54 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
musicpd: update to 0.21.6.
ver 0.21.6 (2019/03/17)
* 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"
* input
- cdio_paranoia: fix build failure due to missing #include
* 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
* output
- pulse: work around error with unusual channel count
- osx: fix build failure
* playlist
- flac: fix use-after-free bug
* support abstract sockets on Linux
* Windows
- remove the unused libwinpthread-1.dll dependency
* Android
- enable SLES power saving mode
|
2019-02-24 16:32:06 by Thomas Klausner | Files touched by this commit (4) | |
Log message:
musicpd: update to 0.21.5.
ver 0.21.5 (2019/02/22)
* protocol
- fix deadlock in "albumart" command
- fix "tagtypes disable" command
* database
- simple: fix assertion failure
- fix assertion failures with mount points
* storage
- udisks: fix "AlreadyMounted" error
- udisks: use relative path from mount URI
- fix memory leak
* input
- buffer: fix crash bug when playing remote WAV file
* tags
- ape: map "Album Artist"
* output
- shout: add support for TLS
* mixer
- pulse: add "scale_volume" setting
|
2019-01-15 11:04:53 by Thomas Klausner | Files touched by this commit (3) |
Log message:
musicpd: add two patches to fix build with clang
include upstream bug report URL
|
2019-01-06 15:47:20 by Thomas Klausner | Files touched by this commit (1) |
Log message:
musicpd: remove inet6 option that has no effect
|
2019-01-05 13:43:47 by =?UTF-8?B?RnLDqWTDqXJpYyBGYXViZXJ0ZWF1?= | Files touched by this commit (4) | |
Log message:
musicpd: update to 0.21.4
Now GCC6 is required
Upstream changes:
ver 0.21.4 (2019/01/04)
* database
- inotify: fix crash bug "terminate called after throwing ..."
- upnp: implement "list ... group"
* output
- httpd: declare protocol "HTTP/1.1" instead of "ICY"
* remove libwrap support
* Windows
- fix "Failed to accept connection: unknown error"
* fix Haiku build
|