From 458f3d1c51a439453fb25c8b2ee21970b948a02a Mon Sep 17 00:00:00 2001 From: Mark Johnston Date: Mon, 31 Oct 2022 19:06:57 -0400 Subject: [PATCH] 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 e3c4dc04316..31c3bb03096 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. +20221101: + 12.3-RELEASE-p8 FreeBSD-EN-22:22.tzdata + + Timezone database information update [EN-22:20.tzdata] + 20220830: 12.3-RELEASE-p7 FreeBSD-SA-22:13.zlib FreeBSD-EN-22:20.tzdata diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh index 46cedd92e75..8f855c4eb00 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -49,7 +49,7 @@ TYPE="FreeBSD" REVISION="12.3" -BRANCH="RELEASE-p7" +BRANCH="RELEASE-p8" if [ -n "${BRANCH_OVERRIDE}" ]; then BRANCH=${BRANCH_OVERRIDE} fi -- 2.45.0