git: 0892dff10444 - releng/14.1 - Add UPDATING entries and bump the branch version.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 19 Jun 2024 20:36:51 UTC
The branch releng/14.1 has been updated by gordon: URL: https://cgit.FreeBSD.org/src/commit/?id=0892dff104440867956a53e78c12d66090fec36b commit 0892dff104440867956a53e78c12d66090fec36b Author: Gordon Tetlow <gordon@FreeBSD.org> AuthorDate: 2024-06-18 17:48:38 +0000 Commit: Gordon Tetlow <gordon@FreeBSD.org> CommitDate: 2024-06-19 20:22:12 +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 2d4a66d0d29c..d972b89c5f69 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: + 14.1-RELEASE-p1 EN-24:10.zfs + EN-24:13.libc++ + + Fix kernel memory leak in ZFS [EN-24:10.zfs] + + Fix incorrect size passed to heap allocated std::string delete [EN-24:13.libc++] + 20240604: 14.1-RELEASE. diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh index 38d445be32a6..8b55836841d7 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -53,7 +53,7 @@ TYPE="FreeBSD" REVISION="14.1" -BRANCH="RELEASE" +BRANCH="RELEASE-p1" if [ -n "${BRANCH_OVERRIDE}" ]; then BRANCH=${BRANCH_OVERRIDE} fi