components/golang/patches/0024-release-branch.go1.5-doc-document-go1.4.3.patch
author Shawn Walker-Salas <shawn.walker@oracle.com>
Wed, 30 Mar 2016 13:33:31 -0700
changeset 5682 94c0ca64c022
parent 5331 9c955076ffe3
permissions -rw-r--r--
15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh 22228656 remove redundant declarations and additions from makefiles 22252545 simplify build rules for components from common upstream 22378457 tclConfig.sh compiler settings are too specific 22727315 httping curses gui missing 22750630 procmail ignores userland cflags and may use private strstr function 22758725 wdiff uses diff from PATH instead of /usr/gnu/bin/diff 22926847 cloog Makefile typo when setting ASLR_MODE 22935090 tk config script has wrong linker flags

From 3c5af9a84602093044df3ec91c81f040bdddb4df Mon Sep 17 00:00:00 2001
From: Chris Broadfoot <[email protected]>
Date: Tue, 22 Sep 2015 20:45:16 -0700
Subject: [PATCH 24/63] [release-branch.go1.5] doc: document go1.4.3

Change-Id: Ib1bfe4038e2b125a31acd9ff7772e462b0a6358f
Reviewed-on: https://go-review.googlesource.com/14852
Reviewed-by: Andrew Gerrand <[email protected]>
Reviewed-on: https://go-review.googlesource.com/14854
---
 doc/devel/release.html | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/doc/devel/release.html b/doc/devel/release.html
index 43ead08..7cc406a 100644
--- a/doc/devel/release.html
+++ b/doc/devel/release.html
@@ -48,6 +48,11 @@ go1.4.2 (released 2015/02/17) includes bug fixes to the <code>go</code> command,
 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.
 </p>
 
+<p>
+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.
+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.
+</p>
+
 <h2 id="go1.3">go1.3 (released 2014/06/18)</h2>
 
 <p>
-- 
2.6.1