Skip to content

Commit

Permalink
Release 1.24.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kcat committed Nov 28, 2024
1 parent 5e144fd commit 90191ed
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ endif()

set(LIB_MAJOR_VERSION "1")
set(LIB_MINOR_VERSION "24")
set(LIB_REVISION "0")
set(LIB_REVISION "1")
set(LIB_VERSION "${LIB_MAJOR_VERSION}.${LIB_MINOR_VERSION}.${LIB_REVISION}")
set(LIB_VERSION_NUM ${LIB_MAJOR_VERSION},${LIB_MINOR_VERSION},${LIB_REVISION},0)

Expand Down
16 changes: 16 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
openal-soft-1.24.1:

Fixed compilation on PowerPC.

Fixed compilation on some targets that lack lock-free 64-bit atomics.

Fixed a crash when parsing certain option values.

Fixed applying noexcept in the public headers with MSVC.

Fixed building for UWP with vcpkg.

Improved compatibility when compiling as C++20 or later.

Integrated fmtlib for some examples and utilities.

openal-soft-1.24.0:

Updated library codebase to C++17.
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 1.24.0.{build}
version: 1.24.1.{build}

environment:
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2022
Expand Down

0 comments on commit 90191ed

Please sign in to comment.