diff options
author | Gordon Tetlow <gordon@FreeBSD.org> | 2024-04-24 20:08:33 +0000 |
---|---|---|
committer | Gordon Tetlow <gordon@FreeBSD.org> | 2024-04-24 20:08:33 +0000 |
commit | be4f1894ef399f421bab451e8cf8557e27e5a948 (patch) | |
tree | 410e1f0ae0bc1dab1ec4a28d3130b29341df4e46 | |
parent | 266b3bd3f26d30f7be56b7ec9d31f3db2285b4ce (diff) | |
download | src-be4f1894ef399f421bab451e8cf8557e27e5a948.tar.gz src-be4f1894ef399f421bab451e8cf8557e27e5a948.zip |
Add UPDATING entries and bump the branch version.
Approved by: so
-rw-r--r-- | UPDATING | 5 | ||||
-rw-r--r-- | sys/conf/newvers.sh | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -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 |