Add UPDATING entries and bump the branch version.

Approved by:    so
This commit is contained in:
Gordon Tetlow 2024-06-18 10:48:38 -07:00 committed by Franco Fichtner
parent 736bc6f98f
commit 4d53a6b7a4
2 changed files with 9 additions and 1 deletions

View file

@ -12,6 +12,14 @@ 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.
20240619:
14.1-RELEASE-p1 EN-24:10.zfs
EN-24:13.libc++
Fix kernel memory leak in ZFS [EN-24:10.zfs]
Fix incorrect size passed to heap allocated std::string delete [EN-24:13.libc++]
20240604:
14.1-RELEASE.

View file

@ -53,7 +53,7 @@
TYPE="FreeBSD"
REVISION="14.1"
BRANCH="RELEASE"
BRANCH="RELEASE-p1"
if [ -n "${BRANCH_OVERRIDE}" ]; then
BRANCH=${BRANCH_OVERRIDE}
fi