Date: Thu, 12 May 2022 00:00:36 GMT From: Glen Barber <gjb@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: fc952ac2212b - releng/13.1 - Update in preparation of 13.1-RELEASE Message-ID: <202205120000.24C00aqV063639@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch releng/13.1 has been updated by gjb: URL: https://cgit.FreeBSD.org/src/commit/?id=fc952ac2212b121aa6eefc273f5960ec3e0a466d commit fc952ac2212b121aa6eefc273f5960ec3e0a466d Author: Glen Barber <gjb@FreeBSD.org> AuthorDate: 2022-05-11 23:59:24 +0000 Commit: Glen Barber <gjb@FreeBSD.org> CommitDate: 2022-05-11 23:59:24 +0000 Update in preparation of 13.1-RELEASE - Bump BRANCH to RELEASE - Add the anticipated RELEASE announcement date - Set a static __FreeBSD_version Approved by: re (implicit) Sponsored by: Rubicon Communications, LLC ("Netgate") --- 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 2f187e2b2913..cf87aedb8121 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. +20220516: + 13.1-RELEASE. + 20220123: For 64-bit architectures the base system is now built with Position Independent Executable (PIE) support enabled by default. It may be diff --git a/lib/csu/common/crtbrand.S b/lib/csu/common/crtbrand.S index bf223d84bc12..8a4bfdc154bf 100644 --- a/lib/csu/common/crtbrand.S +++ b/lib/csu/common/crtbrand.S @@ -45,5 +45,5 @@ __FBSDID("$FreeBSD$"); .4byte NT_FREEBSD_ABI_TAG 1: .asciz NOTE_FREEBSD_VENDOR 2: .p2align 2 -3: .4byte __FreeBSD_version +3: .4byte 1301000 4: diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh index e2f2bcdd6e55..c594724d814f 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -54,7 +54,7 @@ TYPE="FreeBSD" REVISION="13.1" -BRANCH="RC6" +BRANCH="RELEASE" if [ -n "${BRANCH_OVERRIDE}" ]; then BRANCH=${BRANCH_OVERRIDE} fi
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202205120000.24C00aqV063639>