From: Rob Pike Date: Thu, 30 Jul 2015 23:03:58 +0000 (+1000) Subject: doc: solaris info added to go1.5.html X-Git-Tag: go1.5rc1~70 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=4e0be154f7ac474f0768e0ca65612b5b111c2716;p=gostls13.git doc: solaris info added to go1.5.html Fixes #11952. Change-Id: I548f9d75c6223bf79bdf654ef733f1568e3d5804 Reviewed-on: https://go-review.googlesource.com/12990 Reviewed-by: Ian Lance Taylor --- diff --git a/doc/go1.5.html b/doc/go1.5.html index 6dff14eb2e..16620e34ae 100644 --- a/doc/go1.5.html +++ b/doc/go1.5.html @@ -254,6 +254,13 @@ On Darwin, the use of the system X.509 certificate interface can be disabled with the ios build tag.

+

+The Solaris port now has full support for cgo and the packages +net and +crypto/x509, +as well as a number of other fixes and improvements. +

+

Tools

Translating

@@ -593,6 +600,10 @@ source code directory. Without the expansion the paths would be invalid when the current working directory changes.

+

+Solaris now has full cgo support. +

+

On Windows, cgo now uses external linking by default.