git: bdba8eaa3db6 - releng/14.0 - 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:00 UTC
The branch releng/14.0 has been updated by gordon: URL: https://cgit.FreeBSD.org/src/commit/?id=bdba8eaa3db6b667ac811c69d5aca46e8bf3cf8b commit bdba8eaa3db6b667ac811c69d5aca46e8bf3cf8b Author: Gordon Tetlow <gordon@FreeBSD.org> AuthorDate: 2024-06-18 17:34:24 +0000 Commit: Gordon Tetlow <gordon@FreeBSD.org> CommitDate: 2024-06-19 20:21:41 +0000 Add UPDATING entries and bump the branch version. Approved by: so --- UPDATING | 5 +++++ sys/conf/newvers.sh | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/UPDATING b/UPDATING index 8a24e55cb4b9..0a9ee0ff58f1 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. +20240619: + 14.0-RELEASE-p7 EN-24:11.ldns + + Fix LDNS uses nameserver commented out in resolv.conf [EN-24:11.ldns] + 20240327: 14.0-RELEASE-p6 SA-24:03.unbound EN-24:05.tty diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh index 02f705ccc64a..2d5f3bbca98c 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -53,7 +53,7 @@ TYPE="FreeBSD" REVISION="14.0" -BRANCH="RELEASE-p6" +BRANCH="RELEASE-p7" if [ -n "${BRANCH_OVERRIDE}" ]; then BRANCH=${BRANCH_OVERRIDE} fi