Date: Fri, 12 Jun 2026 00:38:14 +0000 From: Colin Percival <cperciva@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 96841ea08dcf - releng/15.1 - Update in preparation for 15.1-RELEASE Message-ID: <6a2b54f6.1c5e3.429743d5@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch releng/15.1 has been updated by cperciva: URL: https://cgit.FreeBSD.org/src/commit/?id=96841ea08dcfa84b954a32dc5ae1a26c28966cf4 commit 96841ea08dcfa84b954a32dc5ae1a26c28966cf4 Author: Colin Percival <cperciva@FreeBSD.org> AuthorDate: 2026-06-12 00:00:00 +0000 Commit: Colin Percival <cperciva@FreeBSD.org> CommitDate: 2026-06-12 00:37:58 +0000 Update in preparation for 15.1-RELEASE - Bump BRANCH to RELEASE - Add the anticipated RELEASE announcement date - Set a static __FreeBSD_version Approved by: re (implicit) Sponsored by: OpenSats Initiative --- UPDATING | 3 +++ lib/csu/common/crtbrand.S | 2 +- sys/conf/newvers.sh | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/UPDATING b/UPDATING index 71c3944fafa7..89bf196e7001 100644 --- a/UPDATING +++ b/UPDATING @@ -12,6 +12,9 @@ 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. +20260616: + 15.1-RELEASE. + 20260609: 15.1-RC3-p1 EN-26:15.openssl SA-26:25.thr diff --git a/lib/csu/common/crtbrand.S b/lib/csu/common/crtbrand.S index a06f72daa99d..ae7a3369c259 100644 --- a/lib/csu/common/crtbrand.S +++ b/lib/csu/common/crtbrand.S @@ -43,7 +43,7 @@ .4byte NT_FREEBSD_ABI_TAG 1: .asciz NOTE_FREEBSD_VENDOR 2: .p2align 2 -3: .4byte __FreeBSD_version +3: .4byte 1501000 4: .section .note.GNU-stack,"",%progbits diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh index 249ff1519aff..03a779e2eca3 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -51,7 +51,7 @@ TYPE="FreeBSD" REVISION="15.1" -BRANCH="RC3-p1" +BRANCH="RELEASE" if [ -n "${BRANCH_OVERRIDE}" ]; then BRANCH=${BRANCH_OVERRIDE} fihome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a2b54f6.1c5e3.429743d5>
