From: Yuval Pavel Zholkover Date: Fri, 1 Feb 2019 15:58:01 +0000 (+0200) Subject: doc: go1.12: document FreeBSD 12.0 requires COMPAT_FREEBSD11 X-Git-Tag: go1.12rc1~12 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=20c110eb2aacd9023bf7340252f14c83cba7abba;p=gostls13.git doc: go1.12: document FreeBSD 12.0 requires COMPAT_FREEBSD11 Fixes #22447 Fixes #22448 Change-Id: Ia24f42c31e014c79040ff927f1247dfb2318de4f Reviewed-on: https://go-review.googlesource.com/c/160778 Reviewed-by: Brad Fitzpatrick Reviewed-by: Tobias Klauser --- diff --git a/doc/go1.12.html b/doc/go1.12.html index e92d368386..5cd35b94c4 100644 --- a/doc/go1.12.html +++ b/doc/go1.12.html @@ -47,6 +47,7 @@ Do not send CLs removing the interior tags from such phrases. Go 1.12 is the last release that is supported on FreeBSD 10.x, which has already reached end-of-life. Go 1.13 will require FreeBSD 11.2+ or FreeBSD 12.0+. + FreeBSD 12.0+ requires a kernel with the COMPAT_FREEBSD11 option set (this is the default).