summaryrefslogtreecommitdiff
path: root/static/releases.html
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2021-08-12 09:56:38 -0400
committerDaniel Micay <danielmicay@gmail.com>2021-08-12 09:56:38 -0400
commit670bb5de7ed4b79d8748e280899a45bf730afeef (patch)
treeb771465b953398301f70cb28ad8cf5cdf79ba598 /static/releases.html
parent2945c5677502185bc9be3606c5bf38c3a371c51b (diff)
remove periods from the build number
Diffstat (limited to 'static/releases.html')
-rw-r--r--static/releases.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/static/releases.html b/static/releases.html
index e1497183..e92e1b82 100644
--- a/static/releases.html
+++ b/static/releases.html
@@ -421,6 +421,7 @@
<p>Changes since the 2021.08.09.02 release:</p>
<ul>
+ <li>remove periods from the build number portion of the version to improve compatibility with apps wrongly assuming they can parse it as an integer such as Google Camera (also helps to avoid hitting the build fingerprint length limit with debug build variants)</li>
<li>Settings: add 3rd option to connectivity check setting for disabling it (will prevent falling back to other networks from a broken one and handling captive portals)</li>
<li>further fixes for the upstream code implementing the eBPF-based INTERNET permission (fixes cases where it was overly restrictive for secondary users, but we already prevented it from being overly permissive by adding back the simpler pre-eBPF approach as a 2nd layer of enforcement)</li>
</ul>