Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc/api
diff options
context:
space:
mode:
authorRichard Lau <rlau@redhat.com>2021-07-20 14:48:11 +0300
committerRichard Lau <rlau@redhat.com>2021-07-29 19:40:58 +0300
commitbd33fdfadf1ffd79c99b4057bd2dc32c520e94d2 (patch)
treebed8358ece9838bc33ec63a63341ffc47bece990 /doc/api
parent9b4199450ede4e9e3784f9c875215cd46963df84 (diff)
2021-07-29, Version 14.17.4 'Fermium' (LTS)
This is a security release. Notable Changes: - CVE-2021-22930: Use after free on close http2 on stream canceling (High) This releases fixes some regressions with internationalization introduced by the ICU updates in Node.js 14.17.0 and 14.17.1. PR-URL: https://github.com/nodejs/node/pull/39466
Diffstat (limited to 'doc/api')
-rw-r--r--doc/api/errors.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/api/errors.md b/doc/api/errors.md
index 140dad7c86d..9b1a556d2b0 100644
--- a/doc/api/errors.md
+++ b/doc/api/errors.md
@@ -1010,7 +1010,9 @@ An attempt to invoke an unsupported crypto operation was made.
<a id="ERR_DEBUGGER_ERROR"></a>
### `ERR_DEBUGGER_ERROR`
<!-- YAML
-added: v16.4.0
+added:
+ - v16.4.0
+ - v14.17.4
-->
An error occurred with the [debugger][].
@@ -1018,7 +1020,9 @@ An error occurred with the [debugger][].
<a id="ERR_DEBUGGER_STARTUP_ERROR"></a>
### `ERR_DEBUGGER_STARTUP_ERROR`
<!-- YAML
-added: v16.4.0
+added:
+ - v16.4.0
+ - v14.17.4
-->
The [debugger][] timed out waiting for the required host/port to be free.