From: Russ Cox
Date: Wed, 13 Dec 2017 16:00:14 +0000 (-0500)
Subject: doc/go1.10: preannounce deprecation of OS X 10.9 Mavericks
X-Git-Tag: go1.10beta2~125
X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=81c19cc0119d1b88e9cd26f65d93f3eede0d8620;p=gostls13.git
doc/go1.10: preannounce deprecation of OS X 10.9 Mavericks
By the time Go 1.11 is released, OS X 10.9 Mavericks will have gone
two years with no security updates.
For #23011.
Change-Id: I6482852a14477985769b72c45c92416aae8be100
Reviewed-on: https://go-review.googlesource.com/83795
Run-TryBot: Russ Cox
Reviewed-by: Brad Fitzpatrick
TryBot-Result: Gobot Gobot
---
diff --git a/doc/go1.10.html b/doc/go1.10.html
index ec6a4d1c7e..3f530dd6e2 100644
--- a/doc/go1.10.html
+++ b/doc/go1.10.html
@@ -65,8 +65,8 @@ and improvements to the code generated by the compilers.
-Go 1.10 is the last release that will run on OS X 10.8 Mountain Lion.
-Go 1.11 will require OS X 10.9 Mavericks or later.
+Go 1.10 is the last release that will run on OS X 10.8 Mountain Lion or on OS X 10.9 Mavericks.
+Go 1.11 will require OS X 10.10 Yosemite or later.
@@ -76,7 +76,7 @@ support for FreeBSD 9.3 has been removed.
-Go now runs on NetBSD again, but requires the unreleased NetBSD 8.
+Go now runs on NetBSD again but requires the unreleased NetBSD 8.
Only GOARCH
amd64
and 386
are
known to work. The arm
port might work but is untested.