mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Add UPDATING entries and bump version.
Approved by: so Approved by: re (implicit)
This commit is contained in:
parent
22ff367951
commit
494ab951b4
2 changed files with 5 additions and 1 deletions
4
UPDATING
4
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 p21 FreeBSD-SA-20:17.usb
|
||||
|
||||
Fix USB HID descriptor parsing error. [SA-20:17.usb]
|
||||
|
||||
20200512 p20 FreeBSD-EN-20:08.tzdata
|
||||
FreeBSD-EN-20:10.build
|
||||
FreeBSD-SA-20:12.libalias
|
||||
|
|
|
|||
|
|
@ -44,7 +44,7 @@
|
|||
|
||||
TYPE="FreeBSD"
|
||||
REVISION="11.2"
|
||||
BRANCH="RELEASE-p20"
|
||||
BRANCH="RELEASE-p21"
|
||||
if [ -n "${BRANCH_OVERRIDE}" ]; then
|
||||
BRANCH=${BRANCH_OVERRIDE}
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in a new issue