git: 2dc3f3a5e231 - releng/13.3 - Add UPDATING entries and bump the branch version.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 19 Jun 2024 20:37:10 UTC
The branch releng/13.3 has been updated by gordon: URL: https://cgit.FreeBSD.org/src/commit/?id=2dc3f3a5e2316622ff6d04c982618a9bea71f981 commit 2dc3f3a5e2316622ff6d04c982618a9bea71f981 Author: Gordon Tetlow <gordon@FreeBSD.org> AuthorDate: 2024-06-18 17:29:59 +0000 Commit: Gordon Tetlow <gordon@FreeBSD.org> CommitDate: 2024-06-19 20:20:58 +0000 Add UPDATING entries and bump the branch version. Approved by: so --- UPDATING | 8 ++++++++ sys/conf/newvers.sh | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/UPDATING b/UPDATING index 97c8abff980a..1c9d8acbde6d 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. +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