aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Broadfoot <cbro@golang.org>2016-10-17 13:34:40 -0700
committerChris Broadfoot <cbro@golang.org>2016-10-17 20:41:45 +0000
commit2e150a0aa73dbb1f3786edd94c399d197faaacc0 (patch)
tree158e9de888d8c7f60b0880d7aaf31b99429ddeb5
parentf0377a2851f13eda1993fd92d3f55d23884bdb83 (diff)
downloadgo-2e150a0aa73dbb1f3786edd94c399d197faaacc0.tar.gz
go-2e150a0aa73dbb1f3786edd94c399d197faaacc0.zip
[release-branch.go1.7] doc: document go1.7.2
Change-Id: I34b3650ee9512879ff7528336813a7850c46ea90 Reviewed-on: https://go-review.googlesource.com/31311 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org> Reviewed-on: https://go-review.googlesource.com/31313 Reviewed-by: Chris Broadfoot <cbro@golang.org>
-rw-r--r--doc/devel/release.html8
-rw-r--r--doc/install-source.html4
2 files changed, 10 insertions, 2 deletions
diff --git a/doc/devel/release.html b/doc/devel/release.html
index 95b6ee07dd..6c1cb996bd 100644
--- a/doc/devel/release.html
+++ b/doc/devel/release.html
@@ -49,6 +49,14 @@ See the <a href="https://github.com/golang/go/issues?q=milestone%3AGo1.7.1">Go
1.7.1 milestone</a> on our issue tracker for details.
</p>
+<p>
+go1.7.2 (released 2016/10/17) includes fixes to the compiler, runtime,
+and the <code>crypto/cipher</code>, <code>crypto/tls</code>,
+<code>net/http</code>, and <code>strings</code> packages.
+See the <a href="https://github.com/golang/go/issues?q=milestone%3AGo1.7.2">Go
+1.7.2 milestone</a> on our issue tracker for details.
+</p>
+
<h2 id="go1.6">go1.6 (released 2016/02/17)</h2>
<p>
diff --git a/doc/install-source.html b/doc/install-source.html
index 1cc22305bd..d0a4ed27b9 100644
--- a/doc/install-source.html
+++ b/doc/install-source.html
@@ -203,7 +203,7 @@ To build without <code>cgo</code>, set the environment variable
Change to the directory that will be its parent
and make sure the <code>go</code> directory does not exist.
Then clone the repository and check out the latest release tag
-(<code class="versionTag">go1.7.1</code>, for example):</p>
+(<code class="versionTag">go1.7.2</code>, for example):</p>
<pre>
$ git clone https://go.googlesource.com/go
@@ -391,7 +391,7 @@ New releases are announced on the
<a href="//groups.google.com/group/golang-announce">golang-announce</a>
mailing list.
Each announcement mentions the latest release tag, for instance,
-<code class="versionTag">go1.7.1</code>.
+<code class="versionTag">go1.7.2</code>.
</p>
<p>