From 75a1c11db6bb8da822a22a8c613f3e255fbdc06a Mon Sep 17 00:00:00 2001 From: gordon Date: Tue, 9 Jun 2020 16:15:07 +0000 Subject: [PATCH] Add UPDATING entries and bump version. Approved by: so Approved by: re (implicit) --- UPDATING | 4 ++++ sys/conf/newvers.sh | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/UPDATING b/UPDATING index a84e35bcc5e..9547434a65b 100644 --- a/UPDATING +++ b/UPDATING @@ -16,6 +16,10 @@ 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. +20200609 p10 FreeBSD-SA-20:17.usb + + Fix USB HID descriptor parsing error. [SA-20:17.usb] + 20200512 p9 FreeBSD-EN-20:08.tzdata FreeBSD-EN-20:10.build FreeBSD-SA-20:12.libalias diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh index 17141b97ab3..281b5519313 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -44,7 +44,7 @@ TYPE="FreeBSD" REVISION="11.3" -BRANCH="RELEASE-p9" +BRANCH="RELEASE-p10" if [ -n "${BRANCH_OVERRIDE}" ]; then BRANCH=${BRANCH_OVERRIDE} fi -- 2.45.0