aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Broadfoot <cbro@golang.org>2017-04-07 09:22:46 -0700
committerChris Broadfoot <cbro@golang.org>2017-04-07 16:48:09 +0000
commit8babce23e3f70e0dfdc4289ce6aa7d72b1ef1a62 (patch)
tree378c656452498aaeaeb2082c42ba4572843b3877
parent853d533ed60a023389e155a6cb0b412b278183e6 (diff)
downloadgo-8babce23e3f70e0dfdc4289ce6aa7d72b1ef1a62.tar.gz
go-8babce23e3f70e0dfdc4289ce6aa7d72b1ef1a62.zip
[release-branch.go1.8] doc: document go1.8.1
Change-Id: I9282c1907204ec5c6363de84faec222a38300c9f Reviewed-on: https://go-review.googlesource.com/39919 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org> Reviewed-on: https://go-review.googlesource.com/39921 Reviewed-by: Chris Broadfoot <cbro@golang.org>
-rw-r--r--doc/devel/release.html12
-rw-r--r--doc/install-source.html4
2 files changed, 14 insertions, 2 deletions
diff --git a/doc/devel/release.html b/doc/devel/release.html
index d046149880..c4ca6a625f 100644
--- a/doc/devel/release.html
+++ b/doc/devel/release.html
@@ -37,6 +37,18 @@ Go 1.8 is a major release of Go.
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>
diff --git a/doc/install-source.html b/doc/install-source.html
index 45c5bbbf48..8fb26a956b 100644
--- a/doc/install-source.html
+++ b/doc/install-source.html
@@ -221,7 +221,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.8</code>, for example):</p>
+(<code class="versionTag">go1.8.1</code>, for example):</p>
<pre>
$ git clone https://go.googlesource.com/go
@@ -409,7 +409,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.8</code>.
+<code class="versionTag">go1.8.1</code>.
</p>
<p>