From 8bb333a9c0945666e7b2e162f85a5fff74ccf1b4 Mon Sep 17 00:00:00 2001
From: Russ Cox
Date: Wed, 25 Oct 2017 10:57:00 -0400
Subject: [PATCH] [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
---
doc/devel/release.html | 11 +++++++++++
1 file changed, 11 insertions(+)
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)
--
2.50.0