From 1cba7318285036b440adcb10e1a8a478bf4da498 Mon Sep 17 00:00:00 2001 From: Rob Pike Date: Wed, 29 Oct 2014 13:07:34 -0700 Subject: doc/go1.4.html: gccgo status LGTM=iant, cmang R=cmang, iant, rsc CC=golang-codereviews https://codereview.appspot.com/169760043 --- doc/go1.4.html | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) (limited to 'doc') diff --git a/doc/go1.4.html b/doc/go1.4.html index 9fa86c31a..e2458f2ef 100644 --- a/doc/go1.4.html +++ b/doc/go1.4.html @@ -18,8 +18,7 @@ Stacks are now contiguous, reallocated when necessary rather than linking on new "segments"; this release therefore eliminates the notorious "hot stack split" problem. There are some new tools available including support in the go command -for build-time source code generation -and TODO. +for build-time source code generation. The release also adds support for ARM processors on Android and Native Client (NaCl) and AMD64 on Plan 9. As always, Go 1.4 keeps the promise @@ -281,7 +280,9 @@ More information about these changes is in the assembly docum

Status of gccgo

-TODO gccgo news +The release schedules for the GCC and Go projects do not coincide. +GCC release 4.9 contains the Go 1.2 version of gccgo. +The next release, GCC 5, will likely have the Go 1.4 version of gccgo.

Internal packages

@@ -593,13 +594,11 @@ of the
Config struct.
  • -Also in the crypto/tls package, -the server now supports +Also in the crypto/tls package, the server now supports TLS_FALLBACK_SCSV -to help clients detect fallback attacks like -POODLE. -(The crypto/tls package's client has never supported SSLv3, so it is not -vulnerable to the POODLE attack.) +to help clients detect fallback attacks. +(The Go client does not support fallback at all, so it is not vulnerable to +those attacks.)
  • -- cgit v1.2.1