diff options
| author | Mark Johnston <markj@FreeBSD.org> | 2021-02-23 22:54:20 +0000 |
|---|---|---|
| committer | Mark Johnston <markj@FreeBSD.org> | 2021-02-24 01:34:52 +0000 |
| commit | 7a03d4b081a02c6b8d8d816f4172f0d01980497e (patch) | |
| tree | 8ea31b54142ac5c42324ad21341f3401edb2ad9e | |
| parent | 3ea0e6b45274a296b859a3171070834a2e33c5fd (diff) | |
Add UPDATING entry and bump version
Approved by: so
| -rw-r--r-- | UPDATING | 16 | ||||
| -rw-r--r-- | sys/conf/newvers.sh | 2 |
2 files changed, 17 insertions, 1 deletions
@@ -16,6 +16,22 @@ 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. +20210223: p8 FreeBSD-SA-21:03.pam_login_access + FreeBSD-SA-21:04.jail_remove + FreeBSD-SA-21:05.jail_chdir + FreeBSD-SA-21:06.xen + FreeBSD-EN-21:08.freebsd-update + + login.access fails to apply rules [SA-21:03.pam_login_access] + + jail_remove(2) fails to kill all jailed processes [SA-21:04.jail_remove] + + jail_attach(2) relies on the caller to change the cwd [SA-21:05.jail_chdir] + + Xen grant mapping error handling issues [SA-21:06.xen] + + freebsd-update passwd regeneration [EN-21:08.freebsd-update] + 20210128: p7 FreeBSD-EN-21:01.tzdata FreeBSD-EN-21:02.extattr FreeBSD-EN-21:05.libatomic diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh index e9d5ad3f5d41..96d5d515e010 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -44,7 +44,7 @@ TYPE="FreeBSD" REVISION="11.4" -BRANCH="RELEASE-p7" +BRANCH="RELEASE-p8" if [ -n "${BRANCH_OVERRIDE}" ]; then BRANCH=${BRANCH_OVERRIDE} fi |
