aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Broadfoot <cbro@golang.org>2015-12-02 16:22:53 -0800
committerChris Broadfoot <cbro@golang.org>2015-12-03 00:31:00 +0000
commit3cca924e64c72f9497b9539b852f7f33c7f8904a (patch)
tree5b284a978bff4b5115d9d3e2c02f4253d327a800
parent377a8a806b47e6f9bdc38532587511bfab881af0 (diff)
downloadgo-3cca924e64c72f9497b9539b852f7f33c7f8904a.tar.gz
go-3cca924e64c72f9497b9539b852f7f33c7f8904a.zip
[release-branch.go1.5] doc: correct release date for go1.5.2
Change-Id: I6bee207db7485f96a499f51b2d1346c35e086d41 Reviewed-on: https://go-review.googlesource.com/17337 Reviewed-by: Russ Cox <rsc@golang.org> Reviewed-on: https://go-review.googlesource.com/17338 Reviewed-by: Chris Broadfoot <cbro@golang.org>
-rw-r--r--doc/devel/release.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/devel/release.html b/doc/devel/release.html
index 28092d7c7d..56da4d0237 100644
--- a/doc/devel/release.html
+++ b/doc/devel/release.html
@@ -22,7 +22,7 @@ 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
+go1.5.2 (released 2015/12/02) 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