aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordon Tetlow <gordon@FreeBSD.org>2021-11-03 20:53:11 +0000
committerGordon Tetlow <gordon@FreeBSD.org>2021-11-03 20:53:11 +0000
commit2646dd665909e60a369015c17cb602515e6025dc (patch)
tree1eb131a68facaf964ed0915bb68368212c911ab6
parent11754a61115f60d16d022ae54ea6e0a2a85b81ba (diff)
downloadsrc-2646dd665909e60a369015c17cb602515e6025dc.tar.gz
src-2646dd665909e60a369015c17cb602515e6025dc.zip
Add UPDATING entries and bump version.
Approved by: so
-rw-r--r--UPDATING14
-rw-r--r--sys/conf/newvers.sh2
2 files changed, 15 insertions, 1 deletions
diff --git a/UPDATING b/UPDATING
index 804f8d7af263..ffdb6f389e68 100644
--- a/UPDATING
+++ b/UPDATING
@@ -11,6 +11,20 @@ handbook:
Items affecting the ports and packages system can be found in
/usr/ports/UPDATING. Please read that file before running portupgrade.
+20211103:
+ 13.0-RELEASE-p5 FreeBSD-EN-21:26.libevent
+ FreeBSD-EN-21:27.caroot
+ FreeBSD-EN-21:28.vmci
+ FreeBSD-EN-21:29.tzdata
+
+ Fix libevent1 ABI breakage. [EN-21:26.libevent]
+
+ Root certificate bundle update. [EN-21:27.caroot]
+
+ Fix kernel panic in vmci driver initialization. [EN-21:28.vmci]
+
+ Timezone database information update. [EN-21:29.tzdata]
+
20210824:
13.0-RELEASE-p4 FreeBSD-EN-21:23.virtio_blk
FreeBSD-EN-21:24.libcrypto
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh
index 83b0c973bc13..6c2cdf194ac3 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -54,7 +54,7 @@
TYPE="FreeBSD"
REVISION="13.0"
-BRANCH="RELEASE-p4"
+BRANCH="RELEASE-p5"
if [ -n "${BRANCH_OVERRIDE}" ]; then
BRANCH=${BRANCH_OVERRIDE}
fi