The branch releng/13.0 has been updated by gordon: URL: https://cgit.FreeBSD.org/src/commit/?id=312522780e83a32373f3f1e9ef6a598cb4c68b18
commit 312522780e83a32373f3f1e9ef6a598cb4c68b18 Author: Gordon Tetlow <[email protected]> AuthorDate: 2022-03-22 16:25:42 +0000 Commit: Gordon Tetlow <[email protected]> CommitDate: 2022-03-22 16:25:42 +0000 Add UPDATING entries 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 3f5f10bb3b8b..d23f307346a8 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. +20220322: + 13.0-RELEASE-p10 FreeBSD-EN-22:14.tzdata + + Timezone database information update. [EN-22:14.tzdata] + 20220321: 13.0-RELEASE-p9 FreeBSD-EN-22:13.zfs diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh index 5e75ca253405..5e25c3b9bd4e 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -54,7 +54,7 @@ TYPE="FreeBSD" REVISION="13.0" -BRANCH="RELEASE-p9" +BRANCH="RELEASE-p10" if [ -n "${BRANCH_OVERRIDE}" ]; then BRANCH=${BRANCH_OVERRIDE} fi
