components/golang-17/patches/0025-release-branch.go1.7-doc-document-go1.7.2.patch
changeset 7518 c388d4e1d3ad
equal deleted inserted replaced
7517:42ae3923b8fe 7518:c388d4e1d3ad
       
     1 From 2e150a0aa73dbb1f3786edd94c399d197faaacc0 Mon Sep 17 00:00:00 2001
       
     2 From: Chris Broadfoot <[email protected]>
       
     3 Date: Mon, 17 Oct 2016 13:34:40 -0700
       
     4 Subject: [PATCH 25/38] [release-branch.go1.7] doc: document go1.7.2
       
     5 
       
     6 Change-Id: I34b3650ee9512879ff7528336813a7850c46ea90
       
     7 Reviewed-on: https://go-review.googlesource.com/31311
       
     8 Reviewed-by: Brad Fitzpatrick <[email protected]>
       
     9 Reviewed-on: https://go-review.googlesource.com/31313
       
    10 Reviewed-by: Chris Broadfoot <[email protected]>
       
    11 ---
       
    12  doc/devel/release.html  | 8 ++++++++
       
    13  doc/install-source.html | 4 ++--
       
    14  2 files changed, 10 insertions(+), 2 deletions(-)
       
    15 
       
    16 diff --git a/doc/devel/release.html b/doc/devel/release.html
       
    17 index 95b6ee0..6c1cb99 100644
       
    18 --- a/doc/devel/release.html
       
    19 +++ b/doc/devel/release.html
       
    20 @@ -49,6 +49,14 @@ See the <a href="https://github.com/golang/go/issues?q=milestone%3AGo1.7.1">Go
       
    21  1.7.1 milestone</a> on our issue tracker for details.
       
    22  </p>
       
    23  
       
    24 +<p>
       
    25 +go1.7.2 (released 2016/10/17) includes fixes to the compiler, runtime,
       
    26 +and the <code>crypto/cipher</code>, <code>crypto/tls</code>,
       
    27 +<code>net/http</code>, and <code>strings</code> packages.
       
    28 +See the <a href="https://github.com/golang/go/issues?q=milestone%3AGo1.7.2">Go
       
    29 +1.7.2 milestone</a> on our issue tracker for details.
       
    30 +</p>
       
    31 +
       
    32  <h2 id="go1.6">go1.6 (released 2016/02/17)</h2>
       
    33  
       
    34  <p>
       
    35 diff --git a/doc/install-source.html b/doc/install-source.html
       
    36 index 1cc2230..d0a4ed2 100644
       
    37 --- a/doc/install-source.html
       
    38 +++ b/doc/install-source.html
       
    39 @@ -203,7 +203,7 @@ To build without <code>cgo</code>, set the environment variable
       
    40  Change to the directory that will be its parent
       
    41  and make sure the <code>go</code> directory does not exist.
       
    42  Then clone the repository and check out the latest release tag
       
    43 -(<code class="versionTag">go1.7.1</code>, for example):</p>
       
    44 +(<code class="versionTag">go1.7.2</code>, for example):</p>
       
    45  
       
    46  <pre>
       
    47  $ git clone https://go.googlesource.com/go
       
    48 @@ -391,7 +391,7 @@ New releases are announced on the
       
    49  <a href="//groups.google.com/group/golang-announce">golang-announce</a>
       
    50  mailing list.
       
    51  Each announcement mentions the latest release tag, for instance,
       
    52 -<code class="versionTag">go1.7.1</code>.
       
    53 +<code class="versionTag">go1.7.2</code>.
       
    54  </p>
       
    55  
       
    56  <p>
       
    57 -- 
       
    58 2.7.4
       
    59