|
7 | 7 | </tr> |
8 | 8 | <tr> |
9 | 9 | <td valign="top"> |
| 10 | +<a href="#6.14.3">6.14.3</a><br/> |
10 | 11 | <a href="#6.14.2">6.14.2</a><br/> |
11 | 12 | <a href="#6.14.1">6.14.1</a><br/> |
12 | 13 | <a href="#6.14.0">6.14.0</a><br/> |
|
63 | 64 | [Node.js Long Term Support Plan](https://github.com/nodejs/LTS) and |
64 | 65 | will be supported actively until April 2018 and maintained until April 2019. |
65 | 66 |
|
| 67 | +<a id="6.14.3"></a> |
| 68 | +## 2018-06-12, Version 6.14.3 'Boron' (LTS), @evanlucas |
| 69 | + |
| 70 | +### Notable Changes |
| 71 | + |
| 72 | +* **buffer** (CVE-2018-7167): Fixes Denial of Service vulnerability where calling Buffer.fill() could hang |
| 73 | + |
| 74 | +### Commits |
| 75 | + |
| 76 | +* [[`7dbcfc6217`](https://github.com/nodejs/node/commit/7dbcfc6217)] - **src**: avoid hanging on Buffer#fill 0-length input (Сковорода Никита Андреевич) [nodejs-private/node-private#121](https://github.com/nodejs-private/node-private/pull/121) |
| 77 | + |
| 78 | + |
66 | 79 | <a id="6.14.2"></a> |
67 | 80 | ## 2018-04-30, Version 6.14.2 'Boron' (LTS), @MylesBorins |
68 | 81 |
|
@@ -412,13 +425,13 @@ This LTS release comes with 112 commits, 17 of which are considered Semver-Minor |
412 | 425 | - more robust stringification for unhandled rejections (Timothy Gu) [#13784](https://github.com/nodejs/node/pull/13784) |
413 | 426 | * **repl**: |
414 | 427 | - improve require() autocompletion (Alexey Orlenko) [#14409](https://github.com/nodejs/node/pull/14409) |
415 | | -* **src**: |
| 428 | +* **src**: |
416 | 429 | - add openssl-system-ca-path configure option (Daniel Bevenius) [#16790](https://github.com/nodejs/node/pull/16790) |
417 | 430 | - add --use-bundled-ca --use-openssl-ca check (Daniel Bevenius) [#12087](https://github.com/nodejs/node/pull/12087) |
418 | 431 | - add process.ppid (cjihrig) [#16839](https://github.com/nodejs/node/pull/16839) |
419 | 432 | * **tls**: |
420 | 433 | - accept `lookup` option for `tls.connect()` (Fedor Indutny) [#12839](https://github.com/nodejs/node/pull/12839) |
421 | | -* **tools, build**: |
| 434 | +* **tools, build**: |
422 | 435 | - a new macOS installer! (JP Wesselink) [#15179](https://github.com/nodejs/node/pull/15179) |
423 | 436 | * **url**: |
424 | 437 | - WHATWG URL api support (James M Snell) [#7448](https://github.com/nodejs/node/pull/7448) |
@@ -892,7 +905,7 @@ This LTS release comes with 263 commits. This includes 173 which are test relate |
892 | 905 | * [[`4c98e07702`](https://github.com/nodejs/node/commit/4c98e07702)] - **test**: fixtures in test-net-pipe-connect-errors (Eric Freiberg) [#15922](https://github.com/nodejs/node/pull/15922) |
893 | 906 | * [[`244bfb398d`](https://github.com/nodejs/node/commit/244bfb398d)] - **test**: fixtures in test-process-redirect-warnings-env (Kat Rosario) [#15930](https://github.com/nodejs/node/pull/15930) |
894 | 907 | * [[`18479d3cff`](https://github.com/nodejs/node/commit/18479d3cff)] - **test**: fix ordering of strictEqual actual/expected (Chad Zezula) [#16008](https://github.com/nodejs/node/pull/16008) |
895 | | -* [[`66fd6a1409`](https://github.com/nodejs/node/commit/66fd6a1409)] - **test**: use fixtures.readSync (szhang351) |
| 908 | +* [[`66fd6a1409`](https://github.com/nodejs/node/commit/66fd6a1409)] - **test**: use fixtures.readSync (szhang351) |
896 | 909 | * [[`6d33564b1a`](https://github.com/nodejs/node/commit/6d33564b1a)] - **test**: replaced fixturesDir with common.fixtures (Dolapo Toki) [#15836](https://github.com/nodejs/node/pull/15836) |
897 | 910 | * [[`a6f04bec9e`](https://github.com/nodejs/node/commit/a6f04bec9e)] - **test**: use fixtures.fixturesDir (Gene Wu) [#15822](https://github.com/nodejs/node/pull/15822) |
898 | 911 | * [[`2103453977`](https://github.com/nodejs/node/commit/2103453977)] - **test**: replaces fixturesDir with fixtures methods (Christian Murphy) [#15817](https://github.com/nodejs/node/pull/15817) |
@@ -1002,7 +1015,7 @@ This release includes a security update to openssl that has been deemed low seve |
1002 | 1015 | * **process**: |
1003 | 1016 | - add --redirect-warnings command line argument (James M Snell) [#10116](https://github.com/nodejs/node/pull/10116) |
1004 | 1017 | * **src**: |
1005 | | - - allow CLI args in env with NODE_OPTIONS (Sam Roberts) [#12028](https://github.com/nodejs/node/pull/12028) |
| 1018 | + - allow CLI args in env with NODE_OPTIONS (Sam Roberts) [#12028](https://github.com/nodejs/node/pull/12028) |
1006 | 1019 | - --abort-on-uncaught-exception in NODE_OPTIONS (Sam Roberts) [#13932](https://github.com/nodejs/node/pull/13932) |
1007 | 1020 | - allow --tls-cipher-list in NODE_OPTIONS (Sam Roberts) [#13172](https://github.com/nodejs/node/pull/13172) |
1008 | 1021 | - use SafeGetenv() for NODE_REDIRECT_WARNINGS (Sam Roberts) [#12677](https://github.com/nodejs/node/pull/12677) |
@@ -1088,7 +1101,7 @@ This release includes a security update to openssl that has been deemed low seve |
1088 | 1101 | * [[`b166837551`](https://github.com/nodejs/node/commit/b166837551)] - **src,etw**: fix event 9 on 64 bit Windows (João Reis) [#15563](https://github.com/nodejs/node/pull/15563) |
1089 | 1102 | * [[`18987794bd`](https://github.com/nodejs/node/commit/18987794bd)] - **test**: move test-cluster-debug-port to sequential (Oleksandr Kushchak) [#16292](https://github.com/nodejs/node/pull/16292) |
1090 | 1103 | * [[`1fdbaed2f2`](https://github.com/nodejs/node/commit/1fdbaed2f2)] - **test**: begin normalizing fixtures use (James M Snell) [#14332](https://github.com/nodejs/node/pull/14332) |
1091 | | -* [[`3ad6a9dfc4`](https://github.com/nodejs/node/commit/3ad6a9dfc4)] - **test**: remove assert message (Joe Henry) |
| 1104 | +* [[`3ad6a9dfc4`](https://github.com/nodejs/node/commit/3ad6a9dfc4)] - **test**: remove assert message (Joe Henry) |
1092 | 1105 | * [[`58509ec471`](https://github.com/nodejs/node/commit/58509ec471)] - **test**: clarify assert messages in crypto tests (cpandrews8) [#16019](https://github.com/nodejs/node/pull/16019) |
1093 | 1106 | * [[`ab7f43aa41`](https://github.com/nodejs/node/commit/ab7f43aa41)] - **test**: include expected result in error messages (Chowdhurian) [#16039](https://github.com/nodejs/node/pull/16039) |
1094 | 1107 | * [[`342ac9f0c6`](https://github.com/nodejs/node/commit/342ac9f0c6)] - **test**: cleanup test-buffer-sharedarraybuffer (Rafal Leszczynski) [#15896](https://github.com/nodejs/node/pull/15896) |
@@ -1161,7 +1174,7 @@ This LTS release comes with 91 commits. This includes 29 which are test related, |
1161 | 1174 |
|
1162 | 1175 | ### Notable Changes |
1163 | 1176 |
|
1164 | | -* **net**: |
| 1177 | +* **net**: |
1165 | 1178 | - support passing undefined to listen() to match behavior in v4.x and v8.x (Sam Roberts) [#14234](https://github.com/nodejs/node/pull/14234) |
1166 | 1179 |
|
1167 | 1180 | ### Commits |
@@ -1247,7 +1260,7 @@ This LTS release comes with 91 commits. This includes 29 which are test related, |
1247 | 1260 | * [[`c88f99f1f3`](https://github.com/nodejs/node/commit/c88f99f1f3)] - **test**: improvements to various http tests (James M Snell) [#14315](https://github.com/nodejs/node/pull/14315) |
1248 | 1261 | * [[`860c6198c0`](https://github.com/nodejs/node/commit/860c6198c0)] - **test**: use ciphers supported by shared OpenSSL (Jérémy Lal) [#14566](https://github.com/nodejs/node/pull/14566) |
1249 | 1262 | * [[`8b9a05c04b`](https://github.com/nodejs/node/commit/8b9a05c04b)] - **test**: read proper inspector message size (Bartosz Sosnowski) [#14596](https://github.com/nodejs/node/pull/14596) |
1250 | | -* [[`86497f1acc`](https://github.com/nodejs/node/commit/86497f1acc)] - **test**: mark inspector-port-zero-cluster as flaky (Refael Ackermann) |
| 1263 | +* [[`86497f1acc`](https://github.com/nodejs/node/commit/86497f1acc)] - **test**: mark inspector-port-zero-cluster as flaky (Refael Ackermann) |
1251 | 1264 | * [[`8dfc2838c8`](https://github.com/nodejs/node/commit/8dfc2838c8)] - **test**: fix test-readline-interface (Azard) [#14677](https://github.com/nodejs/node/pull/14677) |
1252 | 1265 | * [[`3a6392b283`](https://github.com/nodejs/node/commit/3a6392b283)] - **tls**: fix empty issuer/subject/infoAccess parsing (Ben Noordhuis) [#14473](https://github.com/nodejs/node/pull/14473) |
1253 | 1266 | * [[`37dd2adbac`](https://github.com/nodejs/node/commit/37dd2adbac)] - **tools**: fix linter error in html.js (Michaël Zasso) [#15063](https://github.com/nodejs/node/pull/15063) |
|
0 commit comments