diff options
author | Gordon Tetlow <gordon@FreeBSD.org> | 2024-03-28 03:03:42 +0000 |
---|---|---|
committer | Gordon Tetlow <gordon@FreeBSD.org> | 2024-03-28 07:13:21 +0000 |
commit | 7a0d63c9093222938f26cd63ff742e555168de77 (patch) | |
tree | dd46ac8487dcd02229c658885332b53e622dfc72 | |
parent | 26059a4f2c14d72d114175a05f75bebe43aa6efa (diff) | |
download | src-7a0d63c9093222938f26cd63ff742e555168de77.tar.gz src-7a0d63c9093222938f26cd63ff742e555168de77.zip |
Add UPDATING entries and bump the branch version.
Approved by: so
Approved by: re (so, implicit, appease the commit-hook)
-rw-r--r-- | UPDATING | 8 | ||||
-rw-r--r-- | sys/conf/newvers.sh | 2 |
2 files changed, 9 insertions, 1 deletions
@@ -12,6 +12,14 @@ 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. +20240327: + 13.3-RELEASE-p1 EN-24:06.wireguard + EN-24:07.clang + + Fix insufficient barriers in WireGuard if_wg(4) [EN-24:06.wireguard] + + Fix clang crash when certain optimization is enabled [EN-24:07.clang] + 20240305: 13.3-RELEASE. diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh index 2ef43d273cd0..4d4f28badbac 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -53,7 +53,7 @@ TYPE="FreeBSD" REVISION="13.3" -BRANCH="RELEASE" +BRANCH="RELEASE-p1" if [ -n "${BRANCH_OVERRIDE}" ]; then BRANCH=${BRANCH_OVERRIDE} fi |