diff --git a/doc/devel/release.html b/doc/devel/release.html index 162966e03c..521c75582a 100644 --- a/doc/devel/release.html +++ b/doc/devel/release.html @@ -30,6 +30,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.