summaryrefslogtreecommitdiffhomepage
path: root/android
diff options
context:
space:
mode:
Diffstat (limited to 'android')
-rw-r--r--android/CHANGELOG.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/android/CHANGELOG.md b/android/CHANGELOG.md
index ea1b80e701..279df052fd 100644
--- a/android/CHANGELOG.md
+++ b/android/CHANGELOG.md
@@ -24,6 +24,12 @@ Line wrap the file at 100 chars. Th
## [Unreleased]
+## [android/2024.9] - 2024-12-09
+
+### Changed
+- Improve detection and logging of a potential rare in-app purchase limbo state.
+
+
## [android/2024.9-beta1] - 2024-11-27
### Added
@@ -44,6 +50,13 @@ Line wrap the file at 100 chars. Th
- Fix ANR due to the tokio runtime being blocked by `getaddrinfo` when dropped.
- Fix crash when having a legacy VPN profile as always-on.
+### Security
+- Remove alternative stack for fault signal handlers on unix based systems. It was implemented
+ incorrectly and could cause stack overflow and heap memory corruption.
+ Fixes audit issue `MLLVD-CR-24-01`.
+- Remove/disable unsafe signal code from fault signal handler on unix based systems.
+ Fixes audit issue `MLLVD-CR-24-02`.
+
## [android/2024.8] - 2024-11-01