Skip to content

Commit 2e150a0

Browse files
committed
[release-branch.go1.7] doc: document go1.7.2
Change-Id: I34b3650ee9512879ff7528336813a7850c46ea90 Reviewed-on: https://go-review.googlesource.com/31311 Reviewed-by: Brad Fitzpatrick <[email protected]> Reviewed-on: https://go-review.googlesource.com/31313 Reviewed-by: Chris Broadfoot <[email protected]>
1 parent f0377a2 commit 2e150a0

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

doc/devel/release.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,14 @@ <h3 id="go1.7.minor">Minor revisions</h3>
4949
1.7.1 milestone</a> on our issue tracker for details.
5050
</p>
5151

52+
<p>
53+
go1.7.2 (released 2016/10/17) includes fixes to the compiler, runtime,
54+
and the <code>crypto/cipher</code>, <code>crypto/tls</code>,
55+
<code>net/http</code>, and <code>strings</code> packages.
56+
See the <a href="https://github.com/golang/go/issues?q=milestone%3AGo1.7.2">Go
57+
1.7.2 milestone</a> on our issue tracker for details.
58+
</p>
59+
5260
<h2 id="go1.6">go1.6 (released 2016/02/17)</h2>
5361

5462
<p>

doc/install-source.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ <h2 id="fetch">Fetch the repository</h2>
203203
Change to the directory that will be its parent
204204
and make sure the <code>go</code> directory does not exist.
205205
Then clone the repository and check out the latest release tag
206-
(<code class="versionTag">go1.7.1</code>, for example):</p>
206+
(<code class="versionTag">go1.7.2</code>, for example):</p>
207207

208208
<pre>
209209
$ git clone https://go.googlesource.com/go
@@ -391,7 +391,7 @@ <h2 id="releases">Keeping up with releases</h2>
391391
<a href="//groups.google.com/group/golang-announce">golang-announce</a>
392392
mailing list.
393393
Each announcement mentions the latest release tag, for instance,
394-
<code class="versionTag">go1.7.1</code>.
394+
<code class="versionTag">go1.7.2</code>.
395395
</p>
396396

397397
<p>

0 commit comments

Comments
 (0)