From 79be6cb38901e7c4093aa2397870be41d9fad782 Mon Sep 17 00:00:00 2001
From: Russ Cox
Date: Wed, 25 Oct 2017 10:53:53 -0400
Subject: [PATCH] [release-branch.go1.8] doc: document Go 1.8.5
Change-Id: I9241e6acb65c337b961eed9cdeaf4c041b6326a3
Reviewed-on: https://go-review.googlesource.com/73390
Run-TryBot: Russ Cox
Reviewed-by: Chris Broadfoot
Reviewed-on: https://go-review.googlesource.com/73392
TryBot-Result: Gobot Gobot
---
doc/devel/release.html | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
diff --git a/doc/devel/release.html b/doc/devel/release.html
index 8999a8f4fd..e200844a15 100644
--- a/doc/devel/release.html
+++ b/doc/devel/release.html
@@ -63,6 +63,23 @@ See the Go
1.8.3 milestone on our issue tracker for details.
+
+go1.8.4 (released 2017/10/04) includes two security fixes.
+It contains the same fixes as Go 1.9.1 and was released at the same time.
+See the Go
+1.8.4 milestone on our issue tracker for details.
+
+
+
+go1.8.5 (released 2017/10/25) includes fixes to the compiler, linker, runtime,
+documentation, go
command,
+and the crypto/x509
and net/smtp
packages.
+It includes a fix to a bug introduced in Go 1.8.4 that broke go
get
+of non-Git repositories under certain conditions.
+See the Go
+1.8.5 milestone on our issue tracker for details.
+
+
go1.7 (released 2016/08/15)
--
2.48.1