From 4afb0b9e533767f788252816c4b79ee29a1952a7 Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Wed, 8 Jun 2022 11:33:53 -0400 Subject: [PATCH] doc/go1.19: delete remaining TODOs The crypto ones were done in a separate CL and didn't merge well. Same for runtime/debug. The others are stale. For #51400. Change-Id: Iadb4de94d21cd6a20f52277a1c3d7800a729b81e Reviewed-on: https://go-review.googlesource.com/c/go/+/411115 Run-TryBot: Russ Cox Reviewed-by: Cherry Mui Auto-Submit: Russ Cox TryBot-Result: Gopher Robot Reviewed-by: David Chase --- doc/go1.19.html | 36 +++--------------------------------- 1 file changed, 3 insertions(+), 33 deletions(-) diff --git a/doc/go1.19.html b/doc/go1.19.html index 4276e9ffea..37f562a9df 100644 --- a/doc/go1.19.html +++ b/doc/go1.19.html @@ -43,9 +43,7 @@ Do not send CLs removing the interior tags from such phrases.

Ports

-

- TODO: complete this section, or delete if not needed -

+

Go 1.19 supports the Loongson 64-bit architecture LoongArch on Linux (GOOS=linux, GOARCH=loong64).

@@ -82,9 +80,6 @@ as well as support for rendering them to HTML, Markdown, and text.

Go command

-

- TODO: complete this section. -

@@ -357,14 +352,14 @@ as well as support for rendering them to HTML, Markdown, and text. now reject certificates and CSRs which contain duplicate extensions.

-

+

The new CertPool.Clone and CertPool.Equal methods allow cloning a CertPool and checking the equality of two CertPools respectively.

-

+

The new function ParseRevocationList provides a faster, safer to use CRL parser which returns a RevocationList. @@ -388,23 +383,6 @@ as well as support for rendering them to HTML, Markdown, and text. now considers certificates to be equal when the subjects, public keys, and SANs are all equal. Before, it required byte-for-byte equality.

- -

- TODO: https://go.dev/issue/46057: add CertPool.Equal -

- -

- TODO: https://go.dev/issue/50674: add ParseRevocationList, deprecate ParseCRL & ParseDERCRL -

- -

- TODO: https://go.dev/cl/390834: crypto/x509: add new CRL parser, deprecate old one; modified api/next/50674.txt -

- -

- TODO: https://go.dev/cl/400175: crypto/x509: add CertPool.Clone; modified api/next/35044.txt - TODO: https://go.dev/issue/35044: add CertPool.Clone -

@@ -765,14 +743,6 @@ as well as support for rendering them to HTML, Markdown, and text. -
runtime/debug
-
-

- TODO: https://go.dev/cl/397018: runtime/debug: export SetMemoryLimit; modified api/next/48409.txt -

-
-
-
runtime/metrics

-- 2.48.1