diff options
author | Gordon Tetlow <gordon@FreeBSD.org> | 2023-09-06 17:18:35 +0000 |
---|---|---|
committer | Gordon Tetlow <gordon@FreeBSD.org> | 2023-09-06 17:18:35 +0000 |
commit | a1c915cc75c1b3c66e16bb52579e2abdf122eccb (patch) | |
tree | 8e221b682202bc6e7c52e1d30822d97a10f8dce0 | |
parent | 7f34ee7cc56b84cf880a5e91cf8b1011f41f1cab (diff) | |
download | src-a1c915cc75c1b3c66e16bb52579e2abdf122eccb.tar.gz src-a1c915cc75c1b3c66e16bb52579e2abdf122eccb.zip |
Add UPDATING entries and bump version.
Approved by: so
-rw-r--r-- | UPDATING | 17 | ||||
-rw-r--r-- | sys/conf/newvers.sh | 2 |
2 files changed, 18 insertions, 1 deletions
@@ -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 |