aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Broadfoot <cbro@golang.org>2015-11-23 16:07:20 -0800
committerChris Broadfoot <cbro@golang.org>2015-12-03 00:18:53 +0000
commit377a8a806b47e6f9bdc38532587511bfab881af0 (patch)
treec47c5885cf2599147b88df7ee2613843b11927ad
parent8ad1dc42ad0643ce0bee71c8069246c2009a590b (diff)
downloadgo-377a8a806b47e6f9bdc38532587511bfab881af0.tar.gz
go-377a8a806b47e6f9bdc38532587511bfab881af0.zip
[release-branch.go1.5] doc: document go1.5.2
Change-Id: Ib6a9e131113523e6b1e5b7604480028b9ffbfa93 Reviewed-on: https://go-review.googlesource.com/17178 Reviewed-by: Andrew Gerrand <adg@golang.org> Reviewed-on: https://go-review.googlesource.com/17335 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 7cc406ab5d..28092d7c7d 100644
--- a/doc/devel/release.html
+++ b/doc/devel/release.html
@@ -22,6 +22,14 @@ Read the <a href="/doc/go1.5">Go 1.5 Release Notes</a> for more information.
<h3 id="go1.5.minor">Minor revisions</h3>
<p>
+go1.5.2 (released 2015/11/23) includes bug fixes to the compiler, linker, and
+the <code>mime/multipart</code>, <code>net</code>, and <code>runtime</code>
+packages.
+See the <a href="https://github.com/golang/go/issues?q=milestone%3AGo1.5.2">Go
+1.5.2 milestone</a> on our issue tracker for details.
+</p>
+
+<p>
go1.5.1 (released 2015/09/08) includes bug fixes to the compiler, assembler, and
the <code>fmt</code>, <code>net/textproto</code>, <code>net/http</code>, and
<code>runtime</code> packages.
diff --git a/doc/install-source.html b/doc/install-source.html
index 6542fe5417..bffaa27558 100644
--- a/doc/install-source.html
+++ b/doc/install-source.html
@@ -167,7 +167,7 @@ Then clone the repository and check out the latest release tag:</p>
<pre>
$ git clone https://go.googlesource.com/go
$ cd go
-$ git checkout go1.5.1
+$ git checkout go1.5.2
</pre>
<h2 id="head">(Optional) Switch to the master branch</h2>
@@ -346,7 +346,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>go1.5.1</code>.
+<code>go1.5.2</code>.
</p>
<p>