doc/devel/release.html | 17 +++++++++++++++++ diff --git a/doc/devel/release.html b/doc/devel/release.html index 8999a8f4fd366e4f9bc16ff05a52d521c691f8c2..e200844a155fc4a694f4b1c8b3bf8e6652a0e72f 100644 --- a/doc/devel/release.html +++ b/doc/devel/release.html @@ -63,6 +63,23 @@ See the Go 1.8.3 milestone on our issue tracker for details.

+

+go1.8.4 (released 2017/10/04) includes two security fixes. +It contains the same fixes as Go 1.9.1 and was released at the same time. +See the Go +1.8.4 milestone on our issue tracker for details. +

+ +

+go1.8.5 (released 2017/10/25) includes fixes to the compiler, linker, runtime, +documentation, go command, +and the crypto/x509 and net/smtp packages. +It includes a fix to a bug introduced in Go 1.8.4 that broke go get +of non-Git repositories under certain conditions. +See the Go +1.8.5 milestone on our issue tracker for details. +

+

go1.7 (released 2016/08/15)