]> Cypherpunks repositories - gostls13.git/commitdiff
doc: document Go 1.4.1
authorAndrew Gerrand <adg@golang.org>
Thu, 15 Jan 2015 04:28:12 +0000 (15:28 +1100)
committerAndrew Gerrand <adg@golang.org>
Thu, 15 Jan 2015 04:30:42 +0000 (04:30 +0000)
Change-Id: I4e9737497f4995657c46e52e0722d921499f8d17
Reviewed-on: https://go-review.googlesource.com/2854
Reviewed-by: Rob Pike <r@golang.org>
doc/devel/release.html

index acd7fe9ae2317fb6e12514f82503901deea2dfd9..f2c878f2c1a82f224f49b7bc7e7d9bb1ee132b96 100644 (file)
@@ -19,6 +19,13 @@ Go 1.4 is a major release of Go.
 Read the <a href="/doc/go1.4">Go 1.4 Release Notes</a> for more information.
 </p>
 
+<h3 id="go1.4.minor">Minor revisions</h3>
+
+<p>
+go1.4.1 (released 2015/01/15) includes bug fixes to the linker and the <code>log</code>, <code>syscall</code>, and <code>runtime</code> packages.
+See the <a href="https://github.com/golang/go/issues?q=milestone%3AGo1.4.1">Go 1.4.1 milestone on our issue tracker</a> for details.
+</p>
+
 <h2 id="go1.3">go1.3 (released 2014/06/18)</h2>
 
 <p>