From 8babce23e3f70e0dfdc4289ce6aa7d72b1ef1a62 Mon Sep 17 00:00:00 2001 From: Chris Broadfoot Date: Fri, 7 Apr 2017 09:22:46 -0700 Subject: [release-branch.go1.8] doc: document go1.8.1 Change-Id: I9282c1907204ec5c6363de84faec222a38300c9f Reviewed-on: https://go-review.googlesource.com/39919 Reviewed-by: Brad Fitzpatrick Reviewed-on: https://go-review.googlesource.com/39921 Reviewed-by: Chris Broadfoot --- doc/devel/release.html | 12 ++++++++++++ doc/install-source.html | 4 ++-- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/doc/devel/release.html b/doc/devel/release.html index d046149880..c4ca6a625f 100644 --- a/doc/devel/release.html +++ b/doc/devel/release.html @@ -37,6 +37,18 @@ Go 1.8 is a major release of Go. Read the Go 1.8 Release Notes for more information.

+

Minor revisions

+ +

+go1.8.1 (released 2017/04/07) includes fixes to the compiler, linker, runtime, +documentation, go command and the crypto/tls, +encoding/xml, image/png, net, +net/http, reflect, text/template, +and time packages. +See the Go +1.8.1 milestone on our issue tracker for details. +

+

go1.7 (released 2016/08/15)

diff --git a/doc/install-source.html b/doc/install-source.html index 45c5bbbf48..8fb26a956b 100644 --- a/doc/install-source.html +++ b/doc/install-source.html @@ -221,7 +221,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.8, for example):

+(go1.8.1, for example):

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

-- cgit v1.2.3-54-g00ecf