From 703eb2388a9a4873b8748929f1f74f6c0fe0a815 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Sat, 19 Sep 2020 02:45:51 -0400 Subject: [PATCH] fix Auditor version 19 link --- static/releases.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/releases.html b/static/releases.html index 752a452a..bda897a1 100644 --- a/static/releases.html +++ b/static/releases.html @@ -378,7 +378,7 @@
  • stop disabling support for stable local privacy addresses since Android 11 handles it better by only using it when MAC randomization is disabled
  • update to a new version of Seedvault for Android 11
  • build and use otatools.zip for signing releases instead of an ad-hoc approach
  • -
  • Auditor: update to version 19
  • +
  • Auditor: update to version 19
  • Updater: update targetSdkVersion to 30
  • disable Scudo on 64-bit since we use the substantially more secure hardened_malloc
  • fully replace jemalloc with Scudo on 32-bit