From: Filippo Valsorda
Date: Tue, 5 Jun 2018 21:12:29 +0000 (-0400)
Subject: [release-branch.go1.10] doc: document Go 1.10.3
X-Git-Tag: go1.10.3~1
X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=4059afb41925a2ac42a3c840b9d88ac08dd01c99;p=gostls13.git
[release-branch.go1.10] doc: document Go 1.10.3
Change-Id: Ifc774bb9267baa773e91c617204329d3e04bd4b7
Reviewed-on: https://go-review.googlesource.com/116363
Reviewed-by: Brad Fitzpatrick
Reviewed-by: Russ Cox
(cherry picked from commit b0951aff8f6a004fc2e73fdb98350125daea6c05)
Reviewed-on: https://go-review.googlesource.com/116477
Reviewed-by: Filippo Valsorda
---
diff --git a/doc/devel/release.html b/doc/devel/release.html
index 7cb788a4fc..584340b005 100644
--- a/doc/devel/release.html
+++ b/doc/devel/release.html
@@ -48,6 +48,15 @@ See the Go
1.10.2 milestone on our issue tracker for details.
+
+go1.10.3 (released 2018/06/05) includes fixes to the go command, and the
+crypto/tls
, crypto/x509
, and strings
packages.
+In particular, it adds
+minimal support to the go command for the vgo transition.
+See the Go
+1.10.3 milestone on our issue tracker for details.
+
+
go1.9 (released 2017/08/24)