aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordon Tetlow <gordon@FreeBSD.org>2023-09-06 17:18:35 +0000
committerGordon Tetlow <gordon@FreeBSD.org>2023-09-06 17:18:35 +0000
commita1c915cc75c1b3c66e16bb52579e2abdf122eccb (patch)
tree8e221b682202bc6e7c52e1d30822d97a10f8dce0
parent7f34ee7cc56b84cf880a5e91cf8b1011f41f1cab (diff)
downloadsrc-a1c915cc75c1b3c66e16bb52579e2abdf122eccb.tar.gz
src-a1c915cc75c1b3c66e16bb52579e2abdf122eccb.zip
Add UPDATING entries and bump version.
Approved by: so
-rw-r--r--UPDATING17
-rw-r--r--sys/conf/newvers.sh2
2 files changed, 18 insertions, 1 deletions
diff --git a/UPDATING b/UPDATING
index 8cfa9ff88fd7..ff18a91feaf9 100644
--- a/UPDATING
+++ b/UPDATING
@@ -12,6 +12,23 @@ Items affecting the ports and packages system can be found in
/usr/ports/UPDATING. Please read that file before updating system packages
and/or ports.
+20230906:
+ 13.2-RELEASE-p3 FreeBSD-EN-23:09.freebsd-update
+ FreeBSD-EN-23:10.pci
+ FreeBSD-EN-23:11.caroot
+ FreeBSD-SA-23:10.pf
+ FreeBSD-SA-23:11.wifi
+
+ freebsd-update incorrectly merges files on upgrade [EN-23:09.freebsd-update]
+
+ PCI-e hot-plug is broken with certain devices [EN-23:10.pci-update]
+
+ Root certificate bundle update [EN-23:11.caroot]
+
+ pf incorrectly handles multiple IPv6 fragment headers [SA-23:10.pf]
+
+ Wi-Fi encryption bypass [SA-23:11.wifi]
+
20230801:
13.2-RELEASE-p2 FreeBSD-EN-23:08.vnet
FreeBSD-SA-23:06.ipv6
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh
index 85d2cb24a37c..31ce004e1417 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -54,7 +54,7 @@
TYPE="FreeBSD"
REVISION="13.2"
-BRANCH="RELEASE-p2"
+BRANCH="RELEASE-p3"
if [ -n "${BRANCH_OVERRIDE}" ]; then
BRANCH=${BRANCH_OVERRIDE}
fi