components/golang-17/patches/0029-release-branch.go1.7-doc-document-go1.7.3-and-add-no.patch
changeset 7518 c388d4e1d3ad
equal deleted inserted replaced
7517:42ae3923b8fe 7518:c388d4e1d3ad
       
     1 From 4de7b10483094a68a6d40c18a2e28ddcaf954365 Mon Sep 17 00:00:00 2001
       
     2 From: Chris Broadfoot <[email protected]>
       
     3 Date: Tue, 18 Oct 2016 17:32:26 -0700
       
     4 Subject: [PATCH 29/38] [release-branch.go1.7] doc: document go1.7.3 and add
       
     5  note to go1.7.2 that it should not be used
       
     6 
       
     7 Change-Id: I3dd1513e927733ce5c63928da772cb81760ba869
       
     8 Reviewed-on: https://go-review.googlesource.com/31442
       
     9 Reviewed-by: Andrew Gerrand <[email protected]>
       
    10 Reviewed-by: Brad Fitzpatrick <[email protected]>
       
    11 ---
       
    12  doc/devel/release.html | 12 +++++++++---
       
    13  1 file changed, 9 insertions(+), 3 deletions(-)
       
    14 
       
    15 diff --git a/doc/devel/release.html b/doc/devel/release.html
       
    16 index 6c1cb99..9a4daf1 100644
       
    17 --- a/doc/devel/release.html
       
    18 +++ b/doc/devel/release.html
       
    19 @@ -50,11 +50,17 @@ See the <a href="https://github.com/golang/go/issues?q=milestone%3AGo1.7.1">Go
       
    20  </p>
       
    21  
       
    22  <p>
       
    23 -go1.7.2 (released 2016/10/17) includes fixes to the compiler, runtime,
       
    24 +go1.7.2 should not be used. It was tagged but not fully released.
       
    25 +The release was deferred due to a last minute bug report.
       
    26 +Use go1.7.3 instead, and refer to the summary of changes below.
       
    27 +</p>
       
    28 +
       
    29 +<p>
       
    30 +go1.7.3 (released 2016/10/19) includes fixes to the compiler, runtime,
       
    31  and the <code>crypto/cipher</code>, <code>crypto/tls</code>,
       
    32  <code>net/http</code>, and <code>strings</code> packages.
       
    33 -See the <a href="https://github.com/golang/go/issues?q=milestone%3AGo1.7.2">Go
       
    34 -1.7.2 milestone</a> on our issue tracker for details.
       
    35 +See the <a href="https://github.com/golang/go/issues?q=milestone%3AGo1.7.3">Go
       
    36 +1.7.3 milestone</a> on our issue tracker for details.
       
    37  </p>
       
    38  
       
    39  <h2 id="go1.6">go1.6 (released 2016/02/17)</h2>
       
    40 -- 
       
    41 2.7.4
       
    42