doc/devel/release.html | 12 ++++++++++++ doc/install-source.html | 4 ++-- diff --git a/doc/devel/release.html b/doc/devel/release.html index 2d4f41f029182ed7d1e73d1c22788d934bcdce7d..5d0a129a0e7f4dd8e5e46613c82cc1404ec93896 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.
+
+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.
+
diff --git a/doc/install-source.html b/doc/install-source.html index 11c66adb39d656bc50f04c1bc2673771736dfadc..1cc22305bd02ce476aa43b43f8b9aa0c58bf0f66 100644 --- a/doc/install-source.html +++ b/doc/install-source.html @@ -203,7 +203,7 @@
Go will install to a directory named go.
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.