mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Add UPDATING entries and bump the branch version.
Approved by: so
This commit is contained in:
parent
736bc6f98f
commit
4d53a6b7a4
2 changed files with 9 additions and 1 deletions
8
UPDATING
8
UPDATING
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
|
|
@ -53,7 +53,7 @@
|
|||
|
||||
TYPE="FreeBSD"
|
||||
REVISION="14.1"
|
||||
BRANCH="RELEASE"
|
||||
BRANCH="RELEASE-p1"
|
||||
if [ -n "${BRANCH_OVERRIDE}" ]; then
|
||||
BRANCH=${BRANCH_OVERRIDE}
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in a new issue