From: Rob Pike
Date: Tue, 8 Apr 2014 04:07:17 +0000 (+1000)
Subject: doc/go1.3.html: drop support for windows 2000
X-Git-Tag: go1.3beta1~168
X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=78025fb2202e79580cd78bc1f4a32cead762e963;p=gostls13.git
doc/go1.3.html: drop support for windows 2000
LGTM=bradfitz, alex.brainman
R=golang-codereviews, bradfitz, alex.brainman
CC=golang-codereviews
https://golang.org/cl/85190043
---
diff --git a/doc/go1.3.html b/doc/go1.3.html
index 770d0cc062..ce5860d15c 100644
--- a/doc/go1.3.html
+++ b/doc/go1.3.html
@@ -12,8 +12,7 @@ and contains no language changes.
It does have some important developments, though,
including a refinement to the memory model regarding synchronization,
precise garbage collection,
-significant performance improvements,
-including TODO,
+significant performance improvements across the board,
and support for Google's Native Client architecture (NaCl).
As always, Go 1.3 keeps the promise
of compatibility,
@@ -38,8 +37,10 @@ TODO
Removal of support for Windows 2000
-TODO
-windows 2000 removed (CL 74790043)
+Microsoft stopped supporting Windows 2000 in 2010.
+Since it has implementation difficulties
+regarding exception handling (signals in Unix terminology),
+as of Go 1.3 it is not supported by Go either.
@@ -140,13 +141,17 @@ TODO
TODO: Which should be called out?
+
+There is an important new type added to the standard library: sync/pool
.
+TODO: sync: add Pool (CL 41860043, 46010043)
+
+
New packages
-There is one new package added to the standard library: sync/pool
.
-TODO: sync: add Pool (CL 41860043, 46010043)
+No new packages appear in the core libraries in Go 1.3.
Minor changes to the library