From 19009ae948fc7741e2fcc8f16c4062062b70a9c9 Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Thu, 11 Apr 2019 04:57:14 +0000 Subject: [PATCH] [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 (cherry picked from commit ab2a0803383f0f019db0b2252095f2fdb7735cea) Reviewed-on: https://go-review.googlesource.com/c/go/+/171766 Reviewed-by: Bryan C. Mills --- doc/devel/release.html | 16 ++++++++++++++-- 1 file 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 doc, net,

-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. +

+ +

+go1.12.4 (released 2019/04/11) fixes an issue where using the prebuilt binary releases on older versions of GNU/Linux led to failures when linking programs that used cgo. @@ -122,7 +128,13 @@ go1.11.7 (released 2019/04/05) includes fixes to the runtime and the

-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. +

+ +

+go1.11.9 (released 2019/04/11) fixes an issue where using the prebuilt binary releases on older versions of GNU/Linux led to failures when linking programs that used cgo. -- 2.48.1