git: 2646dd665909 - releng/13.0 - Add UPDATING entries and bump version.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 03 Nov 2021 20:54:21 UTC
The branch releng/13.0 has been updated by gordon: URL: https://cgit.FreeBSD.org/src/commit/?id=2646dd665909e60a369015c17cb602515e6025dc commit 2646dd665909e60a369015c17cb602515e6025dc Author: Gordon Tetlow <gordon@FreeBSD.org> AuthorDate: 2021-11-03 20:53:11 +0000 Commit: Gordon Tetlow <gordon@FreeBSD.org> CommitDate: 2021-11-03 20:53:11 +0000 Add UPDATING entries and bump version. Approved by: so --- UPDATING | 14 ++++++++++++++ sys/conf/newvers.sh | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/UPDATING b/UPDATING index 804f8d7af263..ffdb6f389e68 100644 --- a/UPDATING +++ b/UPDATING @@ -11,6 +11,20 @@ handbook: Items affecting the ports and packages system can be found in /usr/ports/UPDATING. Please read that file before running portupgrade. +20211103: + 13.0-RELEASE-p5 FreeBSD-EN-21:26.libevent + FreeBSD-EN-21:27.caroot + FreeBSD-EN-21:28.vmci + FreeBSD-EN-21:29.tzdata + + Fix libevent1 ABI breakage. [EN-21:26.libevent] + + Root certificate bundle update. [EN-21:27.caroot] + + Fix kernel panic in vmci driver initialization. [EN-21:28.vmci] + + Timezone database information update. [EN-21:29.tzdata] + 20210824: 13.0-RELEASE-p4 FreeBSD-EN-21:23.virtio_blk FreeBSD-EN-21:24.libcrypto diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh index 83b0c973bc13..6c2cdf194ac3 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -54,7 +54,7 @@ TYPE="FreeBSD" REVISION="13.0" -BRANCH="RELEASE-p4" +BRANCH="RELEASE-p5" if [ -n "${BRANCH_OVERRIDE}" ]; then BRANCH=${BRANCH_OVERRIDE} fi