aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Broadfoot <cbro@golang.org>2016-07-17 23:30:19 -0700
committerChris Broadfoot <cbro@golang.org>2016-07-18 15:13:30 +0000
commitb3b0b7a1825c9249f2b323ffd23cbb128044fb6a (patch)
tree4aad97ef819b92aa4a02d5d05e25e99839ab1bf1
parentb97df54c31d6c4cc2a28a3c83725366d52329223 (diff)
downloadgo-b3b0b7a1825c9249f2b323ffd23cbb128044fb6a.tar.gz
go-b3b0b7a1825c9249f2b323ffd23cbb128044fb6a.zip
doc: document go1.6.3
Change-Id: Ib33d7fb529aafcaf8ca7d43b2c9480f30d5c28cc Reviewed-on: https://go-review.googlesource.com/25011 Reviewed-by: Ian Lance Taylor <iant@golang.org> Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
-rw-r--r--doc/devel/release.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/devel/release.html b/doc/devel/release.html
index 97c4133f1d..fcb8c19003 100644
--- a/doc/devel/release.html
+++ b/doc/devel/release.html
@@ -53,6 +53,14 @@ See the <a href="https://github.com/golang/go/issues?q=milestone%3AGo1.6.2">Go
1.6.2 milestone</a> on our issue tracker for details.
</p>
+<p>
+go1.6.3 (released 2016/07/17) includes security fixes to the
+<code>net/http/cgi</code> package and <code>net/http</code> package when used in
+a CGI environment. This release also adds support for macOS Sierra.
+See the <a href="https://github.com/golang/go/issues?q=milestone%3AGo1.6.3">Go
+1.6.3 milestone</a> on our issue tracker for details.
+</p>
+
<h2 id="go1.5">go1.5 (released 2015/08/19)</h2>
<p>