From: Russ Cox Date: Wed, 10 Jan 2018 16:18:59 +0000 (-0500) Subject: doc/go1.10: document that Go 1.11 will remove Windows XP support X-Git-Tag: go1.10beta2~12 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=e7303a72dbd8dd965fbaa2f0cf74c5c0bb70ed8d;p=gostls13.git doc/go1.10: document that Go 1.11 will remove Windows XP support Fixes #23380. Change-Id: Ia9a086eada21b5561f110833afcf93e542a04407 Reviewed-on: https://go-review.googlesource.com/87175 Run-TryBot: Russ Cox Reviewed-by: Brad Fitzpatrick Reviewed-by: Alex Brainman TryBot-Result: Gobot Gobot --- diff --git a/doc/go1.10.html b/doc/go1.10.html index b9ca02ceb5..04944ac19a 100644 --- a/doc/go1.10.html +++ b/doc/go1.10.html @@ -64,11 +64,6 @@ in particular new instructions in the assembler 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 or on OS X 10.9 Mavericks. -Go 1.11 will require OS X 10.10 Yosemite or later. -

-

As announced in the Go 1.9 release notes, Go 1.10 now requires FreeBSD 10.3 or later; @@ -81,11 +76,6 @@ Only GOARCH amd64 and 386 have been fixed. The arm port is still broken.

-

-Go 1.10 is the last release that will run on OpenBSD 6.0. -Go 1.11 will require OpenBSD 6.2. -

-

On 32-bit MIPS systems, the new environment variable settings GOMIPS=hardfloat (the default) and @@ -93,6 +83,21 @@ On 32-bit MIPS systems, the new environment variable settings hardware instructions or software emulation for floating-point computations.

+

+Go 1.10 is the last release that will run on OpenBSD 6.0. +Go 1.11 will require OpenBSD 6.2. +

+ +

+Go 1.10 is the last release that will run on OS X 10.8 Mountain Lion or OS X 10.9 Mavericks. +Go 1.11 will require OS X 10.10 Yosemite or later. +

+ +

+Go 1.10 is the last release that will run on Windows XP or Windows Vista. +Go 1.11 will require Windows 7 or later. +

+

Tools

Default GOROOT & GOTMPDIR