git: 458f3d1c51a4 - releng/12.3 - Add UPDATING entries and bump version

From: Mark Johnston <markj_at_FreeBSD.org>
Date: Tue, 01 Nov 2022 20:34:33 UTC
The branch releng/12.3 has been updated by markj:

URL: https://cgit.FreeBSD.org/src/commit/?id=458f3d1c51a439453fb25c8b2ee21970b948a02a

commit 458f3d1c51a439453fb25c8b2ee21970b948a02a
Author:     Mark Johnston <markj@FreeBSD.org>
AuthorDate: 2022-10-31 23:06:57 +0000
Commit:     Mark Johnston <markj@FreeBSD.org>
CommitDate: 2022-11-01 18:02:56 +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 e3c4dc043169..31c3bb030968 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 46cedd92e75e..8f855c4eb005 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