aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Fitzpatrick <bradfitz@golang.org>2017-12-06 18:44:13 +0000
committerBrad Fitzpatrick <bradfitz@golang.org>2017-12-07 01:07:30 +0000
commit617fc0ffd3dabd24a43a713af0a05a7f93516d36 (patch)
treee6b6fabfdf42db2fbaf32113aef50786310458e7
parent0ec59e4c087e8d23715abe896a8c409c99bb989a (diff)
downloadgo-617fc0ffd3dabd24a43a713af0a05a7f93516d36.tar.gz
go-617fc0ffd3dabd24a43a713af0a05a7f93516d36.zip
doc/go1.10: add NetBSD and OpenBSD to Go 1.10 release notes
Fixes #22911 Change-Id: I61de85323e290b64917a09bc512935e835ff7cf0 Reviewed-on: https://go-review.googlesource.com/82276 Reviewed-by: Ian Lance Taylor <iant@golang.org>
-rw-r--r--doc/go1.10.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/go1.10.html b/doc/go1.10.html
index 67a1605314..c744fa511f 100644
--- a/doc/go1.10.html
+++ b/doc/go1.10.html
@@ -75,6 +75,18 @@ Go 1.10 now requires FreeBSD 10.3 or later;
support for FreeBSD 9.3 has been removed.
</p>
+<p id="netbsd">
+Go now runs on NetBSD again, but requires the unreleased NetBSD 8.
+Only <code>GOARCH=amd64</code> running on NetBSD amd64 and <code>GOARCH=386</code>
+running on NetBSD i386 are known to work. 64-bit Go binaries are known to
+fail on 32-bit NetBSD kernels. <code>GOARCH=arm</code> is untested.
+</p>
+
+<p id="openbsd">
+Go 1.10 is the last release that will run on OpenBSD 6.0.
+Go 1.11 will require OpenBSD 6.2.
+</p>
+
<p id="mips">
On 32-bit MIPS systems, the new environment variable settings
<code>GOMIPS=hardfloat</code> (the default) and