git: 3324a4bc8d46 - releng/13.0 - Add UPDATING entry and bump version.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 22 Mar 2022 04:53:13 UTC
The branch releng/13.0 has been updated by gordon:
URL: https://cgit.FreeBSD.org/src/commit/?id=3324a4bc8d46d26e37268e486dfd9e43c6e95c07
commit 3324a4bc8d46d26e37268e486dfd9e43c6e95c07
Author: Gordon Tetlow <gordon@FreeBSD.org>
AuthorDate: 2022-03-22 04:51:59 +0000
Commit: Gordon Tetlow <gordon@FreeBSD.org>
CommitDate: 2022-03-22 04:51:59 +0000
Add UPDATING entry and bump version.
Approved by: so
---
UPDATING | 5 +++++
sys/conf/newvers.sh | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/UPDATING b/UPDATING
index 786a1ce091a6..3f5f10bb3b8b 100644
--- a/UPDATING
+++ b/UPDATING
@@ -11,6 +11,11 @@ handbook:
Items affecting the ports and packages system can be found in
/usr/ports/UPDATING. Please read that file before running portupgrade.
+20220321:
+ 13.0-RELEASE-p9 FreeBSD-EN-22:13.zfs
+
+ Fix ZFS data loss [FreeBSD-EN-22:13.zfs]
+
20220315:
13.0-RELEASE-p8 FreeBSD-EN-22:10.zfs
FreeBSD-EN-22:11.zfs
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh
index 406f2be4407e..5e75ca253405 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -54,7 +54,7 @@
TYPE="FreeBSD"
REVISION="13.0"
-BRANCH="RELEASE-p8"
+BRANCH="RELEASE-p9"
if [ -n "${BRANCH_OVERRIDE}" ]; then
BRANCH=${BRANCH_OVERRIDE}
fi