git: 6be068e85747 - releng/12.2 - Add UPDATING entries and bump version.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 03 Nov 2021 20:54:35 UTC
The branch releng/12.2 has been updated by gordon:
URL: https://cgit.FreeBSD.org/src/commit/?id=6be068e8574765c1aede3f004b9fa65d04fdc3a4
commit 6be068e8574765c1aede3f004b9fa65d04fdc3a4
Author: Gordon Tetlow <gordon@FreeBSD.org>
AuthorDate: 2021-11-03 20:53:20 +0000
Commit: Gordon Tetlow <gordon@FreeBSD.org>
CommitDate: 2021-11-03 20:53:20 +0000
Add UPDATING entries and bump version.
Approved by: so
---
UPDATING | 10 ++++++++++
sys/conf/newvers.sh | 2 +-
2 files changed, 11 insertions(+), 1 deletion(-)
diff --git a/UPDATING b/UPDATING
index d3ee5af37087..868e2106c692 100644
--- a/UPDATING
+++ b/UPDATING
@@ -16,6 +16,16 @@ 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.
+20211103: p11 FreeBSD-EN-21:27.caroot
+ FreeBSD-EN-21:28.vmci
+ FreeBSD-EN-21:29.tzdata
+
+ Root certificate bundle update. [EN-21:27.caroot]
+
+ Fix kernel panic in vmci driver initialization. [EN-21:28.vmci]
+
+ Timezone database information update. [EN-21:29.tzdata]
+
20210824: p10 FreeBSD-EN-21:24.libcrypto
FreeBSD-EN-21:25.bhyve
FreeBSD-SA-21:13.bhyve
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh
index df86d0be3b91..50e4783dd221 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -49,7 +49,7 @@
TYPE="FreeBSD"
REVISION="12.2"
-BRANCH="RELEASE-p10"
+BRANCH="RELEASE-p11"
if [ -n "${BRANCH_OVERRIDE}" ]; then
BRANCH=${BRANCH_OVERRIDE}
fi