From: Andrew Bonventre Date: Mon, 8 Apr 2019 19:43:32 +0000 (-0400) Subject: [release-branch.go1.12] doc: document Go 1.12.3 X-Git-Tag: go1.12.3~4 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=19dea72f5fea675d7f32bbfdf47156d955477d92;p=gostls13.git [release-branch.go1.12] doc: document Go 1.12.3 Change-Id: I84c9a8ddbd3101dd478e4a8a4e191863e68c6af6 Reviewed-on: https://go-review.googlesource.com/c/go/+/171140 Reviewed-by: Brad Fitzpatrick (cherry picked from commit 8759b4d3843494b60dd9d58458b4f2774baf5fcb) Reviewed-on: https://go-review.googlesource.com/c/go/+/171141 --- diff --git a/doc/devel/release.html b/doc/devel/release.html index a978ddccd5..a9ab9cc2d9 100644 --- a/doc/devel/release.html +++ b/doc/devel/release.html @@ -48,6 +48,14 @@ command, the runtime, and the doc, net, 1.12.2 milestone on our issue tracker for details.

+

+go1.12.3 (released 2019/04/08) fixes an issue where using the prebuilt binary +releases on older versions of GNU/Linux +led to failures +when linking programs that used cgo. +Only Linux users who hit this issue need to update. +

+

go1.11 (released 2018/08/24)