aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordon Tetlow <gordon@FreeBSD.org>2023-11-30 21:51:02 +0000
committerGordon Tetlow <gordon@FreeBSD.org>2023-11-30 21:51:02 +0000
commit08225c10315a038983baea3e0dd3009fda068ac5 (patch)
tree48934b1347887367a7353c7b67ef5b9d070f1563
parent0bb76997ce5888e8c72aa3fdf036387f85eb240c (diff)
downloadsrc-08225c10315a038983baea3e0dd3009fda068ac5.tar.gz
src-08225c10315a038983baea3e0dd3009fda068ac5.zip
Add UPDATING entries and bump version.
Approved by: so
-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 180f20d04fd5..9e997c89f59b 100644
--- a/UPDATING
+++ b/UPDATING
@@ -12,6 +12,11 @@ Items affecting the ports and packages system can be found in
/usr/ports/UPDATING. Please read that file before updating system packages
and/or ports.
+20231130:
+ 13.2-RELEASE-p6 EN-23:16.openzfs
+
+ OpenZFS data corruption [EN-23:16.openzfs]
+
20231108:
13.2-RELEASE-p5 EN-23:13.freebsd-update
EN-23:14.regcomp
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh
index c2780964a97b..9e399bc19d20 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -54,7 +54,7 @@
TYPE="FreeBSD"
REVISION="13.2"
-BRANCH="RELEASE-p5"
+BRANCH="RELEASE-p6"
if [ -n "${BRANCH_OVERRIDE}" ]; then
BRANCH=${BRANCH_OVERRIDE}
fi