]> Cypherpunks repositories - gostls13.git/commitdiff
[release-branch.go1.11] doc: document Go 1.11.8
authorAndrew Bonventre <andybons@golang.org>
Mon, 8 Apr 2019 19:42:30 +0000 (15:42 -0400)
committerAndrew Bonventre <andybons@golang.org>
Mon, 8 Apr 2019 20:27:55 +0000 (20:27 +0000)
Change-Id: Ia06f7005f466e55a22c76bf2b47d74ee8eb77dd1
Reviewed-on: https://go-review.googlesource.com/c/go/+/171139
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
(cherry picked from commit 739a78f2b8de3139ec253719d0a688c08b8e5324)
Reviewed-on: https://go-review.googlesource.com/c/go/+/171142
Reviewed-by: Andrew Bonventre <andybons@golang.org>
doc/devel/release.html

index c83616422ff1c780cacdc097689fba86f4b788c1..6c47949a0e3b4ca7cfe6b44b5da7c7fde2dfab22 100644 (file)
@@ -88,6 +88,14 @@ go1.11.7 (released 2019/04/05) includes fixes to the runtime and the
 1.11.7 milestone</a> on our issue tracker for details.
 </p>
 
+<p>
+go1.11.8 (released 2019/04/08) fixes an issue where using the prebuilt binary
+releases on older versions of GNU/Linux
+<a href="https://golang/go/issues/31293">led to failures</a>
+when linking programs that used cgo.
+Only Linux users who hit this issue need to update.
+</p>
+
 <h2 id="go1.10">go1.10 (released 2018/02/16)</h2>
 
 <p>