Skip to content

Commit 760785d

Browse files
committed
chore: bump version to 3.1.2
1 parent 69c3d96 commit 760785d

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGE.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11

22
====== Changelist =========
33

4+
# 2026-2 Version 3.1.2 #
5+
6+
1. Fix UnsatisfiedLinkError crash on 16KB-page-size builds (Samsung S21+ / Android 14): remove redundant `-Wl,-z,relro,-z,now` linker flags from CMakeLists.txt. Android API 23+ enforces full RELRO by default; the explicit flags caused `PT_GNU_RELRO MemSiz` to exceed the mapped RW LOAD segment on 16KB-aligned builds, triggering an `mprotect()` failure with `ENOMEM`. (Fixes #562)
7+
48
# 2018-6 Version 2.5.0 #
59

610
1. Add class `org.wysaid.view.CameraGLSurfaceViewWithBuffer` to do camera preview with buffer.

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ ext {
3838
minSdkVersion : 21,
3939
targetSdkVersion : 25, // higher target version needs more storage permission request.
4040
versionCode : 2,
41-
versionName : "3.1.1",
41+
versionName : "3.1.2",
4242
applicationId : "org.wysaid.cgeDemo",
4343
appcompatX : "1.2.0",
4444
ndkVersion : "26.3.11579264",

0 commit comments

Comments
 (0)