From: Russ Cox
Date: Wed, 25 Oct 2017 14:53:53 +0000 (-0400)
Subject: doc: document Go 1.8.5
X-Git-Tag: go1.10beta1~598
X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=381b6807195455cace7995913dd493fba29a1889;p=gostls13.git
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
---
diff --git a/doc/devel/release.html b/doc/devel/release.html
index bb30ff8946..b4e7566d15 100644
--- a/doc/devel/release.html
+++ b/doc/devel/release.html
@@ -78,6 +78,16 @@ 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)