Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Feb 2021 01:42:52 GMT
From:      Mark Johnston <markj@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 035021b98a25 - releng/13.0 - Add UPDATING entries and bump version
Message-ID:  <202102240142.11O1gqcE055756@gitrepo.freebsd.org>

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

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

commit 035021b98a251247ba62ffbb6b6411766b3dd321
Author:     Mark Johnston <markj@FreeBSD.org>
AuthorDate: 2021-02-24 00:21:19 +0000
Commit:     Mark Johnston <markj@FreeBSD.org>
CommitDate: 2021-02-24 01:42:47 +0000

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

diff --git a/UPDATING b/UPDATING
index c42fe6639b12..880be2ef12e0 100644
--- a/UPDATING
+++ b/UPDATING
@@ -11,6 +11,13 @@ handbook:
 Items affecting the ports and packages system can be found in
 /usr/ports/UPDATING.  Please read that file before running portupgrade.
 
+20210223:	p1	FreeBSD-SA-21:03.pam_login_access
+			FreeBSD-SA-21:06.xen
+
+	login.access fails to apply rules [SA-21:03.pam_login_access]
+
+	Xen grant mapping error handling issues [SA-21:06.xen]
+
 20210202:
 	Various LinuxKPI functionality was added which conflicts with DRM.
 	Please update your drm-kmod port to after the __FreeBSD_verison 1300139
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh
index b0887168026a..fa48289cc39a 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -54,7 +54,7 @@
 
 TYPE="FreeBSD"
 REVISION="13.0"
-BRANCH="BETA3"
+BRANCH="BETA3-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?202102240142.11O1gqcE055756>