aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/devel/release.html8
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/devel/release.html b/doc/devel/release.html
index 6d6e2615ee..2fc9efae6f 100644
--- a/doc/devel/release.html
+++ b/doc/devel/release.html
@@ -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.