Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Feb 2023 18:29:29 GMT
From:      Gordon Tetlow <gordon@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 52442e904dfc - releng/12.4 - Add UPDATING entries and bump version.
Message-ID:  <202302081829.318ITTxM037526@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch releng/12.4 has been updated by gordon:

URL: https://cgit.FreeBSD.org/src/commit/?id=52442e904dfc2bd3fd8b567db447ebe537b61c86

commit 52442e904dfc2bd3fd8b567db447ebe537b61c86
Author:     Gordon Tetlow <gordon@FreeBSD.org>
AuthorDate: 2023-02-08 16:56:49 +0000
Commit:     Gordon Tetlow <gordon@FreeBSD.org>
CommitDate: 2023-02-08 18:16:29 +0000

    Add UPDATING entries and bump version.
    
    Approved by:    so
---
 UPDATING            | 11 +++++++++++
 sys/conf/newvers.sh |  2 +-
 2 files changed, 12 insertions(+), 1 deletion(-)

diff --git a/UPDATING b/UPDATING
index 49888b0fde9c..d4ff1f64515b 100644
--- a/UPDATING
+++ b/UPDATING
@@ -17,6 +17,17 @@ 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.
 
+20230208:
+	12.4-RELEASE-p1 FreeBSD-SA-23:01.geli
+			FreeBSD-EN-23:01.tzdata
+			FreeBSD-EN-23:04.ixgbe
+
+	Fix GELI silently omits the keyfile if read from stdin [SA-23:01.geli]
+
+	Timezone database information update [EN-23:01.tzdata]
+
+	Fix ixgbe incorrectly reporting input errors for 82599ES [EN-23:04.ixgbe]
+
 20221205:
 	12.4-RELEASE.
 
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh
index 5c58afc6eac4..9103088c96b8 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -49,7 +49,7 @@
 
 TYPE="FreeBSD"
 REVISION="12.4"
-BRANCH="RELEASE"
+BRANCH="RELEASE-p1"
 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?202302081829.318ITTxM037526>