doc/devel/release.html | 15 +++++++++++++++ diff --git a/doc/devel/release.html b/doc/devel/release.html index b02efed5010ec2ed98069b7ffc25a2d210e1c9b8..4e1f7cbc5025034e23c9e8ff2b193df8faf84d9b 100644 --- a/doc/devel/release.html +++ b/doc/devel/release.html @@ -49,6 +49,13 @@ See the Go 1.11.2 milestone on our issue tracker for details.
+
+go1.11.3 (released 2018/12/12) includes three security fixes to "go get" and
+the crypto/x509 package.
+See the Go
+1.11.3 milestone on our issue tracker for details.
+
@@ -96,6 +103,14 @@ go1.10.5 (released 2018/11/02) includes fixes to the go command, linker, runtime
and the database/sql package.
See the Go
1.10.5 milestone on our issue tracker for details.
+
+go1.10.6 (released 2018/12/12) includes three security fixes to "go get" and
+the crypto/x509 package.
+It contains the same fixes as Go 1.11.3 and was released at the same time.
+See the Go
+1.10.6 milestone on our issue tracker for details.