aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitri Shuralyov <dmitshur@golang.org>2018-12-12 13:35:19 -0500
committerDmitri Shuralyov <dmitshur@google.com>2018-12-12 19:06:45 +0000
commit914efab0ebb5e6ae471c2f464cf465b995fe2df2 (patch)
treeaed29e32313f3e422f4fc4f04b5317b319e54277
parentd39cd4d6d73ffc8f47c8f3cec7dbe57a4f3f4980 (diff)
downloadgo-914efab0ebb5e6ae471c2f464cf465b995fe2df2.tar.gz
go-914efab0ebb5e6ae471c2f464cf465b995fe2df2.zip
[release-branch.go1.11-security] doc: document Go 1.11.3 and Go 1.10.6
Change-Id: I3fe44887a84586d73be01df78a9cbb002c1fc9c5 Reviewed-on: https://team-review.git.corp.google.com/c/376466 Reviewed-by: Filippo Valsorda <valsorda@google.com>
-rw-r--r--doc/devel/release.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/devel/release.html b/doc/devel/release.html
index b02efed501..4e1f7cbc50 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.11.2">Go
1.11.2 milestone</a> on our issue tracker for details.
</p>
+<p>
+go1.11.3 (released 2018/12/12) includes three security fixes to "go get" and
+the <code>crypto/x509</code> package.
+See the <a href="https://github.com/golang/go/issues?q=milestone%3AGo1.11.3">Go
+1.11.3 milestone</a> on our issue tracker for details.
+</p>
+
<h2 id="go1.10">go1.10 (released 2018/02/16)</h2>
<p>
@@ -98,6 +105,14 @@ See the <a href="https://github.com/golang/go/issues?q=milestone%3AGo1.10.5">Go
1.10.5 milestone</a> on our issue tracker for details.
</p>
+<p>
+go1.10.6 (released 2018/12/12) includes three security fixes to "go get" and
+the <code>crypto/x509</code> package.
+It contains the same fixes as Go 1.11.3 and was released at the same time.
+See the <a href="https://github.com/golang/go/issues?q=milestone%3AGo1.10.6">Go
+1.10.6 milestone</a> on our issue tracker for details.
+</p>
+
<h2 id="go1.9">go1.9 (released 2017/08/24)</h2>
<p>