git: 7a0d63c90932 - releng/13.3 - Add UPDATING entries and bump the branch version.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 28 Mar 2024 07:14:21 UTC
The branch releng/13.3 has been updated by gordon:
URL: https://cgit.FreeBSD.org/src/commit/?id=7a0d63c9093222938f26cd63ff742e555168de77
commit 7a0d63c9093222938f26cd63ff742e555168de77
Author: Gordon Tetlow <gordon@FreeBSD.org>
AuthorDate: 2024-03-28 03:03:42 +0000
Commit: Gordon Tetlow <gordon@FreeBSD.org>
CommitDate: 2024-03-28 07:13:21 +0000
Add UPDATING entries and bump the branch version.
Approved by: so
Approved by: re (so, implicit, appease the commit-hook)
---
UPDATING | 8 ++++++++
sys/conf/newvers.sh | 2 +-
2 files changed, 9 insertions(+), 1 deletion(-)
diff --git a/UPDATING b/UPDATING
index dd89cda0dec5..9e07b0d7e3a3 100644
--- a/UPDATING
+++ b/UPDATING
@@ -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