git: 01efaef88f1e - releng/13.1 - Add UPDATING entries and bump version.

From: Gordon Tetlow <gordon_at_FreeBSD.org>
Date: Wed, 08 Feb 2023 18:15:21 UTC
The branch releng/13.1 has been updated by gordon:

URL: https://cgit.FreeBSD.org/src/commit/?id=01efaef88f1efa5e76bfbfbc35e960393bbcf604

commit 01efaef88f1efa5e76bfbfbc35e960393bbcf604
Author:     Gordon Tetlow <gordon@FreeBSD.org>
AuthorDate: 2023-02-08 18:12:59 +0000
Commit:     Gordon Tetlow <gordon@FreeBSD.org>
CommitDate: 2023-02-08 18:12:59 +0000

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

diff --git a/UPDATING b/UPDATING
index 0d63c5bb0637..da209c2d9f37 100644
--- a/UPDATING
+++ b/UPDATING
@@ -12,6 +12,22 @@ 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.
 
+20230208:
+	13.1-RELEASE-p6 FreeBSD-SA-23:01.geli
+			FreeBSD-EN-23:01.tzdata
+			FreeBSD-EN-23:02.sdhci
+			FreeBSD-EN-23:03.ena
+			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 sdhci(4) broken write-protect settings [EN-23:02.sdhci]
+
+	Fix ena driver crash after reset in 7th gen AWS instance types [EN-23:03.ena]
+
+        Fix ixgbe incorrectly reporting input errors for 82599ES [EN-23:04.ixgbe]
 20221129:
 	13.1-RELEASE-p5	FreeBSD-SA-22:15.ping
 			FreeBSD-EN-22:28.heimdal
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh
index ba1bff62eb1a..388c21f7d02a 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -54,7 +54,7 @@
 
 TYPE="FreeBSD"
 REVISION="13.1"
-BRANCH="RELEASE-p5"
+BRANCH="RELEASE-p6"
 if [ -n "${BRANCH_OVERRIDE}" ]; then
 	BRANCH=${BRANCH_OVERRIDE}
 fi