git: 862f4476aeb0 - releng/12.3 - Add UPDATING entries and bump version.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 22 Mar 2022 16:27:14 UTC
The branch releng/12.3 has been updated by gordon: URL: https://cgit.FreeBSD.org/src/commit/?id=862f4476aeb030d37902a98851b6d035b5962cdf commit 862f4476aeb030d37902a98851b6d035b5962cdf Author: Gordon Tetlow <gordon@FreeBSD.org> AuthorDate: 2022-03-22 16:20:21 +0000 Commit: Gordon Tetlow <gordon@FreeBSD.org> CommitDate: 2022-03-22 16:20:21 +0000 Add UPDATING entries and bump 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 c226aea5a8f2..71c7fa05a371 100644 --- a/UPDATING +++ b/UPDATING @@ -17,6 +17,11 @@ from older versions of FreeBSD, try WITHOUT_CLANG and WITH_GCC to bootstrap to the tip of head, and then rebuild without this option. The bootstrap process from older version of current across the gcc/clang cutover is a bit fragile. +20220322: + 12.3-RELEASE-p4 FreeBSD-EN-22:14.tzdata + + Timezone database information update. [EN-22:14.tzdata] + 20220315: 12.3-RELEASE-p3 FreeBSD-EN-22:09.freebsd-update FreeBSD-SA-22:02.wifi diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh index 9fb42593f442..5ed6a5aae254 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -49,7 +49,7 @@ TYPE="FreeBSD" REVISION="12.3" -BRANCH="RELEASE-p3" +BRANCH="RELEASE-p4" if [ -n "${BRANCH_OVERRIDE}" ]; then BRANCH=${BRANCH_OVERRIDE} fi