doc/devel/release.html | 8 ++++++++ doc/install-source.html | 4 ++-- diff --git a/doc/devel/release.html b/doc/devel/release.html index 95b6ee07dd4d99a8474adad3a3613ac4d546bdcb..6c1cb996bd9984a0b506112aa6e9a29d3e4edae5 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.
+
diff --git a/doc/install-source.html b/doc/install-source.html index 1cc22305bd02ce476aa43b43f8b9aa0c58bf0f66..d0a4ed27b9e0ecc5a0b771dcb2e7837f64be58cc 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.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.