git: e81b1bd17fb4 - releng/13.1 - Add UPDATING entries and bump version
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 01 Nov 2022 20:33:48 UTC
The branch releng/13.1 has been updated by markj:
URL: https://cgit.FreeBSD.org/src/commit/?id=e81b1bd17fb4e83865d60461c2554d90f72cd395
commit e81b1bd17fb4e83865d60461c2554d90f72cd395
Author: Mark Johnston <markj@FreeBSD.org>
AuthorDate: 2022-10-31 23:06:46 +0000
Commit: Mark Johnston <markj@FreeBSD.org>
CommitDate: 2022-11-01 18:03:25 +0000
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 008357ffbaf5..40e0da70f4c5 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 6ea9f7852c3b..8b7b468a027c 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