aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Johnston <markj@FreeBSD.org>2021-06-29 17:18:53 +0000
committerMark Johnston <markj@FreeBSD.org>2021-06-29 20:06:47 +0000
commitb368bb75bad8c94ab391cb166d9e3bea0c2fa39e (patch)
treec89890e2c1d0cfdf563603d3bc1fed814a45ef6e
parentd1fffaed2309d8bd9dd840de422647c5c83f8411 (diff)
downloadsrc-b368bb75bad8c94ab391cb166d9e3bea0c2fa39e.tar.gz
src-b368bb75bad8c94ab391cb166d9e3bea0c2fa39e.zip
Add UPDATING entries and bump version
Approved by: so
-rw-r--r--UPDATING17
-rw-r--r--sys/conf/newvers.sh2
2 files changed, 18 insertions, 1 deletions
diff --git a/UPDATING b/UPDATING
index 87e4818e3ae7..dcf580314337 100644
--- a/UPDATING
+++ b/UPDATING
@@ -11,6 +11,23 @@ handbook:
Items affecting the ports and packages system can be found in
/usr/ports/UPDATING. Please read that file before running portupgrade.
+20210629:
+ 13.0-RELEASE-p3 FreeBSD-EN-21:18.libc++
+ FreeBSD-EN-21:19.libcasper
+ FreeBSD-EN-21:20.vlan
+ FreeBSD-EN-21:21.ipfw
+ FreeBSD-EN-21:22.linux_futex
+
+ Missing C++20 headers in libc++ [EN-21:18.libc++]
+
+ libcasper assertion failure [EN-21:19.libcasper]
+
+ Missing backwards compatibility in vlan(4) [EN-21:20.vlan]
+
+ Kernel panic with ipfw link-layer filtering enabled [EN-21:21.ipfw]
+
+ Linux compatibility layer futex(2) system call vulnerability [EN-21:22.linux_futex]
+
20210601:
13.0-RELEASE-p2 FreeBSD-EN-21:17.libradius
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh
index e09ee0afdaec..5207dff32cb4 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -54,7 +54,7 @@
TYPE="FreeBSD"
REVISION="13.0"
-BRANCH="RELEASE-p2"
+BRANCH="RELEASE-p3"
if [ -n "${BRANCH_OVERRIDE}" ]; then
BRANCH=${BRANCH_OVERRIDE}
fi