aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Broadfoot <cbro@golang.org>2017-05-23 10:36:28 -0700
committerChris Broadfoot <cbro@golang.org>2017-05-23 17:52:49 +0000
commitc9688ddb6b9391983879269768a4243b6cd8f5a9 (patch)
treebf7ac4e18c9cb8bac7ca0a2a63f3f68c43d59357
parent38d35f49e778160198a013b957e0b661b38b2c45 (diff)
downloadgo-c9688ddb6b9391983879269768a4243b6cd8f5a9.tar.gz
go-c9688ddb6b9391983879269768a4243b6cd8f5a9.zip
[release-branch.go1.8] doc: document go1.8.2 and go1.7.6
Change-Id: I2ed2e8c4890a65288cf3066ebe3c1d9a16fb4c05 Reviewed-on: https://go-review.googlesource.com/43990 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org> Reviewed-on: https://go-review.googlesource.com/43993 Reviewed-by: Chris Broadfoot <cbro@golang.org>
-rw-r--r--doc/devel/release.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/devel/release.html b/doc/devel/release.html
index c4ca6a625f..0be3dbbbd9 100644
--- a/doc/devel/release.html
+++ b/doc/devel/release.html
@@ -49,6 +49,13 @@ See the <a href="https://github.com/golang/go/issues?q=milestone%3AGo1.8.1">Go
1.8.1 milestone</a> on our issue tracker for details.
</p>
+<p>
+go1.8.2 (released 2017/05/23) includes a security fix to the
+<code>crypto/elliptic</code> package.
+See the <a href="https://github.com/golang/go/issues?q=milestone%3AGo1.8.2">Go
+1.8.2 milestone</a> on our issue tracker for details.
+</p>
+
<h2 id="go1.7">go1.7 (released 2016/08/15)</h2>
<p>
@@ -95,6 +102,13 @@ See the <a href="https://github.com/golang/go/issues?q=milestone%3AGo1.7.5">Go
1.7.5 milestone</a> on our issue tracker for details.
</p>
+<p>
+go1.7.6 (released 2017/05/23) includes the same security fix as Go 1.8.2 and
+was released at the same time.
+See the <a href="https://github.com/golang/go/issues?q=milestone%3AGo1.8.2">Go
+1.8.2 milestone</a> on our issue tracker for details.
+</p>
+
<h2 id="go1.6">go1.6 (released 2016/02/17)</h2>
<p>