From dbb13eff8eab8b1094d6b63447cf6be7d259570d Mon Sep 17 00:00:00 2001 From: Chris Broadfoot <cbro@golang.org> Date: Wed, 4 Oct 2017 11:09:15 -0700 Subject: [PATCH] doc: document go1.9.1 and go1.8.4 Change-Id: Ib42fabc6829b6033373c0378713733f88e73e73d Reviewed-on: https://go-review.googlesource.com/68230 Reviewed-by: Russ Cox <rsc@golang.org> --- doc/devel/release.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/doc/devel/release.html b/doc/devel/release.html index 8304522449..0697198cce 100644 --- a/doc/devel/release.html +++ b/doc/devel/release.html @@ -30,6 +30,12 @@ Go 1.9 is a major release of Go. Read the <a href="/doc/go1.9">Go 1.9 Release Notes</a> for more information. </p> +<p> +go1.9.1 (released 2017/10/04) includes two security fixes. +See the <a href="https://github.com/golang/go/issues?q=milestone%3AGo1.9.1">Go +1.9.1 milestone</a> on our issue tracker for details. +</p> + <h2 id="go1.8">go1.8 (released 2017/02/16)</h2> <p> @@ -63,6 +69,13 @@ 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> + <h2 id="go1.7">go1.7 (released 2016/08/15)</h2> <p> -- 2.30.9