doc/devel/release.html | 8 ++++++++ doc/install-source.html | 4 ++-- diff --git a/doc/devel/release.html b/doc/devel/release.html index 7cc406ab5d001d8fc4fe76b583ab0de77900dce1..28092d7c7d869c99971c188c0dd94731e8dea7d0 100644 --- a/doc/devel/release.html +++ b/doc/devel/release.html @@ -22,6 +22,14 @@

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 runtime packages. diff --git a/doc/install-source.html b/doc/install-source.html index 6542fe5417066b422276918747320f6d1181dcd9..bffaa2755847fcccd8f5af441918f7a2f51f459f 100644 --- a/doc/install-source.html +++ b/doc/install-source.html @@ -167,7 +167,7 @@

 $ 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.