Skip to content

Commit

Permalink
Merge tag 'v0.23.16'
Browse files Browse the repository at this point in the history
release v0.23.16
  • Loading branch information
MaxKellermann committed Dec 3, 2024
2 parents 30d2a31 + b5bd294 commit b6e187e
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 12 deletions.
11 changes: 8 additions & 3 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ ver 0.24 (not yet released)
- searching stored playlists respond now with song position
* database
- attribute "added" shows when each song was added to the database
- fix integer overflows with 64-bit inode numbers
- proxy: require MPD 0.21 or later
- proxy: require libmpdclient 2.15 or later
* archive
Expand All @@ -46,8 +45,6 @@ ver 0.24 (not yet released)
- sidplay: require libsidplayfp (drop support for the original sidplay)
- wavpack: require libwavpack version 5
- fix MixRamp bug
* filter
- ffmpeg: fix for filters producing no output
* resampler
- soxr: require libsoxr 0.1.2 or later
* player
Expand All @@ -72,6 +69,14 @@ ver 0.24 (not yet released)
* documentation: switch to sphinx-rtd-theme
* require Meson 1.0

ver 0.23.16 (2024/12/03)
* database
- fix integer overflows with 64-bit inode numbers
* filter
- ffmpeg: fix for filters producing no output
* support libfmt 11
* support ICU 76

ver 0.23.15 (2023/12/20)
* decoder
- ffmpeg: fix build failure with FFmpeg 6.1
Expand Down
1 change: 1 addition & 0 deletions src/thread/WindowsFuture.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
#include "WindowsCond.hxx"

#include <memory>
#include <system_error> // for std::error_category
#include <variant>

enum class WinFutureErrc : int {
Expand Down
18 changes: 9 additions & 9 deletions subprojects/sqlite3.wrap
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[wrap-file]
directory = sqlite-amalgamation-3470000
source_url = https://www.sqlite.org/2024/sqlite-amalgamation-3470000.zip
source_filename = sqlite-amalgamation-3470000.zip
source_hash = 2842fddbb1cc33f66c7da998a57535f14a6bfee159676a07bb4bf3e59375d93e
patch_filename = sqlite3_3.47.0-1_patch.zip
patch_url = https://wrapdb.mesonbuild.com/v2/sqlite3_3.47.0-1/get_patch
patch_hash = 7f112ea0432874d5972de4d5b7dc33cf5a935d34a3100a8ea1fc8b355ca9d4f7
source_fallback_url = https://github.com/mesonbuild/wrapdb/releases/download/sqlite3_3.47.0-1/sqlite-amalgamation-3470000.zip
wrapdb_version = 3.47.0-1
directory = sqlite-amalgamation-3470100
source_url = https://www.sqlite.org/2024/sqlite-amalgamation-3470100.zip
source_filename = sqlite-amalgamation-3470100.zip
source_hash = 9da21e6b14ef6a943cdc30f973df259fb390bb4483f77e7f171b9b6e977e5458
patch_filename = sqlite3_3.47.1-1_patch.zip
patch_url = https://wrapdb.mesonbuild.com/v2/sqlite3_3.47.1-1/get_patch
patch_hash = 7a298e69c663abfccd2d3632c6897b4f90627d36fd7fa137240c1d97c9a86466
source_fallback_url = https://github.com/mesonbuild/wrapdb/releases/download/sqlite3_3.47.1-1/sqlite-amalgamation-3470100.zip
wrapdb_version = 3.47.1-1

[provide]
sqlite3 = sqlite3_dep

0 comments on commit b6e187e

Please sign in to comment.