From 4e0be154f7ac474f0768e0ca65612b5b111c2716 Mon Sep 17 00:00:00 2001 From: Rob Pike Date: Fri, 31 Jul 2015 09:03:58 +1000 Subject: [PATCH] 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 --- doc/go1.5.html | 11 +++++++++++ 1 file changed, 11 insertions(+) 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.

-- 2.50.0