]> Cypherpunks repositories - gostls13.git/commitdiff
[release-branch.go1.4] doc: document Go 1.4.1
authorAndrew Gerrand <adg@golang.org>
Thu, 15 Jan 2015 04:28:12 +0000 (15:28 +1100)
committerRob Pike <r@golang.org>
Thu, 15 Jan 2015 04:50:52 +0000 (04:50 +0000)
Change-Id: I4e9737497f4995657c46e52e0722d921499f8d17
Reviewed-on: https://go-review.googlesource.com/2854
Reviewed-by: Rob Pike <r@golang.org>
(cherry picked from commit 7785be8f2227df881e7ab3a4e81a2fc69a165cf8)
Reviewed-on: https://go-review.googlesource.com/2855

doc/devel/release.html

index 5b5d6ab5e9b5d2b17130121ebeddad6078ea3280..6e69ce70ed8ad9fc8268dc7ff485efa20c8c7d9a 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>