Skip to content

Commit

Permalink
[release-branch.go1.8] doc: document go1.8.1
Browse files Browse the repository at this point in the history
Change-Id: I9282c1907204ec5c6363de84faec222a38300c9f
Reviewed-on: https://go-review.googlesource.com/39919
Reviewed-by: Brad Fitzpatrick <[email protected]>
Reviewed-on: https://go-review.googlesource.com/39921
Reviewed-by: Chris Broadfoot <[email protected]>
  • Loading branch information
broady committed Apr 7, 2017
1 parent 853d533 commit 8babce2
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.8">go1.8 (released 2017/02/16)</h2>
Read the <a href="/doc/go1.8">Go 1.8 Release Notes</a> for more information.
</p>

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

<p>
go1.8.1 (released 2017/04/07) includes fixes to the compiler, linker, runtime,
documentation, <code>go</code> command and the <code>crypto/tls</code>,
<code>encoding/xml</code>, <code>image/png</code>, <code>net</code>,
<code>net/http</code>, <code>reflect</code>, <code>text/template</code>,
and <code>time</code> packages.
See the <a href="https://github.com/golang/go/issues?q=milestone%3AGo1.8.1">Go
1.8.1 milestone</a> on our issue tracker for details.
</p>

<h2 id="go1.7">go1.7 (released 2016/08/15)</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 @@ -221,7 +221,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.8</code>, for example):</p>
(<code class="versionTag">go1.8.1</code>, for example):</p>

<pre>
$ git clone https://go.googlesource.com/go
Expand Down Expand Up @@ -409,7 +409,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.8</code>.
<code class="versionTag">go1.8.1</code>.
</p>

<p>
Expand Down

0 comments on commit 8babce2

Please sign in to comment.