aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt2
-rw-r--r--ChangeLog31
-rw-r--r--appveyor.yml2
3 files changed, 33 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 1fd3f0fd..55644b04 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -179,7 +179,7 @@ endif()
set(LIB_MAJOR_VERSION "1")
set(LIB_MINOR_VERSION "23")
-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)
diff --git a/ChangeLog b/ChangeLog
index da6698f8..e4236f85 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,34 @@
+openal-soft-1.23.1:
+
+ Implemented the AL_SOFT_UHJ_ex extension.
+
+ Implemented the AL_SOFT_buffer_length_query extension.
+
+ Implemented the AL_SOFT_source_start_delay extension.
+
+ Implemented the AL_EXT_STATIC_BUFFER extension.
+
+ Fixed compiling with certain older versions of GCC.
+
+ Fixed compiling as a submodule.
+
+ Fixed compiling with newer versions of Oboe.
+
+ Improved EAX effect version switching.
+
+ Improved the quality of the reverb modulator.
+
+ Improved performance of the cubic resampler.
+
+ Added a compatibility option to restore AL_SOFT_buffer_sub_data. The option
+ disables AL_EXT_SOURCE_RADIUS due to incompatibility.
+
+ Reduced CPU usage when EAX is initialized and FXSlot0 or FXSlot1 are not
+ used.
+
+ Reduced memory usage for ADPCM buffer formats. They're no longer converted
+ to 16-bit samples on load.
+
openal-soft-1.23.0:
Fixed CoreAudio capture support.
diff --git a/appveyor.yml b/appveyor.yml
index d7adb17b..aa155af4 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -1,4 +1,4 @@
-version: 1.23.0.{build}
+version: 1.23.1.{build}
environment:
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017