From: Russ Cox
Date: Wed, 25 Oct 2017 14:57:00 +0000 (-0400)
Subject: doc: document Go 1.9.2
X-Git-Tag: go1.10beta1~597
X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=eb7e84500ffef1f72958a94f135774f6c25b7aad;p=gostls13.git
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
---
diff --git a/doc/devel/release.html b/doc/devel/release.html
index b4e7566d15..2e5b0d44ae 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)