From: Russ Cox Date: Wed, 12 Mar 2014 20:32:35 +0000 (-0400) Subject: doc/go1.3.txt: add notes about copying stacks, win2k support X-Git-Tag: go1.3beta1~381 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=b11aeef912f24bfb881bb0b7df2c72235991202b;p=gostls13.git doc/go1.3.txt: add notes about copying stacks, win2k support LGTM=bradfitz R=golang-codereviews, bradfitz CC=golang-codereviews https://golang.org/cl/74800043 --- diff --git a/doc/go1.3.txt b/doc/go1.3.txt index 7828ea17f5..f66d2d2680 100644 --- a/doc/go1.3.txt +++ b/doc/go1.3.txt @@ -27,3 +27,8 @@ syscall: add support for FreeBSD 10 (CL 56770044, 56980043) testing: add b.RunParallel function (CL 57270043) testing: diagnose buggy tests that panic(nil) (CL 55780043) unicode: upgrade from Unicode 6.2.0 to 6.3.0 (CL 65400044) + +Additional notes: +- support for Windows 2000 removed (CL 74790043) +- copying stack support; initial stack size 4kB again. +- liveness analysis in garbage collector