Skip to content

Commit

Permalink
doc: document go1.7.1
Browse files Browse the repository at this point in the history
Change-Id: I4dc1ff7bfc67351a046f199dee8b7a9eadb1e524
Reviewed-on: https://go-review.googlesource.com/28693
Reviewed-by: Brad Fitzpatrick <[email protected]>
  • Loading branch information
broady committed Sep 7, 2016
1 parent 3ef0e8f commit 9e04097
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions doc/devel/release.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,18 @@ <h2 id="go1.7">go1.7 (released 2016/08/15)</h2>
Read the <a href="/doc/go1.7">Go 1.7 Release Notes</a> for more information.
</p>

<h3 id="go1.7.minor">Minor revisions</h3>

<p>
go1.7.1 (released 2016/09/07) includes fixes to the compiler, runtime,
documentation, and the <code>compress/flate</code>, <code>hash/crc32</code>,
<code>io</code> <code>net</code>, <code>net/http</code>,
<code>path/filepath</code>, <code>reflect</code>, and <code>syscall</code>
packages.
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>

<h2 id="go1.6">go1.6 (released 2016/02/17)</h2>

<p>
Expand Down
4 changes: 2 additions & 2 deletions doc/install-source.html
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ <h2 id="fetch">Fetch the repository</h2>
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</code>, for example):</p>
(<code class="versionTag">go1.7.1</code>, for example):</p>

<pre>
$ git clone https://go.googlesource.com/go
Expand Down Expand Up @@ -391,7 +391,7 @@ <h2 id="releases">Keeping up with releases</h2>
<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</code>.
<code class="versionTag">go1.7.1</code>.
</p>

<p>
Expand Down

0 comments on commit 9e04097

Please sign in to comment.