aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2017-10-25 10:53:53 -0400
committerRuss Cox <rsc@golang.org>2017-10-25 18:57:19 +0000
commit79be6cb38901e7c4093aa2397870be41d9fad782 (patch)
tree0d4468d44837dc76e011acf88c10967b5654f373
parentb838f943ab3e3cb46e386e4541f0f1d2226c7958 (diff)
downloadgo-79be6cb38901e7c4093aa2397870be41d9fad782.tar.gz
go-79be6cb38901e7c4093aa2397870be41d9fad782.zip
[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 <rsc@golang.org> Reviewed-by: Chris Broadfoot <cbro@golang.org> Reviewed-on: https://go-review.googlesource.com/73392 TryBot-Result: Gobot Gobot <gobot@golang.org>
-rw-r--r--doc/devel/release.html17
1 files changed, 17 insertions, 0 deletions
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 <a href="https://github.com/golang/go/issues?q=milestone%3AGo1.8.3">Go
1.8.3 milestone</a> on our issue tracker for details.
</p>
+<p>
+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 <a href="https://github.com/golang/go/issues?q=milestone%3AGo1.8.4">Go
+1.8.4 milestone</a> on our issue tracker for details.
+</p>
+
+<p>
+go1.8.5 (released 2017/10/25) includes fixes to the compiler, linker, runtime,
+documentation, <code>go</code> command,
+and the <code>crypto/x509</code> and <code>net/smtp</code> packages.
+It includes a fix to a bug introduced in Go 1.8.4 that broke <code>go</code> <code>get</code>
+of non-Git repositories under certain conditions.
+See the <a href="https://github.com/golang/go/issues?q=milestone%3AGo1.8.5">Go
+1.8.5 milestone</a> on our issue tracker for details.
+</p>
+
<h2 id="go1.7">go1.7 (released 2016/08/15)</h2>
<p>