diff -r 42ae3923b8fe -r c388d4e1d3ad components/golang-17/patches/0016-release-branch.go1.7-doc-document-go1.7.1.patch --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/components/golang-17/patches/0016-release-branch.go1.7-doc-document-go1.7.1.patch Tue Dec 20 11:59:29 2016 -0800 @@ -0,0 +1,62 @@ +From b261730e561049bb7385303d593630d500ebd35e Mon Sep 17 00:00:00 2001 +From: Chris Broadfoot +Date: Wed, 7 Sep 2016 11:59:58 -0700 +Subject: [PATCH 16/38] [release-branch.go1.7] doc: document go1.7.1 + +Change-Id: I6bdbf0cafa0f70bdb7c435e45885f5d8f9e05dad +Reviewed-on: https://go-review.googlesource.com/28693 +Reviewed-by: Brad Fitzpatrick +Reviewed-on: https://go-review.googlesource.com/28692 +--- + doc/devel/release.html | 12 ++++++++++++ + doc/install-source.html | 4 ++-- + 2 files changed, 14 insertions(+), 2 deletions(-) + +diff --git a/doc/devel/release.html b/doc/devel/release.html +index 2d4f41f..5d0a129 100644 +--- a/doc/devel/release.html ++++ b/doc/devel/release.html +@@ -37,6 +37,18 @@ Go 1.7 is a major release of Go. + Read the Go 1.7 Release Notes for more information. +

+ ++

Minor revisions

++ ++

++go1.7.1 (released 2016/09/07) includes fixes to the compiler, runtime, ++documentation, and the compress/flate, hash/crc32, ++io net, net/http, ++path/filepath, reflect, and syscall ++packages. ++See the Go ++1.7.1 milestone on our issue tracker for details. ++

++ +

go1.6 (released 2016/02/17)

+ +

+diff --git a/doc/install-source.html b/doc/install-source.html +index 11c66ad..1cc2230 100644 +--- a/doc/install-source.html ++++ b/doc/install-source.html +@@ -203,7 +203,7 @@ To build without cgo, set the environment variable + Change to the directory that will be its parent + and make sure the go directory does not exist. + Then clone the repository and check out the latest release tag +-(go1.7, for example):

++(go1.7.1, for example):

+ +
+ $ git clone https://go.googlesource.com/go
+@@ -391,7 +391,7 @@ New releases are announced on the
+ golang-announce
+ mailing list.
+ Each announcement mentions the latest release tag, for instance,
+-go1.7.
++go1.7.1.
+ 

+ +

+-- +2.7.4 +