Skip to content

Commit dc7d705

Browse files
committed
Release 1.24.3
1 parent 5eaadc8 commit dc7d705

File tree

3 files changed

+29
-2
lines changed

3 files changed

+29
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ endif()
214214

215215
set(LIB_MAJOR_VERSION "1")
216216
set(LIB_MINOR_VERSION "24")
217-
set(LIB_REVISION "2")
217+
set(LIB_REVISION "3")
218218
set(LIB_VERSION "${LIB_MAJOR_VERSION}.${LIB_MINOR_VERSION}.${LIB_REVISION}")
219219
set(LIB_VERSION_NUM ${LIB_MAJOR_VERSION},${LIB_MINOR_VERSION},${LIB_REVISION},0)
220220

ChangeLog

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1+
openal-soft-1.24.3:
2+
3+
Fixed using as a static library when linked into another project that uses
4+
fmtlib.
5+
6+
Fixed building with static VC runtimes.
7+
8+
Fixed building with Windows headers that default to older targets.
9+
10+
Fixed building on 32-bit targets that use 32-bit file offsets.
11+
12+
Fixed handling WASAPI enumerated device changes.
13+
14+
Fixed a crash with UWP builds when __wargv is null.
15+
16+
Fixed using AL_FORMAT_BFORMAT3D_I32.
17+
18+
Improved the bsinc resamplers' cutoff frequencies.
19+
20+
Slightly reduced the aliasing noise in the cubic spline resampler.
21+
22+
Added new bsinc48 and fast_bsinc48 resampler options.
23+
24+
Added support for 16KB page sizes on Android.
25+
26+
Added support for using NFC filters with UHJ output.
27+
128
openal-soft-1.24.2:
229

330
Implemented the AL_SOFT_bformat_hoa extension.

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 1.24.2.{build}
1+
version: 1.24.3.{build}
22

33
environment:
44
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2022

0 commit comments

Comments
 (0)