220 lines
8.3 KiB
Plaintext
220 lines
8.3 KiB
Plaintext
-------------------------------------------------------------------
|
|
Fri Sep 05 14:17:24 UTC 2025 - Scott Bradnick <scott.bradnick@suse.com>
|
|
|
|
- Update to version 2.24+git20250823.eaa2f88:
|
|
* increment version number to 2.25
|
|
* release v2.24
|
|
* Mention fix for missing mpd_send_list_tag_types_available
|
|
* Add missing mpd_send_list_tag_types_available to libmpdclient.ld
|
|
* Install stringnormalization.h include file
|
|
* Bump action versions for checkout and setup-python
|
|
* Support stringnormalization command (MPD 0.25)
|
|
* Fix comments, add @since
|
|
* Convert indentation to tabs
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jul 04 18:09:15 UTC 2025 - Scott Bradnick <scott.bradnick@suse.com>
|
|
|
|
- Update to version 2.23+git20250624.cc2f3e0:
|
|
* increment version number to 2.24
|
|
* release v2.23
|
|
* send: format floating-point numbers with the POSIX locale
|
|
* test/t_commands: add locale test
|
|
* libmpdclient.ld: remove inline function mpd_recv_protocol_feature_pair()
|
|
* Fix mpd_send_sticker_dec
|
|
* Support "sticker inc" and "sticker dec" commands (MPD 0.24)
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Dec 26 18:19:26 UTC 2024 - scott.bradnick@suse.com
|
|
|
|
- Update to version 2.22+git20241215.08e3c02:
|
|
* Fix mpd_send_sticker_dec
|
|
* Support "sticker inc" and "sticker dec" commands (MPD 0.24)
|
|
* Mention new tagtype subcommands in NEWS
|
|
* Support "tagtypes reset" command (MPD 0.24)
|
|
* Add missing comma
|
|
* Install feature.h
|
|
* Implement new protocol command to toggle features
|
|
* Support MPD 0.24 command stickernamestypes
|
|
* new subcommand "tagtypes available"
|
|
* Update NEWS
|
|
* Add new stored playlist search api
|
|
* Implement new sticker find api
|
|
* Move some central search request functions in separate compile unit
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jul 29 16:10:02 UTC 2024 - scott.bradnick@suse.com
|
|
|
|
- Switching over to github source(s)
|
|
- Update to version 2.22+git20240726.bcbde7f:
|
|
* feat: Add ShowMovement Tag
|
|
* Revert "Add deprecation notice for mpd_(run|send)_change_volume"
|
|
* Add Juergen Mang as author
|
|
* Support open end for mpd_search_add_window
|
|
* Add deprecation notice for mpd_(run|send)_change_volume
|
|
* Fix typo in description of mpd_send_stickernames
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Apr 16 08:07:38 UTC 2024 - Илья Индиго <13ilya@gmail.com>
|
|
|
|
- Updated to 2.22
|
|
* https://raw.githubusercontent.com/MusicPlayerDaemon/libmpdclient/v2.22/NEWS
|
|
* Changed license to BSD-2-Clause AND BSD-3-Clause.
|
|
* Removed the unmaintained Vala bindings.
|
|
* Added mpd_recv_replay_gain_status()
|
|
* Added support MPD protocol 0.24.0:
|
|
* tag "Mood", "TitleSort"
|
|
* "oneshot" consume state
|
|
* allow range in "playlistmove"
|
|
* commands "searchcount", "stickernames"
|
|
* added attribute for songs
|
|
* search: support constraint "added-since"
|
|
* command "save [create|replace|append]"
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Feb 29 17:48:03 UTC 2024 - pgajdos@suse.com
|
|
|
|
- Use %autosetup macro. Allows to eliminate the usage of deprecated
|
|
%patchN
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Nov 29 17:00:43 UTC 2021 - Илья Индиго <ilya@ilya.pp.ua>
|
|
|
|
- Updated to 2.20
|
|
* https://raw.githubusercontent.com/MusicPlayerDaemon/libmpdclient/v2.20/NEWS
|
|
* support MPD protocol 0.23:
|
|
* getvol
|
|
* position argument for searchadd, findadd, load and playlistadd
|
|
* whence argument for addid and add
|
|
* range argument for playlistdelete
|
|
* support MPD protocol 0.22.4: binarylimit
|
|
* support MPD protocol 0.22.0: readpicture
|
|
* support MPD protocol 0.21.0: albumart
|
|
* support tags: "ComposerSort", "Ensemble", "Movement", "MovementNumber", "Location"
|
|
* queue: make "priority" parameter unsigned
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Dec 14 14:29:40 UTC 2020 - Tejas Guruswamy <tejas.guruswamy@opensuse.org>
|
|
|
|
- Add patch libmpdclient-doxygen_nodatetime.patch.
|
|
- Add file doxygen-nodatetime-footer.html.
|
|
- Include documentation and place vala files in properly versioned
|
|
subdirectory in devel package.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jul 3 23:11:53 UTC 2020 - Илья Индиго <ilya@ilya.pp.ua>
|
|
|
|
- Update to 2.19
|
|
* https://raw.githubusercontent.com/MusicPlayerDaemon/libmpdclient/v2.19/NEWS
|
|
* fix off-by-one bug in MPD_HOST parser
|
|
* add function mpd_lookup_replay_gain_mode()
|
|
* identify messages with length over the buffer limit
|
|
* support MPD protocol 0.16: replay gain
|
|
* support MPD protocol 0.19: idle events "neighbor" and "mount"
|
|
* support MPD protocol 0.20: rangeid
|
|
* support MPD protocol 0.21: command "tagtypes all"
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jan 27 06:35:18 UTC 2020 - Илья Индиго <ilya@ilya.pp.ua>
|
|
|
|
- Update to 2.18
|
|
* https://raw.githubusercontent.com/MusicPlayerDaemon/libmpdclient/v2.18/NEWS
|
|
* more out-of-memory checks
|
|
* partition: add mpd_recv_partition()
|
|
* support MPD protocol 0.21
|
|
* "oneshot" single state
|
|
* support MPD protocol 0.22
|
|
* status: add mpd_status_get_partition()
|
|
* commands "delpartition", "moveoutput"
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Dec 5 07:37:55 UTC 2019 - Илья Индиго <ilya@ilya.pp.ua>
|
|
|
|
- Update to 2.17
|
|
* https://raw.githubusercontent.com/MusicPlayerDaemon/libmpdclient/v2.17/NEWS
|
|
* search: add mpd_search_add_db_songs_to_playlist()
|
|
* idle: support event "partition"
|
|
* support MPD protocol 0.19 - "listneighbors"
|
|
* support MPD protocol 0.22 - "getfingerprint"
|
|
* support tags "MPD_TAG_LABEL", "MPD_TAG_MUSICBRAINZ_WORKID",
|
|
"Grouping", "Work", "Conductor"
|
|
* support MPD partitions
|
|
* mpd_async_set_keepalive() returns bool
|
|
* mpd_connection_set_keepalive() returns bool
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Nov 8 15:08:30 UTC 2018 - Luigi Baldoni <aloisio@gmx.com>
|
|
|
|
- Update to version 2.16
|
|
* support MPD protocol 0.19
|
|
+ "mount", "unmount", "listmounts"
|
|
* support MPD protocol 0.17
|
|
+ "load" with range
|
|
* add mpd_output_get_attribute()
|
|
* use UINX_MAX instead of `(unsigned)-1` to avoid undefined
|
|
behavior
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Oct 4 08:43:30 UTC 2018 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
- Update to 2.15:
|
|
* support MPD protocol 0.17
|
|
* Various compiler warning fixes
|
|
- Use meson macros
|
|
|
|
-------------------------------------------------------------------
|
|
Sat May 5 14:34:20 UTC 2018 - tejas.guruswamy@opensuse.org
|
|
|
|
- Update to 2.14
|
|
* support MPD protocol 0.21
|
|
- command "outputset"
|
|
- mpd_output_get_plugin()
|
|
- receive output attributes
|
|
* MSVC compatibility
|
|
* improved local and abstract socket support
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jul 27 08:36:00 UTC 2017 - olaf@aepfle.de
|
|
|
|
- Update to 2.13
|
|
* fix build with meson > 0.38.1
|
|
* fix connect error "Operation now in progress"
|
|
* support MPD protocol 0.21
|
|
- support tag "OriginalDate"
|
|
- command "tagtypes" plus "disable", "enable", "clear"
|
|
* support MPD protocol 0.20
|
|
- support "plchanges" and "plchangesposid" with range
|
|
* support MPD protocol 0.19
|
|
- commands "addtagid", "cleartagid"
|
|
- command "listfiles"
|
|
- grouping for "list" and "count"
|
|
- tag "AlbumSort"
|
|
- "seekid" with float time
|
|
* use relative #include paths to avoid clashes with other libmpdclient copies
|
|
* build with Meson instead of autotools
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Apr 17 20:27:43 UTC 2017 - olaf@aepfle.de
|
|
|
|
- Update to 2.11
|
|
* fix heap corruption with mpd_connection_new_async()
|
|
* add space before "window" search argument
|
|
* detect getaddrinfo() at configure time
|
|
* add support for ArtistSort and AlbumArtistSort tags
|
|
* support MPD protocol 0.21
|
|
- audio format specifications "dsd64" etc.
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Nov 1 15:02:15 UTC 2015 - rpm@fthiessen.de
|
|
|
|
- Updated package to 2.10
|
|
* support abstract sockets with "@" prefix
|
|
* support tag "MUSICBRAINZ_RELEASETRACKID"
|
|
* add TCP keepalive internal and external APIs
|
|
* support MPD protocol 0.19 and 0.20
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Oct 31 05:12:06 UTC 2015 - rpm@fthiessen.de
|
|
|
|
- Initial version 2.9
|