aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordon Tetlow <gordon@FreeBSD.org>2020-06-09 16:15:07 +0000
committerGordon Tetlow <gordon@FreeBSD.org>2020-06-09 16:15:07 +0000
commit180f40586fad8b4f35a9d5d39aab96786f9c9dd0 (patch)
treea6bdae9aa5577063bcff363a0499bbd6c1c35235
parentd2e4dec37d5a79d74eefb3ed029555f21048742a (diff)
downloadsrc-180f40586fad8b4f35a9d5d39aab96786f9c9dd0.tar.gz
src-180f40586fad8b4f35a9d5d39aab96786f9c9dd0.zip
Add UPDATING entries and bump version.
Approved by: so Approved by: re (implicit)
Notes
Notes: svn path=/releng/11.3/; revision=361973
-rw-r--r--UPDATING4
-rw-r--r--sys/conf/newvers.sh2
2 files changed, 5 insertions, 1 deletions
diff --git a/UPDATING b/UPDATING
index a84e35bcc5ef..9547434a65b0 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 17141b97ab3e..281b55193132 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