From 965584ac07c87839cb28f28e40f2f9a74ebaff76 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Fri, 12 Jun 2015 16:41:46 -0700 Subject: [PATCH] doc/go1.5.txt: mention GidMappingsEnableSetgroups in linux SysProcAttr Change-Id: I412621497902fa36f4939df392b10ca7040fc36e Reviewed-on: https://go-review.googlesource.com/11003 Reviewed-by: Ian Lance Taylor --- doc/go1.5.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/go1.5.txt b/doc/go1.5.txt index fc41bffcb9..882f2bfc7b 100644 --- a/doc/go1.5.txt +++ b/doc/go1.5.txt @@ -77,6 +77,7 @@ runtime/pprof: memory profiles include overall memory statistics by default (htt strings: add Compare(x, y string) int, for symmetry with bytes.Compare (https://golang.org/cl/2828) syscall: Add Foreground and Pgid to SysProcAttr (https://golang.org/cl/5130) syscall: add missing Syscall9 for darwin/amd64 (https://golang.org/cl/6555) +syscall: Add GidMappingsEnableSetgroups to linux SysProcAttr (http://golang.org/cl/10670) testing/quick: support generation of arrays (https://golang.org/cl/3865) testing/quick: generated pointers can now be nil (https://golang.org/cl/10821) text/template: add Options method (https://golang.org/cl/8462) -- 2.50.0