diff --git a/static/releases.html b/static/releases.html
index a784c306..8003671f 100644
--- a/static/releases.html
+++ b/static/releases.html
@@ -775,6 +775,11 @@
Changes since the 2024061400 release:
+ - hide USB peripheral security setting when USB-C port setting is available
+ - extend USB-C port setting to pogo pins (for Pixel Tablet)
+ - kernel (5.10, 5.15, 6.1, 6.6): replace our deny_new_usb feature with a new deny_new_usb2 feature also disabling USB gadgets
+ - extend USB-C port setting to enable deny_new_usb2 as a second layer of defense beyond low-level hardware disabling of new USB connections and then USB data
+ - require user authentication for changing auto-reboot, USB peripheral and USB-C port security settings
- temporarily add back memory tagging exception for Pixel wifi_ext service
- add GrapheneOS Linux kernel port to the 6.6 GKI LTS branch
- kernel (5.10): update to latest GKI LTS branch revision including update to 5.10.215
diff --git a/static/source.html b/static/source.html
index 17eba9c1..af7b39f5 100644
--- a/static/source.html
+++ b/static/source.html
@@ -204,6 +204,7 @@
- kernel_common-6.6: Generic Linux 6.6 kernel sources.
- kernel_manifest-gs: Kernel manifest for the Pixel 6, Pixel 6 Pro, Pixel 6a, Pixel 7, Pixel 7 Pro, Pixel 7a, Pixel Tablet and Pixel Fold.
+ - kernel_devices_google_tangorpro: Kernel setup for Pixel Tablet.
- kernel_build-gs: Kernel build system for the Pixel 6, Pixel 6 Pro, Pixel 6a, Pixel 7, Pixel 7 Pro, Pixel 7a, Pixel Tablet and Pixel Fold.
- kernel_gs: Kernel sources for the Pixel 6, Pixel 6 Pro, Pixel 6a, Pixel 7, Pixel 7 Pro, Pixel 7a, Pixel Tablet and Pixel Fold. These sources are only used to build device-specific modules. The Generic Kernel Image is built from the common kernel.
- kernel_google-modules_power_reset-gs: Kernel reset driver for the Pixel 6, Pixel 6 Pro, Pixel 6a, Pixel 7, Pixel 7 Pro, Pixel 7a, Pixel Tablet and Pixel Fold.