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 169ef287a2..1e6ed05ad4 100644 --- a/doc/install-source.html +++ b/doc/install-source.html @@ -173,7 +173,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
 
@@ -352,7 +352,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.