From: Chris Broadfoot Date: Wed, 7 Sep 2016 18:59:58 +0000 (-0700) Subject: doc: document go1.7.1 X-Git-Tag: go1.8beta1~1457 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=9e040979bd07acfcd93d59667b5f51c6aa183047;p=gostls13.git doc: document go1.7.1 Change-Id: I4dc1ff7bfc67351a046f199dee8b7a9eadb1e524 Reviewed-on: https://go-review.googlesource.com/28693 Reviewed-by: Brad Fitzpatrick --- diff --git a/doc/devel/release.html b/doc/devel/release.html index 2d4f41f029..5d0a129a0e 100644 --- a/doc/devel/release.html +++ b/doc/devel/release.html @@ -37,6 +37,18 @@ Go 1.7 is a major release of Go. Read the Go 1.7 Release Notes for more information.

+

Minor revisions

+ +

+go1.7.1 (released 2016/09/07) includes fixes to the compiler, runtime, +documentation, and the compress/flate, hash/crc32, +io net, net/http, +path/filepath, reflect, and syscall +packages. +See the Go +1.7.1 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 11c66adb39..1cc22305bd 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, for example):

+(go1.7.1, 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.
+go1.7.1.