git: e5733e6d9041 - releng/13.0 - Add UPDATING entries and bump version.

From: Gordon Tetlow <gordon_at_FreeBSD.org>
Date: Tue, 01 Feb 2022 19:12:08 UTC
The branch releng/13.0 has been updated by gordon:

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

commit e5733e6d9041f62fbd03998fb18177dcecd8771a
Author:     Gordon Tetlow <gordon@FreeBSD.org>
AuthorDate: 2022-02-01 17:42:23 +0000
Commit:     Gordon Tetlow <gordon@FreeBSD.org>
CommitDate: 2022-02-01 17:44:31 +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 5dbb39f7a8de..3e2ecb9d1105 100644
--- a/UPDATING
+++ b/UPDATING
@@ -11,6 +11,11 @@ handbook:
 Items affecting the ports and packages system can be found in
 /usr/ports/UPDATING.  Please read that file before running portupgrade.
 
+20220201:
+	13.0-RELEASE-p7 FreeBSD-EN-22:07.la57
+
+	Fix Intel CPU LA57 boot failure [EN-22:07.la57]
+
 20220111:
 	13.0-RELEASE-p6	FreeBSD-EN-22:01.fsck_ffs
 			FreeBSD-EN-22:02.xsave
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh
index ad0fbe6c14a7..4e7aa2d02af2 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -54,7 +54,7 @@
 
 TYPE="FreeBSD"
 REVISION="13.0"
-BRANCH="RELEASE-p6"
+BRANCH="RELEASE-p7"
 if [ -n "${BRANCH_OVERRIDE}" ]; then
 	BRANCH=${BRANCH_OVERRIDE}
 fi