From: Bryan C. Mills Date: Thu, 12 Sep 2019 15:00:31 +0000 (-0400) Subject: doc/go1.14: start doc; note end of NaCl platform support X-Git-Tag: go1.14beta1~1109 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=a9fdd6bba281c98cbfd61803bbf92bcd6bd8ed49;p=gostls13.git doc/go1.14: start doc; note end of NaCl platform support This skeleton follows the model of CL 174521, with additions from 'relnote -html'. Updates #33738 Updates #30439 Change-Id: I0f88ff7f231b7728dca0695143f2f2eda74d60c4 Reviewed-on: https://go-review.googlesource.com/c/go/+/195058 Run-TryBot: Bryan C. Mills Reviewed-by: Andrew Bonventre TryBot-Result: Gobot Gobot --- diff --git a/doc/go1.14.html b/doc/go1.14.html new file mode 100644 index 0000000000..525a1421f7 --- /dev/null +++ b/doc/go1.14.html @@ -0,0 +1,140 @@ + + + + + + +

DRAFT RELEASE NOTES — Introduction to Go 1.14

+ +

+ + Go 1.14 is not yet released. These are work-in-progress + release notes. Go 1.14 is expected to be released in February 2020. + +

+ +

Changes to the language

+ +

+TODO +

+ +

Ports

+ +

+TODO +

+ +

Native Client (NaCl)

+ +

+ As announced in the Go 1.13 release notes, + Go 1.14 drops support for the Native Client platform (GOOS=nacl). +

+ +

Tools

+ +

+TODO +

+ +

Go command

+ +

+ The go command now includes snippets of plain-text error messages + from module proxies and other HTTP servers. + An error message will only be shown if it is valid UTF-8 and consists of only + graphic characters and spaces. +

+ +

Runtime

+ +

+TODO +

+ + +

Core library

+ +

+TODO +

+ +
bytes/hash
+
+

+ TODO: https://golang.org/cl/186877: add hashing package for bytes and strings +

+ +
+ +
crypto/tls
+
+

+ TODO: https://golang.org/cl/191976: remove SSLv3 support +

+ +

+ TODO: https://golang.org/cl/191999: remove TLS 1.3 opt-out +

+ +
+ +
encoding/asn1
+
+

+ TODO: https://golang.org/cl/126624: handle ASN1's string type BMPString +

+ +
+ +
mime
+
+

+ TODO: https://golang.org/cl/186927: update type of .js and .mjs files to text/javascript +

+ +
+ +
plugin
+
+

+ TODO: https://golang.org/cl/191617: add freebsd/amd64 plugin support +

+ +
+ +
runtime
+
+

+ TODO: https://golang.org/cl/187739: treat CTRL_CLOSE_EVENT, CTRL_LOGOFF_EVENT, CTRL_SHUTDOWN_EVENT as SIGTERM on Windows +

+ +

+ TODO: https://golang.org/cl/188297: don't forward SIGPIPE on macOS +

+ +
+ +

Minor changes to the library

+ +

+ As always, there are various minor changes and updates to the library, + made with the Go 1 promise of compatibility + in mind. +

+ +

+TODO +