diff options
author | Gordon Tetlow <gordon@FreeBSD.org> | 2024-06-18 17:29:59 +0000 |
---|---|---|
committer | Gordon Tetlow <gordon@FreeBSD.org> | 2024-06-19 20:20:58 +0000 |
commit | 2dc3f3a5e2316622ff6d04c982618a9bea71f981 (patch) | |
tree | b07551f482b80d67a2f8296cc4d8ad394abd4d03 | |
parent | eb410545d00d55a40c4c30eb42b9d2ef5bb2361d (diff) | |
download | src-2dc3f3a5e2316622ff6d04c982618a9bea71f981.tar.gz src-2dc3f3a5e2316622ff6d04c982618a9bea71f981.zip |
Add UPDATING entries and bump the branch version.
Approved by: so
-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. +20240619: + 13.3-RELEASE-p3 EN-24:11.ldns + EN-24:12.killpg + + Fix LDNS uses nameserver commented out in resolv.conf [EN-24:11.ldns] + + Fix lock order reversal in killpg causing livelock [EN-24:12.killpg] + 20240424: 13.3-RELEASE-p2 EN-24:09.zfs diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh index c6e44a41b9f8..2e6012da6667 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -53,7 +53,7 @@ TYPE="FreeBSD" REVISION="13.3" -BRANCH="RELEASE-p2" +BRANCH="RELEASE-p3" if [ -n "${BRANCH_OVERRIDE}" ]; then BRANCH=${BRANCH_OVERRIDE} fi |