From 2e150a0aa73dbb1f3786edd94c399d197faaacc0 Mon Sep 17 00:00:00 2001 From: Chris Broadfoot Date: Mon, 17 Oct 2016 13:34:40 -0700 Subject: [release-branch.go1.7] doc: document go1.7.2 Change-Id: I34b3650ee9512879ff7528336813a7850c46ea90 Reviewed-on: https://go-review.googlesource.com/31311 Reviewed-by: Brad Fitzpatrick Reviewed-on: https://go-review.googlesource.com/31313 Reviewed-by: Chris Broadfoot --- doc/devel/release.html | 8 ++++++++ doc/install-source.html | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) 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 1cc22305bd..d0a4ed27b9 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.
 

-- cgit v1.2.3-54-g00ecf