Skip to content

Commit b621b5f

Browse files
committed
Release 1.24.2
1 parent 0427782 commit b621b5f

File tree

3 files changed

+31
-2
lines changed

3 files changed

+31
-2
lines changed

CMakeLists.txt

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

184184
set(LIB_MAJOR_VERSION "1")
185185
set(LIB_MINOR_VERSION "24")
186-
set(LIB_REVISION "1")
186+
set(LIB_REVISION "2")
187187
set(LIB_VERSION "${LIB_MAJOR_VERSION}.${LIB_MINOR_VERSION}.${LIB_REVISION}")
188188
set(LIB_VERSION_NUM ${LIB_MAJOR_VERSION},${LIB_MINOR_VERSION},${LIB_REVISION},0)
189189

ChangeLog

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,32 @@
1+
openal-soft-1.24.2:
2+
3+
Implemented the AL_SOFT_bformat_hoa extension.
4+
5+
Implemented default device change events for the PulseAudio backend.
6+
7+
Implemented an option for WASAPI exclusive mode playback.
8+
9+
Fixed reverb being too quiet for sounds from different directions.
10+
11+
Fixed compiling with certain versions of Clang.
12+
13+
Fixed compiling for some older macOS versions.
14+
15+
Fixed building alffplay on systems without pkg-config.
16+
17+
Improved output format detection for CoreAudio.
18+
19+
Changed the default resampler back to Cubic Spline.
20+
21+
Added an SDL3 playback backend. Disabled by default to avoid a runtime
22+
dependency and for compatibility; a single process can't safely use SDL2
23+
and SDL3 together on some OSs, so enable with care.
24+
25+
Converted examples from SDL2 to SDL3.
26+
27+
Integrated fmtlib into the main library and router for logging and string
28+
formatting.
29+
130
openal-soft-1.24.1:
231

332
Fixed compilation on PowerPC.

appveyor.yml

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

33
environment:
44
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2022

0 commit comments

Comments
 (0)