Skip to content

Commit 31afa89

Browse files
authored
#443 bump to 0.24.4 (#444)
1 parent cc81b5d commit 31afa89

4 files changed

Lines changed: 6 additions & 5 deletions

File tree

.github/workflows/docker-multi-arch.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,9 @@ jobs:
8686
special_tags[vanilla-noble]="${image_name}:vanilla-ubuntu-current"
8787
8888
declare -A mpd_version_dict
89-
mpd_version_dict[bookworm]=0.24.3
89+
mpd_version_dict[bookworm]=0.24.4
9090
mpd_version_dict[vanilla-bookworm]=0.23.12
91-
mpd_version_dict[noble]=0.24.3
91+
mpd_version_dict[noble]=0.24.4
9292
mpd_version_dict[vanilla-noble]=0.23.14
9393
9494
# select mpd version

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ Keep in mind that the `legacy` branch will not be updated with new features. Onl
5757
## MPD Source code
5858

5959
The source code for the patched MPD is in this GitHub [repo](https://github.com/GioF71/MPD).
60-
The `version-0.24.3` tag is in-line with the GitHub [upstream repo](https://github.com/MusicPlayerDaemon/MPD) at version 0.24.3.
61-
The `version-0.24.3-ups` tag contains a patch which is used when `INTEGER_UPSAMPLING` is set to `yes`. Use at your own risk.
60+
The `version-0.24.4` tag is in-line with the GitHub [upstream repo](https://github.com/MusicPlayerDaemon/MPD) at version 0.24.4.
61+
The `version-0.24.4-ups` tag contains a patch which is used when `INTEGER_UPSAMPLING` is set to `yes`. Use at your own risk.
6262
Two binaries are available in the container image:
6363

6464
- /app/bin/compiled/mpd (upstream version)

doc/change-history.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
Date|Major Changes
44
:---|:---
5+
2025-05-28|Bump to version 0.24.4 (see issue [#439](https://github.com/GioF71/mpd-alsa-docker/issues/439))
56
2025-04-13|Bump to version 0.24.3 (see issue [#439](https://github.com/GioF71/mpd-alsa-docker/issues/439))
67
2025-03-27|Add support for MixRamp (see issue [#380](https://github.com/GioF71/mpd-alsa-docker/issues/380))
78
2025-03-27|Bump to version 0.24.2 (see issue [#436](https://github.com/GioF71/mpd-alsa-docker/issues/436))

local-build-and-push.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
TODAY=$(date '+%Y-%m-%d')
4-
MPD_VERSION=0.24.3
4+
MPD_VERSION=0.24.4
55

66
echo "TODAY=${TODAY}"
77

0 commit comments

Comments
 (0)