git: a1c915cc75c1 - releng/13.2 - Add UPDATING entries and bump version.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 06 Sep 2023 17:37:36 UTC
The branch releng/13.2 has been updated by gordon:
URL: https://cgit.FreeBSD.org/src/commit/?id=a1c915cc75c1b3c66e16bb52579e2abdf122eccb
commit a1c915cc75c1b3c66e16bb52579e2abdf122eccb
Author: Gordon Tetlow <gordon@FreeBSD.org>
AuthorDate: 2023-09-06 17:18:35 +0000
Commit: Gordon Tetlow <gordon@FreeBSD.org>
CommitDate: 2023-09-06 17:18:35 +0000
Add UPDATING entries and bump version.
Approved by: so
---
UPDATING | 17 +++++++++++++++++
sys/conf/newvers.sh | 2 +-
2 files changed, 18 insertions(+), 1 deletion(-)
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