|
9 | 9 | </tr> |
10 | 10 | <tr> |
11 | 11 | <td valign="top"> |
| 12 | +<a href="#14.21.2">14.21.2</a><br/> |
12 | 13 | <a href="#14.21.1">14.21.1</a><br/> |
13 | 14 | <a href="#14.21.0">14.21.0</a><br/> |
14 | 15 | <a href="#14.20.1">14.20.1</a><br/> |
|
80 | 81 | * [io.js](CHANGELOG_IOJS.md) |
81 | 82 | * [Archive](CHANGELOG_ARCHIVE.md) |
82 | 83 |
|
| 84 | +<a id="14.21.2"></a> |
| 85 | + |
| 86 | +## 2022-12-13, Version 14.21.2 'Fermium' (LTS), @richardlau |
| 87 | + |
| 88 | +### Notable Changes |
| 89 | + |
| 90 | +#### OpenSSL 1.1.1s |
| 91 | + |
| 92 | +This update is a bugfix release and does not address any security |
| 93 | +vulnerabilities. |
| 94 | + |
| 95 | +#### Root certificates updated to NSS 3.85 |
| 96 | + |
| 97 | +Certificates added: |
| 98 | + |
| 99 | +* Autoridad de Certificacion Firmaprofesional CIF A62634068 |
| 100 | +* Certainly Root E1 |
| 101 | +* Certainly Root R1 |
| 102 | +* D-TRUST BR Root CA 1 2020 |
| 103 | +* D-TRUST EV Root CA 1 2020 |
| 104 | +* DigiCert TLS ECC P384 Root G5 |
| 105 | +* DigiCert TLS RSA4096 Root G5 |
| 106 | +* E-Tugra Global Root CA ECC v3 |
| 107 | +* E-Tugra Global Root CA RSA v3 |
| 108 | +* HiPKI Root CA - G1 |
| 109 | +* ISRG Root X2 |
| 110 | +* Security Communication ECC RootCA1 |
| 111 | +* Security Communication RootCA3 |
| 112 | +* Telia Root CA v2 |
| 113 | +* vTrus ECC Root CA |
| 114 | +* vTrus Root CA |
| 115 | + |
| 116 | +Certificates removed: |
| 117 | + |
| 118 | +* Cybertrust Global Root |
| 119 | +* DST Root CA X3 |
| 120 | +* GlobalSign Root CA - R2 |
| 121 | +* Hellenic Academic and Research Institutions RootCA 2011 |
| 122 | + |
| 123 | +#### Time zone update to 2022f |
| 124 | + |
| 125 | +Time zone data has been updated to 2022f. This includes changes to Daylight |
| 126 | +Savings Time (DST) for Fiji and Mexico. For more information, see |
| 127 | +<https://mm.icann.org/pipermail/tz-announce/2022-October/000075.html>. |
| 128 | + |
| 129 | +### Commits |
| 130 | + |
| 131 | +* \[[`436a596e99`](https://github.com/nodejs/node/commit/436a596e99)] - **crypto**: update root certificates (Luigi Pinca) [#45490](https://github.com/nodejs/node/pull/45490) |
| 132 | +* \[[`4b422d34af`](https://github.com/nodejs/node/commit/4b422d34af)] - **deps**: V8: cherry-pick d2db7fa7f786 (Richard Lau) [#45785](https://github.com/nodejs/node/pull/45785) |
| 133 | +* \[[`625f4bf3a9`](https://github.com/nodejs/node/commit/625f4bf3a9)] - **deps**: update corepack to 0.15.1 (Node.js GitHub Bot) [#45331](https://github.com/nodejs/node/pull/45331) |
| 134 | +* \[[`48a9810de8`](https://github.com/nodejs/node/commit/48a9810de8)] - **deps**: update corepack to 0.15.0 (Node.js GitHub Bot) [#45235](https://github.com/nodejs/node/pull/45235) |
| 135 | +* \[[`9f4e64b603`](https://github.com/nodejs/node/commit/9f4e64b603)] - **deps**: update timezone to 2022f (Richard Lau) [#45521](https://github.com/nodejs/node/pull/45521) |
| 136 | +* \[[`f297b6bd21`](https://github.com/nodejs/node/commit/f297b6bd21)] - **deps**: update archs files for OpenSSL-1.1.1s (RafaelGSS) [#45272](https://github.com/nodejs/node/pull/45272) |
| 137 | +* \[[`11629fef15`](https://github.com/nodejs/node/commit/11629fef15)] - **deps**: upgrade openssl sources to 1.1.1s (RafaelGSS) [#45272](https://github.com/nodejs/node/pull/45272) |
| 138 | +* \[[`c3a90c4b44`](https://github.com/nodejs/node/commit/c3a90c4b44)] - **http2**: fix memory leak when nghttp2 hd threshold is reached (rogertyang) [#41502](https://github.com/nodejs/node/pull/41502) |
| 139 | +* \[[`785dc3efee`](https://github.com/nodejs/node/commit/785dc3efee)] - **module**: cjs-module-lexer WebAssembly fallback (Guy Bedford) [#43612](https://github.com/nodejs/node/pull/43612) |
| 140 | +* \[[`2dbeb889f6`](https://github.com/nodejs/node/commit/2dbeb889f6)] - **node-api**: handle no support for external buffers (Michael Dawson) [#45181](https://github.com/nodejs/node/pull/45181) |
| 141 | +* \[[`5b2ea124f3`](https://github.com/nodejs/node/commit/5b2ea124f3)] - **test**: add test to validate changelogs for releases (Richard Lau) [#45325](https://github.com/nodejs/node/pull/45325) |
| 142 | +* \[[`f13f889956`](https://github.com/nodejs/node/commit/f13f889956)] - **test**: add a test to ensure the correctness of timezone upgrades (Darshan Sen) [#45299](https://github.com/nodejs/node/pull/45299) |
| 143 | +* \[[`5608e6fa72`](https://github.com/nodejs/node/commit/5608e6fa72)] - **tools**: update certdata.txt (Luigi Pinca) [#45490](https://github.com/nodejs/node/pull/45490) |
| 144 | +* \[[`d6f1d7107b`](https://github.com/nodejs/node/commit/d6f1d7107b)] - **tools**: have test-asan use ubuntu-20.04 (Filip Skokan) [#45581](https://github.com/nodejs/node/pull/45581) |
| 145 | +* \[[`370a00f737`](https://github.com/nodejs/node/commit/370a00f737)] - **tools**: make license-builder.sh comply with shellcheck 0.8.0 (Rich Trott) [#41258](https://github.com/nodejs/node/pull/41258) |
| 146 | + |
83 | 147 | <a id="14.21.1"></a> |
84 | 148 |
|
85 | 149 | ## 2022-11-04, Version 14.21.1 'Fermium' (LTS), @BethGriggs |
|
0 commit comments