diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2020-11-03 15:23:05 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-11-03 15:23:05 -0500 |
| commit | 309e28106a4f016c578c5716267a18d43b0c6e8a (patch) | |
| tree | 82eff4d643c6a7d55c0028dafa1704b8eedaf748 | |
| parent | fdfb2eb7347f2f1b3dec0449a5dae1307a632bde (diff) | |
avoid redundant 'upstream'
| -rw-r--r-- | static/releases.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/releases.html b/static/releases.html index f3d851b5..868b71b1 100644 --- a/static/releases.html +++ b/static/releases.html @@ -416,7 +416,7 @@ <li>Camera: remove unused INTERNET permission</li> <li>Clock: apply assorted fixes from upstream</li> <li>add explicit detection of fastboot being missing to the factory images flash-all scripts</li> - <li>Gallery: apply upstream fix from NXP for upstream null pointer dereference bug</li> + <li>Gallery: apply upstream fix from NXP for null pointer dereference bug</li> <li>Auditor: update to <a href="https://github.com/GrapheneOS/Auditor/releases/tag/22">version 22</a></li> <li>script: make generate_deltas ask for the password only once</li> <li>enable screenshot action for 3 button nav too (the upstream release limited it to being enabled for 2 button navigation)</li> |
