From 377a8a806b47e6f9bdc38532587511bfab881af0 Mon Sep 17 00:00:00 2001 From: Chris Broadfoot Date: Mon, 23 Nov 2015 16:07:20 -0800 Subject: [release-branch.go1.5] doc: document go1.5.2 Change-Id: Ib6a9e131113523e6b1e5b7604480028b9ffbfa93 Reviewed-on: https://go-review.googlesource.com/17178 Reviewed-by: Andrew Gerrand Reviewed-on: https://go-review.googlesource.com/17335 Reviewed-by: Chris Broadfoot --- doc/devel/release.html | 8 ++++++++ doc/install-source.html | 4 ++-- 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 @@ -21,6 +21,14 @@ Read the Go 1.5 Release Notes for more information.

Minor revisions

+

+go1.5.2 (released 2015/11/23) includes bug fixes to the compiler, linker, and +the mime/multipart, net, and runtime +packages. +See the Go +1.5.2 milestone on our issue tracker for details. +

+

go1.5.1 (released 2015/09/08) includes bug fixes to the compiler, assembler, and the fmt, net/textproto, net/http, and 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:

 $ git clone https://go.googlesource.com/go
 $ cd go
-$ git checkout go1.5.1
+$ git checkout go1.5.2
 
@@ -346,7 +346,7 @@ New releases are announced on the golang-announce mailing list. Each announcement mentions the latest release tag, for instance, -go1.5.1. +go1.5.2.

-- cgit v1.2.3-54-g00ecf