aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Fitzpatrick <bradfitz@golang.org>2019-04-11 04:57:14 +0000
committerDmitri Shuralyov <dmitshur@golang.org>2019-04-11 21:28:59 +0000
commit19009ae948fc7741e2fcc8f16c4062062b70a9c9 (patch)
tree187ab51e91f2e9165d1b67c9cecacef0543849d2
parent62ec3dd260324d243491b271d53ccdfd4a1f14e3 (diff)
downloadgo-19009ae948fc7741e2fcc8f16c4062062b70a9c9.tar.gz
go-19009ae948fc7741e2fcc8f16c4062062b70a9c9.zip
[release-branch.go1.12] doc: document Go 1.12.4 and Go 1.11.9
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/+/171766 Reviewed-by: Bryan C. Mills <bcmills@google.com>
-rw-r--r--doc/devel/release.html16
1 files changed, 14 insertions, 2 deletions
diff --git a/doc/devel/release.html b/doc/devel/release.html
index 2a7a499024..1d0b535197 100644
--- a/doc/devel/release.html
+++ b/doc/devel/release.html
@@ -49,7 +49,13 @@ command, the runtime, and the <code>doc</code>, <code>net</code>,
</p>
<p>
-go1.12.3 (released 2019/04/08) fixes an issue where using the prebuilt binary
+go1.12.3 (released 2019/04/08) was accidentally released without its
+intended fix. It is identical to go1.12.2, except for its version
+number. The intended fix is in go1.12.4.
+</p>
+
+<p>
+go1.12.4 (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.
@@ -122,7 +128,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.