]> Cypherpunks repositories - gostls13.git/commitdiff
[release-branch.go1.5] doc: document go1.5.1
authorChris Broadfoot <cbro@golang.org>
Wed, 9 Sep 2015 00:47:25 +0000 (17:47 -0700)
committerChris Broadfoot <cbro@golang.org>
Wed, 9 Sep 2015 00:50:40 +0000 (00:50 +0000)
Change-Id: I56452559acc432e06c15844d3f25dbeacafe77b7
Reviewed-on: https://go-review.googlesource.com/14402
Reviewed-by: Andrew Gerrand <adg@golang.org>
Reviewed-on: https://go-review.googlesource.com/14403

doc/devel/release.html

index 7d72c8d9336806bc9bc92e04c028a1dbaaed8454..43ead088459b28cd6781f04427acc4ac5964cc3f 100644 (file)
@@ -19,6 +19,16 @@ Go 1.5 is a major release of Go.
 Read the <a href="/doc/go1.5">Go 1.5 Release Notes</a> for more information.
 </p>
 
+<h3 id="go1.5.minor">Minor revisions</h3>
+
+<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.
+See the <a href="https://github.com/golang/go/issues?q=milestone%3AGo1.5.1">Go
+1.5.1 milestone</a> on our issue tracker for details.
+</p>
+
 <h2 id="go1.4">go1.4 (released 2014/12/10)</h2>
 
 <p>