summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAlex Brainman <alex.brainman@gmail.com>2014-07-23 16:36:29 +1000
committerAlex Brainman <alex.brainman@gmail.com>2014-07-23 16:36:29 +1000
commit3dc4fc72fd71f8131e9f51c9635fd9ddb1b6cb61 (patch)
treee507cc5578f41b33cfc90dbcf33001cb26d3be1e /doc
parentf6a9612c74e164b8fdf008023bbea0040c27860e (diff)
downloadgo-3dc4fc72fd71f8131e9f51c9635fd9ddb1b6cb61.tar.gz
doc/go1.4.txt: windows can do symlinks now
R=golang-codereviews CC=golang-codereviews https://codereview.appspot.com/111560043
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 3cf595f19..d85bbd620 100644
--- a/doc/go1.4.txt
+++ b/doc/go1.4.txt
@@ -9,6 +9,7 @@ spec: permit for range x (CL 104680043)
encoding/gob: remove unsafe (CL 102680045)
misc: deleted editor support; refer to https://code.google.com/p/go-wiki/wiki/IDEsAndTextEditorPlugins instead (CL 105470043)
+os: implement symlink support for windows (CL 86160044)
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)
testing: add Coverage (CL 98150043)