]> Cypherpunks repositories - gostls13.git/commitdiff
doc/go1.19: add release note for CL 398058
authorBryan C. Mills <bcmills@google.com>
Fri, 27 May 2022 20:39:54 +0000 (16:39 -0400)
committerGopher Robot <gobot@golang.org>
Thu, 2 Jun 2022 20:39:23 +0000 (20:39 +0000)
Change-Id: I483de9a6a2016432df13e030c675d42470db9ed1
Reviewed-on: https://go-review.googlesource.com/c/go/+/409175
Run-TryBot: Bryan Mills <bcmills@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Auto-Submit: Bryan Mills <bcmills@google.com>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
doc/go1.19.html

index df2166d3c10e075ff3ede7a8f26fa0f6599e195f..f57451eb4f06436a92baf4037d09da75dd6bf278 100644 (file)
@@ -31,9 +31,6 @@ Do not send CLs removing the interior tags from such phrases.
   TODO: complete this section, or delete if not needed
 </p>
 <h3 id="go-command">Go command</h3>
-<p>
-  TODO: <a href="https://go.dev/cl/398058">https://go.dev/cl/398058</a>: cmd/go: quote fragments in CGO_ env variables reported by 'go env'
-</p>
 <p>
   TODO: complete this section.
 </p>
@@ -53,6 +50,13 @@ Do not send CLs removing the interior tags from such phrases.
   with <code>-trimpath</code>.
 </p>
 
+<p><!-- CL 398058 -->
+  <code>go</code> <code>env</code> now quotes entries that contain spaces in
+  the <code>CGO_CFLAGS</code>, <code>CGO_CPPFLAGS</code>, <code>CGO_CXXFLAGS</code>, <code>CGO_FFLAGS</code>, <code>CGO_LDFLAGS</code>,
+  and <code>GOGCCFLAGS</code> variables it reports.
+</p>
+
+
 <h4 id="go-unix">New <code>unix</code> build constraint</h4>
 
 <p><!-- CL 389934 -->