From 2ac4718ac4e61545872140f3b8eca496f80b2e8a Mon Sep 17 00:00:00 2001 From: Myles Borins Date: Thu, 7 Dec 2017 15:07:03 -0500 Subject: 2017-12-08, Version 8.9.3 'Carbon' (LTS) This is a security release. All Node.js users should consult the security release summary at https://nodejs.org/en/blog/vulnerability/december-2017-security-releases/ for details on patched vulnerabilities. Fixes for the following CVEs are included in this release: * CVE-2017-15896 * CVE-2017-15897 * CVE-2017-3738 (from the openssl project) Notable Changes: * buffer: * buffer allocated with an invalid content will now be zero filled (Anna Henningsen) https://github.com/nodejs/node/pull/17428 * deps: * openssl updated to 1.0.2n (Shigeki Ohtsu) https://github.com/nodejs/node/pull/17526 PR-URL: https://github.com/nodejs/node/pull/17532 --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index 31a2c32b2f..edadf3b887 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -34,7 +34,8 @@ release. 9.0.0
-8.9.2
+8.9.3
+8.9.2
8.9.1
8.9.0
8.8.1
-- cgit v1.2.3