Date: Fri, 29 Jan 2021 01:19:50 GMT From: Ed Maste <emaste@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org Subject: git: 32ed3ad05e5a - releng/12.2 - Add UPDATING entry and bump version Message-ID: <202101290119.10T1Jos8058982@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch releng/12.2 has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=32ed3ad05e5aecd919e879e9440a5b2f86c794db commit 32ed3ad05e5aecd919e879e9440a5b2f86c794db Author: Ed Maste <emaste@FreeBSD.org> AuthorDate: 2021-01-29 01:09:12 +0000 Commit: Ed Maste <emaste@FreeBSD.org> CommitDate: 2021-01-29 01:17:51 +0000 Add UPDATING entry and bump version Approved by: so --- UPDATING | 16 ++++++++++++++++ sys/conf/newvers.sh | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/UPDATING b/UPDATING index 689474e62bd6..7273d677649d 100644 --- a/UPDATING +++ b/UPDATING @@ -16,6 +16,22 @@ 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. +20210128: p3 FreeBSD-EN-21:01.tzdata + FreeBSD-EN-21:03.vnet + FreeBSD-EN-21:04.zfs + FreeBSD-SA-21:01.fsdisclosure + FreeBSD-SA-21:02.xenoom + + Update timezone database information [EN-21:01.tzdata] + + Panic when destroying VNET and epair simultaneously [EN-21:03.vnet] + + zfs recv fails to propagate snapshot deletion [EN-21:04.zfs] + + Uninitialized file system kernel stack leaks [SA-21:01.fsdisclosure] + + Xen guest-triggered out of memory [SA-21:02.xenoom] + 20201208: p2 FreeBSD-SA-20:33.openssl Fix OpenSSL NULL pointer de-reference. [SA-20:33.openssl] diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh index d6b2eb7881aa..3e08cc3503ef 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -49,7 +49,7 @@ TYPE="FreeBSD" REVISION="12.2" -BRANCH="RELEASE-p2" +BRANCH="RELEASE-p3" if [ -n "${BRANCH_OVERRIDE}" ]; then BRANCH=${BRANCH_OVERRIDE} fi
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101290119.10T1Jos8058982>