aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Broadfoot <cbro@golang.org>2016-10-18 17:32:26 -0700
committerChris Broadfoot <cbro@golang.org>2016-10-19 17:04:17 +0000
commit4de7b10483094a68a6d40c18a2e28ddcaf954365 (patch)
treede28f45673c27fd84c59e2f87bc64d90d9726516
parent3b6f4b04ba4da9e90e1f28dcd19c0eac78c57170 (diff)
downloadgo-4de7b10483094a68a6d40c18a2e28ddcaf954365.tar.gz
go-4de7b10483094a68a6d40c18a2e28ddcaf954365.zip
[release-branch.go1.7] doc: document go1.7.3 and add note to go1.7.2 that it should not be used
Change-Id: I3dd1513e927733ce5c63928da772cb81760ba869 Reviewed-on: https://go-review.googlesource.com/31442 Reviewed-by: Andrew Gerrand <adg@golang.org> Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
-rw-r--r--doc/devel/release.html12
1 files changed, 9 insertions, 3 deletions
diff --git a/doc/devel/release.html b/doc/devel/release.html
index 6c1cb996bd..9a4daf1c13 100644
--- a/doc/devel/release.html
+++ b/doc/devel/release.html
@@ -50,11 +50,17 @@ See the <a href="https://github.com/golang/go/issues?q=milestone%3AGo1.7.1">Go
</p>
<p>
-go1.7.2 (released 2016/10/17) includes fixes to the compiler, runtime,
+go1.7.2 should not be used. It was tagged but not fully released.
+The release was deferred due to a last minute bug report.
+Use go1.7.3 instead, and refer to the summary of changes below.
+</p>
+
+<p>
+go1.7.3 (released 2016/10/19) includes fixes to the compiler, runtime,
and the <code>crypto/cipher</code>, <code>crypto/tls</code>,
<code>net/http</code>, and <code>strings</code> packages.
-See the <a href="https://github.com/golang/go/issues?q=milestone%3AGo1.7.2">Go
-1.7.2 milestone</a> on our issue tracker for details.
+See the <a href="https://github.com/golang/go/issues?q=milestone%3AGo1.7.3">Go
+1.7.3 milestone</a> on our issue tracker for details.
</p>
<h2 id="go1.6">go1.6 (released 2016/02/17)</h2>