aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitri Shuralyov <dmitshur@golang.org>2019-08-13 10:27:29 -0400
committerDmitri Shuralyov <dmitshur@google.com>2019-08-13 14:47:02 +0000
commit305f6dc30cfd163aa959ec4bd2a912f7c29da5c8 (patch)
treeb055fa27a5399a9775893417b7f9f564cb85637a
parent3226f2d492963d361af9dfc6714ef141ba606713 (diff)
downloadgo-305f6dc30cfd163aa959ec4bd2a912f7c29da5c8.tar.gz
go-305f6dc30cfd163aa959ec4bd2a912f7c29da5c8.zip
[release-branch.go1.12-security] doc: document Go 1.12.8 and Go 1.11.13
Change-Id: I0daab6cd347e1fc0066e516f02c33f1b63e3f1a3 Reviewed-on: https://team-review.git.corp.google.com/c/golang/go-private/+/526992 Reviewed-by: Filippo Valsorda <valsorda@google.com> (cherry picked from commit 685bfb1adec3d9fcb589f35eb2bc0b99d2f84bf0) Reviewed-on: https://team-review.git.corp.google.com/c/golang/go-private/+/526993
-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 6bca2e5ff8..1bb3730d8b 100644
--- a/doc/devel/release.html
+++ b/doc/devel/release.html
@@ -84,6 +84,13 @@ See the <a href="https://github.com/golang/go/issues?q=milestone%3AGo1.12.7">Go
1.12.7 milestone</a> on our issue tracker for details.
</p>
+<p>
+go1.12.8 (released 2019/08/13) includes security fixes to the
+<code>net/http</code> and <code>net/url</code> packages.
+See the <a href="https://github.com/golang/go/issues?q=milestone%3AGo1.12.8">Go
+1.12.8 milestone</a> on our issue tracker for details.
+</p>
+
<h2 id="go1.11">go1.11 (released 2018/08/24)</h2>
<p>
@@ -181,6 +188,13 @@ See the <a href="https://github.com/golang/go/issues?q=milestone%3AGo1.11.12">Go
1.11.12 milestone</a> on our issue tracker for details.
</p>
+<p>
+go1.11.13 (released 2019/08/13) includes security fixes to the
+<code>net/http</code> and <code>net/url</code> packages.
+See the <a href="https://github.com/golang/go/issues?q=milestone%3AGo1.11.13">Go
+1.11.13 milestone</a> on our issue tracker for details.
+</p>
+
<h2 id="go1.10">go1.10 (released 2018/02/16)</h2>
<p>