|
9 | 9 | </tr>
|
10 | 10 | <tr>
|
11 | 11 | <td valign="top">
|
| 12 | +<a href="#16.15.1">16.15.1</a><br/> |
12 | 13 | <a href="#16.15.0">16.15.0</a><br/>
|
13 | 14 | <a href="#16.14.2">16.14.2</a><br/>
|
14 | 15 | <a href="#16.14.1">16.14.1</a><br/>
|
|
60 | 61 | * [io.js](CHANGELOG_IOJS.md)
|
61 | 62 | * [Archive](CHANGELOG_ARCHIVE.md)
|
62 | 63 |
|
| 64 | +<a id="16.15.1"></a> |
| 65 | + |
| 66 | +## 2022-05-XX, Version 16.15.1 'Gallium' (LTS), @TDB |
| 67 | + |
| 68 | +### Notable changes |
| 69 | + |
| 70 | +* **OpenSSL**: |
| 71 | + * add --openssl-legacy-provider option (Daniel Bevenius) [#40478](https://github.com/nodejs/node/pull/40478) |
| 72 | + |
| 73 | +* **deps**: |
| 74 | + * V8: cherry-pick 3ebf2052a1b2 (Liu Yu) [#43147](https://github.com/nodejs/node/pull/43147) |
| 75 | + * upgrade npm to 8.11.0 ( <[email protected]>) [#43210](https://github.com/nodejs/node/pull/43210) |
| 76 | + |
| 77 | +#### Other notable changes |
| 78 | + |
| 79 | +* **(SEMVER-MINOR)** **tools**: disable trap handler for Windows cross-compiler (Michaël Zasso) [#40488](https://github.com/nodejs/node/pull/40488) |
| 80 | +* **(SEMVER-MINOR)** **tools**: update V8 gypfiles for 9.6 (Michaël Zasso) [#40488](https://github.com/nodejs/node/pull/40488) |
| 81 | + |
| 82 | +### Commits |
| 83 | + |
| 84 | +* \[[`f7c4ce2255`](https://github.com/nodejs/node/commit/f7c4ce2255)] - **deps**: V8: cherry-pick 3ebf2052a1b2 (Liu Yu) [#43147](https://github.com/nodejs/node/pull/43147) |
| 85 | +* \[[`447f9a0e2e`](https://github.com/nodejs/node/commit/447f9a0e2e)] - **deps **: upgrade npm to 8.11.0 ( <[email protected]>) [#43210](https://github.com/nodejs/node/pull/43210) |
| 86 | +* \[[`68572bdea2`](https://github.com/nodejs/node/commit/68572bdea2)] - **deps **: upgrade npm to 8.10.0 ( <[email protected]>) [#43061](https://github.com/nodejs/node/pull/43061) |
| 87 | +* \[[`3dfc632f12`](https://github.com/nodejs/node/commit/3dfc632f12)] - **deps**: upgrade npm to 8.9.0 (npm-robot) [#42968](https://github.com/nodejs/node/pull/42968) |
| 88 | +* \[[`933d9ca78d`](https://github.com/nodejs/node/commit/933d9ca78d)] - **(SEMVER-MINOR)** **src**: add --openssl-legacy-provider option (Daniel Bevenius) [#40478](https://github.com/nodejs/node/pull/40478) |
| 89 | +* \[[`b75b956afb`](https://github.com/nodejs/node/commit/b75b956afb)] - **src,inspector**: fix empty MaybeLocal crash (Darshan Sen) [#42409](https://github.com/nodejs/node/pull/42409) |
| 90 | +* \[[`4fd90f16ce`](https://github.com/nodejs/node/commit/4fd90f16ce)] - **test**: delete test/pummel/test-repl-empty-maybelocal-crash.js (Darshan Sen) [#42720](https://github.com/nodejs/node/pull/42720) |
| 91 | +* \[[`feac215e4e`](https://github.com/nodejs/node/commit/feac215e4e)] - **(SEMVER-MINOR)** **tools**: disable trap handler for Windows cross-compiler (Michaël Zasso) [#40488](https://github.com/nodejs/node/pull/40488) |
| 92 | +* \[[`47cdddf59b`](https://github.com/nodejs/node/commit/47cdddf59b)] - **(SEMVER-MINOR)** **tools**: update V8 gypfiles for 9.6 (Michaël Zasso) [#40488](https://github.com/nodejs/node/pull/40488) |
| 93 | + |
63 | 94 | <a id="16.15.0"></a>
|
64 | 95 |
|
65 | 96 | ## 2022-04-26, Version 16.15.0 'Gallium' (LTS), @danielleadams
|
|
0 commit comments