From: Chris Broadfoot
Date: Wed, 19 Oct 2016 00:32:26 +0000 (-0700)
Subject: doc: document go1.7.3 and add note to go1.7.2 that it should not be used
X-Git-Tag: go1.8beta2~119
X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=b42d4a8b0e99c38bb25010ce169da9ef4af85da6;p=gostls13.git
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
Reviewed-by: Brad Fitzpatrick
Reviewed-on: https://go-review.googlesource.com/33794
---
diff --git a/doc/devel/release.html b/doc/devel/release.html
index 773f889e8b..eff0772b71 100644
--- a/doc/devel/release.html
+++ b/doc/devel/release.html
@@ -50,11 +50,17 @@ See the Go
-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.
+
+
+
+go1.7.3 (released 2016/10/19) includes fixes to the compiler, runtime,
and the crypto/cipher
, crypto/tls
,
net/http
, and strings
packages.
-See the Go
-1.7.2 milestone on our issue tracker for details.
+See the Go
+1.7.3 milestone on our issue tracker for details.
go1.6 (released 2016/02/17)