From: Russ Cox
Date: Wed, 25 Oct 2017 14:57:00 +0000 (-0400)
Subject: [release-branch.go1.9] doc: document Go 1.9.2
X-Git-Tag: go1.9.2~9
X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=8bb333a9c0;p=gostls13.git
[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
Reviewed-by: Chris Broadfoot
Reviewed-on: https://go-review.googlesource.com/73490
TryBot-Result: Gobot Gobot
---
diff --git a/doc/devel/release.html b/doc/devel/release.html
index bb30ff8946..eac2ddd3ef 100644
--- a/doc/devel/release.html
+++ b/doc/devel/release.html
@@ -38,6 +38,17 @@ See the Go
1.9.1 milestone on our issue tracker for details.
+
+go1.9.2 (released 2017/10/25) includes fixes to the compiler, linker, runtime,
+documentation, go
command,
+and the crypto/x509
, database/sql
, log
,
+and net/smtp
packages.
+It includes a fix to a bug introduced in Go 1.9.1 that broke go
get
+of non-Git repositories under certain conditions.
+See the Go
+1.9.2 milestone on our issue tracker for details.
+
+
go1.8 (released 2017/02/16)