From: Chris Broadfoot Date: Mon, 17 Oct 2016 20:34:40 +0000 (-0700) Subject: doc: document go1.7.2 X-Git-Tag: go1.8beta1~823 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=bb4c40b21a30c02c069270327c5b34acab19b3f2;p=gostls13.git doc: document go1.7.2 Change-Id: I34b3650ee9512879ff7528336813a7850c46ea90 Reviewed-on: https://go-review.googlesource.com/31311 Reviewed-by: Brad Fitzpatrick --- diff --git a/doc/devel/release.html b/doc/devel/release.html index 95b6ee07dd..6c1cb996bd 100644 --- a/doc/devel/release.html +++ b/doc/devel/release.html @@ -49,6 +49,14 @@ See the Go 1.7.1 milestone on our issue tracker for details.

+

+go1.7.2 (released 2016/10/17) 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. +

+

go1.6 (released 2016/02/17)

diff --git a/doc/install-source.html b/doc/install-source.html index e24a1e5702..9a7128cbce 100644 --- a/doc/install-source.html +++ b/doc/install-source.html @@ -203,7 +203,7 @@ To build without cgo, set the environment variable Change to the directory that will be its parent and make sure the go directory does not exist. Then clone the repository and check out the latest release tag -(go1.7.1, for example):

+(go1.7.2, for example):

 $ git clone https://go.googlesource.com/go
@@ -391,7 +391,7 @@ New releases are announced on the
 golang-announce
 mailing list.
 Each announcement mentions the latest release tag, for instance,
-go1.7.1.
+go1.7.2.