]> Cypherpunks repositories - gostls13.git/commitdiff
[release-branch.go1.11] doc: document Go 1.11.9
authorBrad Fitzpatrick <bradfitz@golang.org>
Thu, 11 Apr 2019 04:57:14 +0000 (04:57 +0000)
committerDmitri Shuralyov <dmitshur@golang.org>
Thu, 11 Apr 2019 21:32:00 +0000 (21:32 +0000)
Updates #31293

Change-Id: I3d72f732be7b28059310ea6fc134c3bfac81492d
Reviewed-on: https://go-review.googlesource.com/c/go/+/171578
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
(cherry picked from commit ab2a0803383f0f019db0b2252095f2fdb7735cea)
Reviewed-on: https://go-review.googlesource.com/c/go/+/171767
Reviewed-by: Bryan C. Mills <bcmills@google.com>
doc/devel/release.html

index 6d6e2615eef3b2f7f5b670285084b48bbeddb2a6..2fc9efae6f9b559ab62b2d04c29cbe5f1572c3ab 100644 (file)
@@ -89,7 +89,13 @@ go1.11.7 (released 2019/04/05) includes fixes to the runtime and the
 </p>
 
 <p>
-go1.11.8 (released 2019/04/08) fixes an issue where using the prebuilt binary
+go1.11.8 (released 2019/04/08) was accidentally released without its
+intended fix. It is identical to go1.11.7, except for its version
+number. The intended fix is in go1.11.9.
+</p>
+
+<p>
+go1.11.9 (released 2019/04/11) fixes an issue where using the prebuilt binary
 releases on older versions of GNU/Linux
 <a href="https://golang.org/issues/31293">led to failures</a>
 when linking programs that used cgo.