Skip to content

Commit 90191ed

Browse files
committed
Release 1.24.1
1 parent 5e144fd commit 90191ed

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-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 "0")
186+
set(LIB_REVISION "1")
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: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
openal-soft-1.24.1:
2+
3+
Fixed compilation on PowerPC.
4+
5+
Fixed compilation on some targets that lack lock-free 64-bit atomics.
6+
7+
Fixed a crash when parsing certain option values.
8+
9+
Fixed applying noexcept in the public headers with MSVC.
10+
11+
Fixed building for UWP with vcpkg.
12+
13+
Improved compatibility when compiling as C++20 or later.
14+
15+
Integrated fmtlib for some examples and utilities.
16+
117
openal-soft-1.24.0:
218

319
Updated library codebase to C++17.

appveyor.yml

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

33
environment:
44
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2022

0 commit comments

Comments
 (0)