git: 7dac93b9215e - releng/12.2 - Add UPDATING entries and bump version.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 22 Mar 2022 16:27:22 UTC
The branch releng/12.2 has been updated by gordon:
URL: https://cgit.FreeBSD.org/src/commit/?id=7dac93b9215ee061b5bf4c3a756d119fdb14de42
commit 7dac93b9215ee061b5bf4c3a756d119fdb14de42
Author: Gordon Tetlow <gordon@FreeBSD.org>
AuthorDate: 2022-03-22 16:20:05 +0000
Commit: Gordon Tetlow <gordon@FreeBSD.org>
CommitDate: 2022-03-22 16:20:05 +0000
Add UPDATING entries and bump version.
Approved by: so
---
UPDATING | 4 ++++
sys/conf/newvers.sh | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/UPDATING b/UPDATING
index a4182428edcf..f00c2c5036a6 100644
--- a/UPDATING
+++ b/UPDATING
@@ -16,6 +16,10 @@ 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.
+20220322: p15 FreeBSD-EN-22:14.tzdata
+
+ Timezone database information update. [EN-22:14.tzdata]
+
20220315: p14 FreeBSD-SA-22:02.wifi
FreeBSD-SA-22:03.openssl
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh
index 7606bf03e975..d4cbcf1ef0ac 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -49,7 +49,7 @@
TYPE="FreeBSD"
REVISION="12.2"
-BRANCH="RELEASE-p14"
+BRANCH="RELEASE-p15"
if [ -n "${BRANCH_OVERRIDE}" ]; then
BRANCH=${BRANCH_OVERRIDE}
fi