]> Cypherpunks repositories - gostls13.git/commitdiff
[release-branch.go1.9] doc: document Go 1.9.7
authorFilippo Valsorda <filippo@golang.org>
Tue, 5 Jun 2018 21:10:29 +0000 (17:10 -0400)
committerFilippo Valsorda <filippo@golang.org>
Wed, 6 Jun 2018 00:57:34 +0000 (00:57 +0000)
Change-Id: I10dededb41162a99dbc42792a9d314c6dabddcca
Reviewed-on: https://go-review.googlesource.com/116362
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Reviewed-by: Russ Cox <rsc@golang.org>
(cherry picked from commit b3a9948126471ac285e30c7920465c4c28ea0526)
Reviewed-on: https://go-review.googlesource.com/116475
Reviewed-by: Filippo Valsorda <filippo@golang.org>
doc/devel/release.html

index 5fe6a0eda00c71a04de455d2741f59ec196d875a..1ee0aa9cea0251c2d9bd9f4c84f74466ee9f1d8c 100644 (file)
@@ -76,6 +76,15 @@ See the <a href="https://github.com/golang/go/issues?q=milestone%3AGo1.9.6">Go
 1.9.6 milestone</a> on our issue tracker for details.
 </p>
 
+<p>
+go1.9.7 (released 2018/06/05) includes fixes to the go command, and the
+<code>crypto/x509</code>, and <code>strings</code> packages.
+In particular, it adds <a href="https://go.googlesource.com/go/+/d4e21288e444d3ffd30d1a0737f15ea3fc3b8ad9">
+minimal support to the go command for the vgo transition</a>.
+See the <a href="https://github.com/golang/go/issues?q=milestone%3AGo1.9.7">Go
+1.9.7 milestone</a> on our issue tracker for details.
+</p>
+
 
 <h2 id="go1.8">go1.8 (released 2017/02/16)</h2>