diff --git a/static/releases.html b/static/releases.html
index 439b173b..b26bb2c4 100644
--- a/static/releases.html
+++ b/static/releases.html
@@ -77,6 +77,7 @@
Changelog
+ - 2019.07.16.22
- 2019.07.01.21
- 2019.06.23.05
- 2019.06.14.02
@@ -320,6 +321,71 @@
List of tagged releases. Snapshot releases without tags such as early releases of
the project and early device support releases are not listed.
+
+
+ Tags:
+
+
+ Changes since the 2019.07.01.21 release:
+
+
+ - Vanadium (browser and WebView): update Chromium base to 75.0.3770.143
+ - Vanadium: disable media router media remoting by default
+ - Vanadium: disable media router by default (avoids the triggering warning about not having Play Services)
+ - Vanadium: remove Help & feedback menu entry
+ - Vanadium: further string rebranding from Chromium / Chrome to Vanadium
+ - Vanadium: disable unused reporting feature at compile-time
+ - Vanadium: disable unused remoting feature at compile-time
+ - Vanadium (browser and WebView): move from external/chromium to external/vanadium in the GrapheneOS source tree and rename module from Chromium to Vanadium
+ - Vanadium: disable offering translations by default
+ - Vanadium: disable prefetching suggested pages by default
+ - Vanadium: disable browser sign in feature by default
+ - Vanadium: disable safe browsing reporting opt-in by default
+ - extend release.sh to call the script for signing factory images
+ - extend release.sh to call the script for generating update channel metadata
+ - kernel build script (Pixel, Pixel XL, Pixel 3a, Pixel 3a XL): verify that no arguments are passed
+ - kernel build script (Pixel 2, Pixel 2 XL, Pixel 3, Pixel 3 XL): verify that a single argument (device variant) is passed
+ - enable kernel mitigations for file spoofing
+
+
+ Restoration of past features since the 2019.07.01.21 release:
+
+
+ - Vanadium: enable type-based CFI for virtual calls
+ - enable kernel mitigations for link races
+ - kernel (Pixel 2, Pixel 2 XL): backport fixes for SLAB_FREELIST_RANDOM
+ - kernel (Pixel 2, Pixel 2 XL, Pixel 3, Pixel 3 XL, Pixel 3a, Pixel 3a XL): enable SLAB_FREELIST_RANDOM
+ - kernel (Pixel 2, Pixel 2 XL): backport slub dynamic DEBUG_PAGEALLOC setting
+ - kernel (Pixel 2, Pixel 2 XL, Pixel 3, Pixel 3 XL, Pixel 3a, Pixel 3a XL): backport slub free list pointer obfuscation
+ - kernel (Pixel 2, Pixel 2 XL, Pixel 3, Pixel 3 XL, Pixel 3a, Pixel 3a XL): backport slub free list pointer obfuscation prefetch fix
+ - kernel (Pixel 2, Pixel 2 XL, Pixel 3, Pixel 3 XL, Pixel 3a, Pixel 3a XL): backport slub native double free detection
+ - kernel (Pixel 2, Pixel 2 XL, Pixel 3, Pixel 3 XL, Pixel 3a, Pixel 3a XL): enable SLAB_FREELIST_HARDENED
+ - kernel (Pixel, Pixel XL, Pixel 2, Pixel 2 XL, Pixel 3, Pixel 3 XL, Pixel 3a, Pixel 3a XL): enable DEBUG_LIST
+ - kernel (Pixel, Pixel XL, Pixel 2, Pixel 2 XL, Pixel 3, Pixel 3 XL, Pixel 3a, Pixel 3a XL): enable DEBUG_SG
+ - kernel (Pixel, Pixel XL): reduce DEBUG_SG virt_addr_valid check to a warning (this works around a bug in the legacy QCE driver)
+ - kernel (Pixel, Pixel XL, Pixel 2, Pixel 2 XL, Pixel 3, Pixel 3 XL, Pixel 3a, Pixel 3a XL): enable DEBUG_NOTIFIERS
+ - kernel (Pixel, Pixel XL, Pixel 2, Pixel 2 XL, Pixel 3, Pixel 3 XL, Pixel 3a, Pixel 3a XL): enable DEBUG_CREDENTIALS
+ - kernel (Pixel 3, Pixel 3 XL, Pixel 3a, Pixel 3a XL): enable SCHED_STACK_END_CHECK
+ - kernel (Pixel 2, Pixel 2 XL, Pixel 3, Pixel 3 XL, Pixel 3a, Pixel 3a XL): bug on !PageSlab && !PageCompound in ksize
+ - kernel (Pixel 2, Pixel 2 XL, Pixel 3, Pixel 3 XL, Pixel 3a, Pixel 3a XL): always perform cache_from_obj consistency checks
+ - kernel (Pixel 2, Pixel 2 XL, Pixel 3, Pixel 3 XL, Pixel 3a, Pixel 3a XL): bug on kmem_cache_free with the wrong cache
+ - kernel (Pixel 2, Pixel 2 XL, Pixel 3, Pixel 3 XL, Pixel 3a, Pixel 3a XL): real slab_equal_or_root check for !MEMCG_KMEM
+ - kernel (Pixel 2, Pixel 2 XL, Pixel 3, Pixel 3 XL, Pixel 3a, Pixel 3a XL): add missing cache_from_obj !PageSlab check
+ - kernel (Pixel 2, Pixel 2 XL): backport upstreamed FORTIFY_SOURCE implementation
+ - kernel (Pixel 2, Pixel 2 XL): backport upstreamed leading zero byte for stack canary
+ - kernel (Pixel 2, Pixel 2 XL, Pixel 3, Pixel 3 XL, Pixel 3a, Pixel 3a XL): add simpler page sanitization
+ - kernel (Pixel 2, Pixel 2 XL, Pixel 3, Pixel 3 XL, Pixel 3a, Pixel 3a XL): add support for verifying page sanitization
+ - kernel (Pixel 2, Pixel 2 XL, Pixel 3, Pixel 3 XL, Pixel 3a, Pixel 3a XL): slub: add basic full slab sanitization
+ - kernel (Pixel 2, Pixel 2 XL, Pixel 3, Pixel 3 XL, Pixel 3a, Pixel 3a XL): slub: add support for verifying slab sanitization
+ - kernel (Pixel 2, Pixel 2 XL, Pixel 3, Pixel 3 XL, Pixel 3a, Pixel 3a XL): slub: add multi-purpose random canaries
+
+