Update AUTHORS,CHANGELOG,CMakeLists.txt for v3.7.2
Bug: aomedia:3539
Change-Id: Iae2609b68b6a7a9ababad9350ee1c766f7ef1579
diff --git a/AUTHORS b/AUTHORS
index 79056a1..1da6ed1 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -233,6 +233,7 @@
Rostislav Pehlivanov <rpehlivanov@mozilla.com>
Ruiling Song <ruiling.song@intel.com>
Rui Ueyama <ruiu@google.com>
+Ruoyu Zhong <zhongruoyu@outlook.com>
Rupert Swarbrick <rupert.swarbrick@argondesign.com>
Ryan Lei <ryanlei@fb.com>
Ryan Overbeck <rover@google.com>
diff --git a/CHANGELOG b/CHANGELOG
index b573eda..bfe83f7 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,16 @@
+2024-01-17 v3.7.2
+ This release includes three bug fixes. This release is ABI compatible
+ with the last release. See
+ https://aomedia.googlesource.com/aom/+log/v3.7.1..v3.7.2 for all the
+ commits in this release.
+
+ - Bug Fixes
+ * aomedia:3526: alloc_compressor_data() is called during every
+ aom_codec_control() call on the encoder. Note that this partially
+ reverts the fix for bug aomedia:3349.
+ * b/310457427 and b/310766628: Only use rec_sse in CBR mode.
+ * Fix a hang of cmake on arm64 macOS with cmake 3.27.0 or later.
+
2023-11-17 v3.7.1
This release includes several bug fixes. This release is ABI
compatible with the last release. See
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 8e0b65f..7620704 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -59,7 +59,7 @@
#
# We set SO_FILE_VERSION = [c-a].a.r
set(LT_CURRENT 10)
-set(LT_REVISION 1)
+set(LT_REVISION 2)
set(LT_AGE 7)
math(EXPR SO_VERSION "${LT_CURRENT} - ${LT_AGE}")
set(SO_FILE_VERSION "${SO_VERSION}.${LT_AGE}.${LT_REVISION}")