components/golang-17/patches/0031-release-branch.go1.7-doc-remove-mention-of-Go-1.6.3-.patch
changeset 7518 c388d4e1d3ad
equal deleted inserted replaced
7517:42ae3923b8fe 7518:c388d4e1d3ad
       
     1 From 75f4f703ebf46815d0287736384d3ba11e3f4162 Mon Sep 17 00:00:00 2001
       
     2 From: Brad Fitzpatrick <[email protected]>
       
     3 Date: Fri, 28 Oct 2016 03:56:30 +0000
       
     4 Subject: [PATCH 31/38] [release-branch.go1.7] doc: remove mention of Go 1.6.3
       
     5  working on Sierra
       
     6 
       
     7 We thought it would at the time, but then Beta 4 changed the ABI
       
     8 again, so it wasn't true in practice.
       
     9 
       
    10 Fixes #17643
       
    11 
       
    12 Change-Id: I36b747bd69a56adc7291fa30d6bffdf67ab8741b
       
    13 Reviewed-on: https://go-review.googlesource.com/32238
       
    14 Reviewed-by: Russ Cox <[email protected]>
       
    15 Reviewed-on: https://go-review.googlesource.com/32270
       
    16 ---
       
    17  doc/go1.7.html | 3 +--
       
    18  1 file changed, 1 insertion(+), 2 deletions(-)
       
    19 
       
    20 diff --git a/doc/go1.7.html b/doc/go1.7.html
       
    21 index 762c1ec..6839c5e 100644
       
    22 --- a/doc/go1.7.html
       
    23 +++ b/doc/go1.7.html
       
    24 @@ -67,8 +67,7 @@ This change has no effect on the correctness of existing programs.
       
    25  
       
    26  <p>
       
    27  Go 1.7 adds support for macOS 10.12 Sierra.
       
    28 -This support was backported to Go 1.6.3.
       
    29 -Binaries built with versions of Go before 1.6.3 will not work
       
    30 +Binaries built with versions of Go before 1.7 will not work
       
    31  correctly on Sierra.
       
    32  </p>
       
    33  
       
    34 -- 
       
    35 2.7.4
       
    36