aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuval Pavel Zholkover <paulzhol@gmail.com>2019-02-01 17:58:01 +0200
committerTobias Klauser <tobias.klauser@gmail.com>2019-02-05 07:25:53 +0000
commit20c110eb2aacd9023bf7340252f14c83cba7abba (patch)
tree67467cf897d964d6e56161ce221276bd22389870
parentb5be877ba4318422547068b85c673639cd843b7d (diff)
downloadgo-20c110eb2aacd9023bf7340252f14c83cba7abba.tar.gz
go-20c110eb2aacd9023bf7340252f14c83cba7abba.zip
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 <bradfitz@golang.org> Reviewed-by: Tobias Klauser <tobias.klauser@gmail.com>
-rw-r--r--doc/go1.12.html1
1 files changed, 1 insertions, 0 deletions
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).
</p>
<p><!-- CL 146898 -->