]> Cypherpunks repositories - gostls13.git/commitdiff
[release-branch.go1.10] doc: document Go 1.10.1
authorAndrew Bonventre <andybons@golang.org>
Wed, 28 Mar 2018 21:51:05 +0000 (17:51 -0400)
committerAndrew Bonventre <andybons@golang.org>
Thu, 29 Mar 2018 06:09:24 +0000 (06:09 +0000)
Change-Id: Ibba5d4fd8124db9b1e4e50b8f37366f8dd23f47e
Reviewed-on: https://go-review.googlesource.com/103217
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Reviewed-on: https://go-review.googlesource.com/103222
Run-TryBot: Andrew Bonventre <andybons@golang.org>
Reviewed-by: Andrew Bonventre <andybons@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>

doc/devel/release.html

index b9a54511bc2840960fc42324a1a0ca2f020d13ec..37942c37149c05b3c9c0eb0059190d3a130813d1 100644 (file)
@@ -30,6 +30,17 @@ Go 1.10 is a major release of Go.
 Read the <a href="/doc/go1.10">Go 1.10 Release Notes</a> for more information.
 </p>
 
+<h3 id="go1.10.minor">Minor revisions</h3>
+
+<p>
+go1.10.1 (released 2018/03/28) includes fixes to the compiler, runtime, and the
+<code>archive/zip</code>, <code>crypto/tls</code>, <code>crypto/x509</code>,
+<code>encoding/json</code>, <code>net</code>, <code>net/http</code>, and
+<code>net/http/pprof</code> packages.
+See the <a href="https://github.com/golang/go/issues?q=milestone%3AGo1.10.1">Go
+1.10.1 milestone</a> on our issue tracker for details.
+</p>
+
 <h2 id="go1.9">go1.9 (released 2017/08/24)</h2>
 
 <p>