From: Bryan C. Mills
Date: Fri, 27 May 2022 20:39:54 +0000 (-0400)
Subject: doc/go1.19: add release note for CL 398058
X-Git-Tag: go1.19beta1~86
X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=3b6b9a7ef0b4849d87e7d30fbf1ef3255ea99f69;p=gostls13.git
doc/go1.19: add release note for CL 398058
Change-Id: I483de9a6a2016432df13e030c675d42470db9ed1
Reviewed-on: https://go-review.googlesource.com/c/go/+/409175
Run-TryBot: Bryan Mills
TryBot-Result: Gopher Robot
Reviewed-by: Dmitri Shuralyov
Auto-Submit: Bryan Mills
Reviewed-by: Ian Lance Taylor
---
diff --git a/doc/go1.19.html b/doc/go1.19.html
index df2166d3c1..f57451eb4f 100644
--- a/doc/go1.19.html
+++ b/doc/go1.19.html
@@ -31,9 +31,6 @@ Do not send CLs removing the interior tags from such phrases.
TODO: complete this section, or delete if not needed
Go command
-
- TODO: https://go.dev/cl/398058: cmd/go: quote fragments in CGO_ env variables reported by 'go env'
-
TODO: complete this section.
@@ -53,6 +50,13 @@ Do not send CLs removing the interior tags from such phrases.
with -trimpath
.
+
+ go
env
now quotes entries that contain spaces in
+ the CGO_CFLAGS
, CGO_CPPFLAGS
, CGO_CXXFLAGS
, CGO_FFLAGS
, CGO_LDFLAGS
,
+ and GOGCCFLAGS
variables it reports.
+
+
+
New unix
build constraint