diff --git a/69.html b/69.html
index 6c9b9907a1..6f76aea09a 100644
--- a/69.html
+++ b/69.html
@@ -291,6 +291,8 @@
What's New
href="https://man.openbsd.org/csh.1">csh(1) where redirecting
input from a file containing ^T would cause csh(1) to perform a tty
ioctl operation against a non-tty.
+ Made syspatch(8) work
+ again when fewer than 3 patches are available.
Stopped exempting file systems from security(8) on the basis
of nodev and nosuid options, which may not be used for file systems
@@ -710,6 +712,10 @@ What's New
Fixed ldapd(8) cert
and key path inference for absolute paths.
+ Fixed incorrect cast in a
+ vsnprintf(3)
+ error check
+ in ldapd(8).
Applied unveil(2)
to ldapd(8).
@@ -773,6 +779,12 @@ What's New
are using Semantically Opaque Interface Identifiers.
Handled an autoconf interface changing its rdomain in slaacd(8).
+ Do not leak the domains listed in
+ unwind(8)'s
+ blocklist file on each config reload.
+ Do not leak duplicate domain nodes when loading the
+ unwind(8)
+ config.
Fixed rare crashes of unwind(8) when DNS answers
are larger than the maximum imsg size.
@@ -786,7 +798,6 @@ What's New
with unwind(8). Does
not prevent logging to stderr with "unwind -d".
-
Removed the -L option from dhclient(8).
Added a simple --timeout implementation to What's New
-D socket debug option in tcpbench(1), allowing
analysis of TCP connections.
-
+ Avoid leaking the help text in
+ systat(8).
+ Simplify argument parsing of
+ vmctl(8) stop
+ thereby avoiding a
+ printf(3) "%s" NULL,
+ a use of uninitialized and a dead else branch.