summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@golang.org>2014-10-03 18:12:05 -0700
committerIan Lance Taylor <iant@golang.org>2014-10-03 18:12:05 -0700
commit3fb958ff63d57ab35c8e578342e4089d4d718441 (patch)
treee633cf2c2d536c282241b06d337ba4e315f9ef06 /doc
parent380744f2b1ccabab859860de64da7896a74407cd (diff)
downloadgo-3fb958ff63d57ab35c8e578342e4089d4d718441.tar.gz
doc/go1.4: mention that we are going to need a new version of SWIG
Update issue 8750 CC=golang-codereviews https://codereview.appspot.com/153950044
Diffstat (limited to 'doc')
-rw-r--r--doc/go1.4.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/go1.4.txt b/doc/go1.4.txt
index 7895ddd03..75354643d 100644
--- a/doc/go1.4.txt
+++ b/doc/go1.4.txt
@@ -32,6 +32,7 @@ runtime: implement monotonic clocks on windows (CL 108700045)
runtime: stack size 2K (4K on plan 9 and windows) (CL 145790043)
runtime: MemStats.Mallocs now counts very small allocations missed in Go 1.3. This may break tests using runtime.ReadMemStats or testing.AllocsPerRun by giving a more accurate answer than Go 1.3 did (CL 143150043).
runtime/race: freebsd is supported (CL 107270043)
+swig: Due to runtime changes Go 1.4 will require SWIG 3.0.3 (not yet released)
sync/atomic: add Value (CL 136710045)
syscall: Setuid, Setgid are disabled on linux platforms. On linux those syscalls operate on the calling thread, not the whole process. This does not match the semantics of other platforms, nor the expectations of the caller, so the operations have been disabled until issue 1435 is resolved (CL 106170043)
syscall: now frozen (CL 129820043)