Skip to content

Commit 8bb333a

Browse files
committed
[release-branch.go1.9] doc: document Go 1.9.2
Change-Id: I7d63e747e798d588bdcf2b79b6ecd21fce7bbc9c Reviewed-on: https://go-review.googlesource.com/73391 Run-TryBot: Russ Cox <[email protected]> Reviewed-by: Chris Broadfoot <[email protected]> Reviewed-on: https://go-review.googlesource.com/73490 TryBot-Result: Gobot Gobot <[email protected]>
1 parent 0758d2b commit 8bb333a

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

doc/devel/release.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,17 @@ <h3 id="go1.9.minor">Minor revisions</h3>
3838
1.9.1 milestone</a> on our issue tracker for details.
3939
</p>
4040

41+
<p>
42+
go1.9.2 (released 2017/10/25) includes fixes to the compiler, linker, runtime,
43+
documentation, <code>go</code> command,
44+
and the <code>crypto/x509</code>, <code>database/sql</code>, <code>log</code>,
45+
and <code>net/smtp</code> packages.
46+
It includes a fix to a bug introduced in Go 1.9.1 that broke <code>go</code> <code>get</code>
47+
of non-Git repositories under certain conditions.
48+
See the <a href="https://github.com/golang/go/issues?q=milestone%3AGo1.9.2">Go
49+
1.9.2 milestone</a> on our issue tracker for details.
50+
</p>
51+
4152
<h2 id="go1.8">go1.8 (released 2017/02/16)</h2>
4253

4354
<p>

0 commit comments

Comments
 (0)