This file collects notes about what has changed since Go 1.3 and should be mentioned in the Go 1.4 release notes. Please keep the descriptions to a single line, starting with the package or cmd/xxx directory name, and ending in a CL number. Please keep the list sorted (as in sort.Strings of the lines). runtime/race: freebsd is supported (CL 107270043) 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) text/scanner: add IsIdentRune field of Scanner. (CL 108030044) time: use the micro symbol (ยต (U+00B5)) to print microsecond duration (CL 105030046)