|
9 | 9 | </tr> |
10 | 10 | <tr> |
11 | 11 | <td valign="top"> |
| 12 | +<a href="#14.18.2">14.18.2</a><br/> |
12 | 13 | <a href="#14.18.1">14.18.1</a><br/> |
13 | 14 | <a href="#14.18.0">14.18.0</a><br/> |
14 | 15 | <a href="#14.17.6">14.17.6</a><br/> |
|
68 | 69 | * [io.js](CHANGELOG_IOJS.md) |
69 | 70 | * [Archive](CHANGELOG_ARCHIVE.md) |
70 | 71 |
|
| 72 | +<a id="14.18.2"></a> |
| 73 | + |
| 74 | +## 2021-11-30, Version 14.18.2 'Fermium' (LTS), @richardlau |
| 75 | + |
| 76 | +### Notable changes |
| 77 | + |
| 78 | +This release contains a c-ares update to fix a regression introduced in |
| 79 | +Node.js 14.17.5 resolving CNAME records containing underscores |
| 80 | +[#39780](https://github.com/nodejs/node/issues/39780). |
| 81 | + |
| 82 | +Also included are commits to allow Node.js 14 to continue to build and |
| 83 | +pass tests on our Jenkins CI, including adding Python 3.10 to the list |
| 84 | +of allowable Python versions for building. |
| 85 | + |
| 86 | +### Commits |
| 87 | + |
| 88 | +* \[[`7923c61a62`](https://github.com/nodejs/node/commit/7923c61a62)] - **build**: pin build-docs workflow to Node.js 14 (Richard Lau) [#40939](https://github.com/nodejs/node/pull/40939) |
| 89 | +* \[[`da356128fb`](https://github.com/nodejs/node/commit/da356128fb)] - **build**: support Python 3.10.0 (FrankQiu) [#40296](https://github.com/nodejs/node/pull/40296) |
| 90 | +* \[[`9c3a85d279`](https://github.com/nodejs/node/commit/9c3a85d279)] - **deps**: update c-ares to 1.18.1 (Richard Lau) [#40660](https://github.com/nodejs/node/pull/40660) |
| 91 | +* \[[`cd7c340545`](https://github.com/nodejs/node/commit/cd7c340545)] - **deps**: V8: patch jinja2 for Python 3.10 compat (Michaël Zasso) [#40296](https://github.com/nodejs/node/pull/40296) |
| 92 | +* \[[`6330d435f5`](https://github.com/nodejs/node/commit/6330d435f5)] - **doc**: mark Node.js 10 as End-of-Life (Richard Lau) [#38482](https://github.com/nodejs/node/pull/38482) |
| 93 | +* \[[`8ca082ec71`](https://github.com/nodejs/node/commit/8ca082ec71)] - **doc**: fix CJS-ESM selector in Safari (Bradley Farias) [#40135](https://github.com/nodejs/node/pull/40135) |
| 94 | +* \[[`92490d1c89`](https://github.com/nodejs/node/commit/92490d1c89)] - **doc**: add macOS arm64 experimental status (Michael Rienstra) [#40127](https://github.com/nodejs/node/pull/40127) |
| 95 | +* \[[`8894bdd4d8`](https://github.com/nodejs/node/commit/8894bdd4d8)] - **lib**: fix regular expression to detect \`/\` and \`\\\` (Francesco Trotta) [#40325](https://github.com/nodejs/node/pull/40325) |
| 96 | +* \[[`704989b698`](https://github.com/nodejs/node/commit/704989b698)] - **test**: deflake child-process-pipe-dataflow (Luigi Pinca) [#40838](https://github.com/nodejs/node/pull/40838) |
| 97 | +* \[[`df401cd346`](https://github.com/nodejs/node/commit/df401cd346)] - **test**: update upload.zip to be uncorrupted (Greg Ziskind) [#37294](https://github.com/nodejs/node/pull/37294) |
| 98 | +* \[[`aa947f7dbf`](https://github.com/nodejs/node/commit/aa947f7dbf)] - **tools**: add script to update c-ares (Richard Lau) [#40660](https://github.com/nodejs/node/pull/40660) |
| 99 | +* \[[`6b7b2bba41`](https://github.com/nodejs/node/commit/6b7b2bba41)] - **tools**: patch jinja2 for Python 3.10 compat (Michaël Zasso) [#40296](https://github.com/nodejs/node/pull/40296) |
| 100 | +* \[[`39583f77d8`](https://github.com/nodejs/node/commit/39583f77d8)] - **worker**: avoid potential deadlock on NearHeapLimit (Santiago Gimeno) [#38403](https://github.com/nodejs/node/pull/38403) |
| 101 | + |
71 | 102 | <a id="14.18.1"></a> |
72 | 103 |
|
73 | 104 | ## 2021-10-12, Version 14.18.1 'Fermium' (LTS), @danielleadams |
|
0 commit comments