aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordon Tetlow <gordon@FreeBSD.org>2024-04-24 20:08:33 +0000
committerGordon Tetlow <gordon@FreeBSD.org>2024-04-24 20:08:33 +0000
commitbe4f1894ef399f421bab451e8cf8557e27e5a948 (patch)
tree410e1f0ae0bc1dab1ec4a28d3130b29341df4e46
parent266b3bd3f26d30f7be56b7ec9d31f3db2285b4ce (diff)
downloadsrc-releng/13.3.tar.gz
src-releng/13.3.zip
Add UPDATING entries and bump the branch version.releng/13.3
Approved by: so
-rw-r--r--UPDATING5
-rw-r--r--sys/conf/newvers.sh2
2 files changed, 6 insertions, 1 deletions
diff --git a/UPDATING b/UPDATING
index 9e07b0d7e3a3..97c8abff980a 100644
--- a/UPDATING
+++ b/UPDATING
@@ -12,6 +12,11 @@ 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.
+20240424:
+ 13.3-RELEASE-p2 EN-24:09.zfs
+
+ Fix high CPU usage by kernel threads related to ZFS [EN-24:09.zfs]
+
20240327:
13.3-RELEASE-p1 EN-24:06.wireguard
EN-24:07.clang
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh
index 4d4f28badbac..c6e44a41b9f8 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -53,7 +53,7 @@
TYPE="FreeBSD"
REVISION="13.3"
-BRANCH="RELEASE-p1"
+BRANCH="RELEASE-p2"
if [ -n "${BRANCH_OVERRIDE}" ]; then
BRANCH=${BRANCH_OVERRIDE}
fi