From e81b1bd17fb4e83865d60461c2554d90f72cd395 Mon Sep 17 00:00:00 2001 From: Mark Johnston Date: Mon, 31 Oct 2022 19:06:46 -0400 Subject: [PATCH] Add UPDATING entries and bump version Approved by: so --- UPDATING | 23 +++++++++++++++++++++++ sys/conf/newvers.sh | 2 +- 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/UPDATING b/UPDATING index 008357ffbaf..40e0da70f4c 100644 --- a/UPDATING +++ b/UPDATING @@ -12,6 +12,29 @@ 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. +20221101: + 13.1-RELEASE-p3 FreeBSD-EN-22:21.zfs + FreeBSD-EN-22:22.tzdata + FreeBSD-EN-22:23.vm + FreeBSD-EN-22:24.zfs + FreeBSD-EN-22:25.tcp + FreeBSD-EN-22:26.cam + FreeBSD-EN-22:27.loader + + ZFS B-Tree use-after-free [EN-22:21.zfs] + + Timezone database information update [EN-22:22.tzdata] + + Memory pages become unreclaimable [EN-22:23.vm] + + ZFS snapshot directories not accessible over NFS [EN-22:24.zfs] + + Possible data corruption with TCP SACK retransmissions [EN-22:25.tcp] + + CAM ioctl(2) compatibility breakage [EN-22:26.cam] + + UEFI loader failing to boot older amd64 kernels [EN-22:27.loader] + 20220830: 13.1-RELEASE-p2 FreeBSD-SA-22:13.zlib FreeBSD-EN-22:20.tzdata diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh index 6ea9f7852c3..8b7b468a027 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -54,7 +54,7 @@ TYPE="FreeBSD" REVISION="13.1" -BRANCH="RELEASE-p2" +BRANCH="RELEASE-p3" if [ -n "${BRANCH_OVERRIDE}" ]; then BRANCH=${BRANCH_OVERRIDE} fi -- 2.45.0