summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2021-08-14 19:48:30 -0400
committerDaniel Micay <danielmicay@gmail.com>2021-08-14 19:48:30 -0400
commite3085f6fd68211f8d94809210b28a8b3861877f7 (patch)
tree3241e855ce21e2157241142b63bd9e2276101ed3
parent709fa039f865902aa6322ae81f53607d25937674 (diff)
remove trivia from pending release notes
-rw-r--r--static/releases.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/releases.html b/static/releases.html
index 9c1e8c79..697a0bb2 100644
--- a/static/releases.html
+++ b/static/releases.html
@@ -421,7 +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>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</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>Settings: ignore carrier asking the OS not to show the preferred network setting, similar to how we already ignore being instructed to disallow tethering</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>