From: Ian Lance Taylor Date: Mon, 3 Oct 2016 18:25:25 +0000 (-0700) Subject: doc: add PKG_CONFIG and GIT_ALLOW_PROTOCOL env vars to go1.8.txt X-Git-Tag: go1.8beta1~1071 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=fe77c5b36994d907a6c0f4cd8ffb0a2ad6cfde5e;p=gostls13.git doc: add PKG_CONFIG and GIT_ALLOW_PROTOCOL env vars to go1.8.txt Change-Id: I592b87f49fc636b89807d911132f69257d718afd Reviewed-on: https://go-review.googlesource.com/30168 Reviewed-by: Ian Lance Taylor --- diff --git a/doc/go1.8.txt b/doc/go1.8.txt index 5d8dcfd4f9..c21ed3c3a1 100644 --- a/doc/go1.8.txt +++ b/doc/go1.8.txt @@ -5,6 +5,8 @@ compile: SSA for 386, arm, arm64, ppc64le, ... (many CLs) yacc: "go tool yacc" is removed. now at golang.org/x/tools/cmd/goyacc (CL 27324, CL 27325) go: -buildmode=c-archive now builds PIC on ELF (CL 24180) go: mobile pkg dir change, recommend using go list in scripts (CL 24930, CL 27929) +go, dist: can set default pkg-config tool using PKG_CONFIG env var (CL 29991) +go: can set secure/insecure GIT schemes using GIT_ALLOW_PROTOCOL env var (CL 30135) Ports: