aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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