From: David du Colombier <0intro@gmail.com> Date: Fri, 18 Apr 2014 19:40:55 +0000 (+0200) Subject: doc/go1.3.html: Plan 9 support X-Git-Tag: go1.3beta1~17 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=75b74ea8ff0ee62828c04e9567ccc5238cec5d49;p=gostls13.git doc/go1.3.html: Plan 9 support LGTM=aram, r R=r, aram, bradfitz CC=golang-codereviews, rsc https://golang.org/cl/89130045 --- diff --git a/doc/go1.3.html b/doc/go1.3.html index 7ad98cbeeb..96ea166279 100644 --- a/doc/go1.3.html +++ b/doc/go1.3.html @@ -14,7 +14,7 @@ precise garbage collection, a major refactoring of the compiler tool chain that results in faster builds, especially for large projects, significant performance improvements across the board, -and support for Solaris and Google's Native Client architecture (NaCl). +and support for Solaris, Plan 9 and Google's Native Client architecture (NaCl). It also has an important refinement to the memory model regarding synchronization. As always, Go 1.3 keeps the promise of compatibility, @@ -42,6 +42,11 @@ how to set up the Go version is described Support for Plan 9 + +

+Go 1.3 now includes experimental support for Plan 9 on the 386 (32-bit x86) architecture. +

Removal of support for Windows 2000