5329N/AFrom 3c5af9a84602093044df3ec91c81f040bdddb4df Mon Sep 17 00:00:00 2001
5329N/AFrom: Chris Broadfoot <cbro@golang.org>
5329N/ADate: Tue, 22 Sep 2015 20:45:16 -0700
5329N/ASubject: [PATCH 24/63] [release-branch.go1.5] doc: document go1.4.3
5329N/A
5329N/AChange-Id: Ib1bfe4038e2b125a31acd9ff7772e462b0a6358f
5329N/AReviewed-on: https://go-review.googlesource.com/14852
5329N/AReviewed-by: Andrew Gerrand <adg@golang.org>
5329N/AReviewed-on: https://go-review.googlesource.com/14854
5329N/A---
5329N/A doc/devel/release.html | 5 +++++
5329N/A 1 file changed, 5 insertions(+)
5329N/A
5329N/Adiff --git a/doc/devel/release.html b/doc/devel/release.html
5329N/Aindex 43ead08..7cc406a 100644
5329N/A--- a/doc/devel/release.html
5329N/A+++ b/doc/devel/release.html
5329N/A@@ -48,6 +48,11 @@ go1.4.2 (released 2015/02/17) includes bug fixes to the <code>go</code> command,
5329N/A See the <a href="https://github.com/golang/go/issues?q=milestone%3AGo1.4.2">Go 1.4.2 milestone on our issue tracker</a> for details.
5329N/A </p>
5329N/A
5329N/A+<p>
5329N/A+go1.4.3 (released 2015/09/22) includes security fixes to the <code>net/http</code> package and bug fixes to the <code>runtime</code> package.
5329N/A+See the <a href="https://github.com/golang/go/issues?q=milestone%3AGo1.4.3">Go 1.4.3 milestone on our issue tracker</a> for details.
5329N/A+</p>
5329N/A+
5329N/A <h2 id="go1.3">go1.3 (released 2014/06/18)</h2>
5329N/A
5329N/A <p>
5329N/A--
5329N/A2.6.1
5329N/A