aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Johnston <markj@FreeBSD.org>2022-10-31 23:06:57 +0000
committerMark Johnston <markj@FreeBSD.org>2022-11-01 18:02:56 +0000
commit458f3d1c51a439453fb25c8b2ee21970b948a02a (patch)
tree5da09e332a2d85c04e2d2933d7994f14d1484957
parent729902d5174ed404e1f1d66268826cf7bfed4a00 (diff)
-rw-r--r--UPDATING5
-rw-r--r--sys/conf/newvers.sh2
2 files changed, 6 insertions, 1 deletions
diff --git a/UPDATING b/UPDATING
index e3c4dc043169..31c3bb030968 100644
--- a/UPDATING
+++ b/UPDATING
@@ -17,6 +17,11 @@ 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.
+20221101:
+ 12.3-RELEASE-p8 FreeBSD-EN-22:22.tzdata
+
+ Timezone database information update [EN-22:20.tzdata]
+
20220830:
12.3-RELEASE-p7 FreeBSD-SA-22:13.zlib
FreeBSD-EN-22:20.tzdata
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh
index 46cedd92e75e..8f855c4eb005 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -49,7 +49,7 @@
TYPE="FreeBSD"
REVISION="12.3"
-BRANCH="RELEASE-p7"
+BRANCH="RELEASE-p8"
if [ -n "${BRANCH_OVERRIDE}" ]; then
BRANCH=${BRANCH_OVERRIDE}
fi