Skip to content

Commit 8045a8b

Browse files
committed
2021-01-27, Version 14.15.5 'Fermium' (LTS)
Notable changes: - **deps**: upgrade npm to 6.14.11 (Darcy Clarke) [#36838](#36838) - **stream,zlib**: do not use \_stream\_\* anymore (Matteo Collina) [#36618](#36618) PR-URL: #37074
1 parent 98f6155 commit 8045a8b

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ release.
3030
</tr>
3131
<tr>
3232
<td valign="top">
33-
<b><a href="doc/changelogs/CHANGELOG_V14.md#14.15.4">14.15.4</a></b><br/>
33+
<b><a href="doc/changelogs/CHANGELOG_V14.md#14.15.5">14.15.5</a></b><br/>
34+
<a href="doc/changelogs/CHANGELOG_V14.md#14.15.4">14.15.4</a><br/>
3435
<a href="doc/changelogs/CHANGELOG_V14.md#14.15.3">14.15.3</a><br/>
3536
<a href="doc/changelogs/CHANGELOG_V14.md#14.15.2">14.15.2</a><br/>
3637
<a href="doc/changelogs/CHANGELOG_V14.md#14.15.1">14.15.1</a><br/>

doc/changelogs/CHANGELOG_V14.md

+17
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
</tr>
1212
<tr>
1313
<td valign="top">
14+
<a href="#14.15.5">14.15.5</a><br/>
1415
<a href="#14.15.4">14.15.4</a><br/>
1516
<a href="#14.15.3">14.15.3</a><br/>
1617
<a href="#14.15.2">14.15.2</a><br/>
@@ -55,6 +56,22 @@
5556
* [io.js](CHANGELOG_IOJS.md)
5657
* [Archive](CHANGELOG_ARCHIVE.md)
5758

59+
<a id="14.15.5"></a>
60+
## 2021-01-27, Version 14.15.5 'Fermium' (LTS), @BethGriggs
61+
62+
### Notable Changes
63+
64+
* **deps**: upgrade npm to 6.14.11 (Darcy Clarke) [#36838](https://github.com/nodejs/node/pull/36838)
65+
* **stream,zlib**: do not use \_stream\_\* anymore (Matteo Collina) [#36618](https://github.com/nodejs/node/pull/36618)
66+
67+
### Commits
68+
69+
* [[`5b5bed96c2`](https://github.com/nodejs/node/commit/5b5bed96c2)] - **deps**: upgrade npm to 6.14.11 (Darcy Clarke) [#36838](https://github.com/nodejs/node/pull/36838)
70+
* [[`559318719e`](https://github.com/nodejs/node/commit/559318719e)] - **http**: don't cork .end when not needed (Dimitris Halatsis) [#36633](https://github.com/nodejs/node/pull/36633)
71+
* [[`15a16cdcaa`](https://github.com/nodejs/node/commit/15a16cdcaa)] - **stream**: accept iterable as a valid first argument (ZiJian Liu) [#36479](https://github.com/nodejs/node/pull/36479)
72+
* [[`98f61550f1`](https://github.com/nodejs/node/commit/98f61550f1)] - **stream,zlib**: do not use \_stream\_\* anymore (Matteo Collina) [#36618](https://github.com/nodejs/node/pull/36618)
73+
* [[`f002f236bb`](https://github.com/nodejs/node/commit/f002f236bb)] - **test**: http complete response after socket double end (Dimitris Halatsis) [#36633](https://github.com/nodejs/node/pull/36633)
74+
5875
<a id="14.15.4"></a>
5976
## 2021-01-04, Version 14.15.4 'Fermium' (LTS), @BethGriggs
6077

src/node_version.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
#define NODE_VERSION_IS_LTS 1
3030
#define NODE_VERSION_LTS_CODENAME "Fermium"
3131

32-
#define NODE_VERSION_IS_RELEASE 0
32+
#define NODE_VERSION_IS_RELEASE 1
3333

3434
#ifndef NODE_STRINGIFY
3535
#define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)

0 commit comments

Comments
 (0)