From: Russ Cox Date: Tue, 30 Apr 2019 17:46:02 +0000 (-0400) Subject: doc/go1.13: start doc, note macOS, FreeBSD deprecations X-Git-Tag: go1.13beta1~443 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=2316784f67acfeebd3d08faab5b13a8a73d57b5a;p=gostls13.git doc/go1.13: start doc, note macOS, FreeBSD deprecations For #23011. For #27619. Change-Id: Id1f280993ecdfb07a7420926ca1c0f5b7872afbb Reviewed-on: https://go-review.googlesource.com/c/go/+/174521 Reviewed-by: Brad Fitzpatrick --- diff --git a/doc/go1.13.html b/doc/go1.13.html new file mode 100644 index 0000000000..ef37c92775 --- /dev/null +++ b/doc/go1.13.html @@ -0,0 +1,97 @@ + + + + + + +

DRAFT RELEASE NOTES - Introduction to Go 1.13

+ +

+ + Go 1.13 is not yet released. These are work-in-progress + release notes. Go 1.13 is expected to be released in August 2019. + +

+ +

+TODO +

+ +

Changes to the language

+ +

+TODO +

+ +

Ports

+ +

+TODO +

+ +

Darwin

+ +

+ As announced in the Go 1.12 release notes, + Go 1.13 now requires macOS 10.11 El Capitan or later; + support for previous versions has been discontinued. +

+ +

FreeBSD

+ +

+ As announced in the Go 1.12 release notes, + Go 1.13 now requires FreeBSD 11.2 or later; + support for previous versions has been discontinued. + FreeBSD 12.0 or later requires a kernel with the COMPAT_FREEBSD11 option set (this is the default). +

+ +

Tools

+ +

+TODO +

+ +

Runtime

+ +

+TODO +

+ + +

Core library

+ +

+TODO generally +

+ +

TLS 1.3

+ +

+TODO; link to Go 1.12 notes. +

+ + +

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 +

+