From 01efaef88f1efa5e76bfbfbc35e960393bbcf604 Mon Sep 17 00:00:00 2001 From: Gordon Tetlow Date: Wed, 8 Feb 2023 10:12:59 -0800 Subject: [PATCH] Add UPDATING entries 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 0d63c5bb063..da209c2d9f3 100644 --- a/UPDATING +++ b/UPDATING @@ -12,6 +12,22 @@ 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. +20230208: + 13.1-RELEASE-p6 FreeBSD-SA-23:01.geli + FreeBSD-EN-23:01.tzdata + FreeBSD-EN-23:02.sdhci + FreeBSD-EN-23:03.ena + FreeBSD-EN-23:04.ixgbe + + Fix GELI silently omits the keyfile if read from stdin [SA-23:01.geli] + + Timezone database information update [EN-23:01.tzdata] + + Fix sdhci(4) broken write-protect settings [EN-23:02.sdhci] + + Fix ena driver crash after reset in 7th gen AWS instance types [EN-23:03.ena] + + Fix ixgbe incorrectly reporting input errors for 82599ES [EN-23:04.ixgbe] 20221129: 13.1-RELEASE-p5 FreeBSD-SA-22:15.ping FreeBSD-EN-22:28.heimdal diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh index ba1bff62eb1..388c21f7d02 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -54,7 +54,7 @@ TYPE="FreeBSD" REVISION="13.1" -BRANCH="RELEASE-p5" +BRANCH="RELEASE-p6" if [ -n "${BRANCH_OVERRIDE}" ]; then BRANCH=${BRANCH_OVERRIDE} fi -- 2.45.0