Skip to content

Commit 0a18e13

Browse files
committed
2022-07-07, Version 18.5.0 (Current)
This is a security release. Notable changes: * (SEMVER-MAJOR) src,deps,build,test: add OpenSSL config appname (Daniel Bevenius) #43124 * (SEMVER-MAJOR) src,doc,test: add --openssl-shared-config option (Daniel Bevenius) #43124 * update archs files for quictls/openssl-3.0.5+quic (RafaelGSS) #43693 * upgrade openssl sources to quictls/openssl-3.0.5+quic (RafaelGSS) #43693 PR-URL: nodejs-private/node-private#329
1 parent f240774 commit 0a18e13

File tree

4 files changed

+31
-5
lines changed

4 files changed

+31
-5
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ release.
3535
</tr>
3636
<tr>
3737
<td valign="top">
38-
<b><a href="doc/changelogs/CHANGELOG_V18.md#18.4.0">18.4.0</a></b><br/>
38+
<b><a href="doc/changelogs/CHANGELOG_V18.md#18.5.0">18.5.0</a></b><br/>
39+
<a href="doc/changelogs/CHANGELOG_V18.md#18.4.0">18.4.0</a><br/>
3940
<a href="doc/changelogs/CHANGELOG_V18.md#18.3.0">18.3.0</a><br/>
4041
<a href="doc/changelogs/CHANGELOG_V18.md#18.2.0">18.2.0</a><br/>
4142
<a href="doc/changelogs/CHANGELOG_V18.md#18.1.0">18.1.0</a><br/>

doc/api/cli.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -774,7 +774,7 @@ against FIPS-enabled OpenSSL.
774774
### `--openssl-shared-config`
775775

776776
<!-- YAML
777-
added: REPLACEME
777+
added: v18.5.0
778778
-->
779779

780780
Enable OpenSSL default configuration section, `openssl_conf` to be read from

doc/changelogs/CHANGELOG_V18.md

+25
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
</tr>
99
<tr>
1010
<td>
11+
<a href="#18.5.0">18.5.0</a><br/>
1112
<a href="#18.4.0">18.4.0</a><br/>
1213
<a href="#18.3.0">18.3.0</a><br/>
1314
<a href="#18.2.0">18.2.0</a><br/>
@@ -37,6 +38,30 @@
3738
* [io.js](CHANGELOG_IOJS.md)
3839
* [Archive](CHANGELOG_ARCHIVE.md)
3940

41+
<a id="18.5.0"></a>
42+
43+
## 2022-07-07, Version 18.5.0 (Current), @RafaelGSS
44+
45+
This is a security release.
46+
47+
### Notable Changes
48+
49+
* \[[`3f0c3e142d`](https://github.com/nodejs/node/commit/3f0c3e142d)] - **(SEMVER-MAJOR)** **src,deps,build,test**: add OpenSSL config appname (Daniel Bevenius) [#43124](https://github.com/nodejs/node/pull/43124)
50+
* \[[`9578158ff8`](https://github.com/nodejs/node/commit/9578158ff8)] - **(SEMVER-MAJOR)** **src,doc,test**: add --openssl-shared-config option (Daniel Bevenius) [#43124](https://github.com/nodejs/node/pull/43124)
51+
* Node.js now reads `nodejs_conf` section in the `openssl` config
52+
* \[[`dc7af13486`](https://github.com/nodejs/node/commit/dc7af13486)] - **deps**: update archs files for quictls/openssl-3.0.5+quic (RafaelGSS) [#43693](https://github.com/nodejs/node/pull/43693)
53+
* \[[`fa72c534eb`](https://github.com/nodejs/node/commit/fa72c534eb)] - **deps**: upgrade openssl sources to quictls/openssl-3.0.5+quic (RafaelGSS) [#43693](https://github.com/nodejs/node/pull/43693)
54+
55+
### Commits
56+
57+
* \[[`dc7af13486`](https://github.com/nodejs/node/commit/dc7af13486)] - **deps**: update archs files for quictls/openssl-3.0.5+quic (RafaelGSS) [#43693](https://github.com/nodejs/node/pull/43693)
58+
* \[[`fa72c534eb`](https://github.com/nodejs/node/commit/fa72c534eb)] - **deps**: upgrade openssl sources to quictls/openssl-3.0.5+quic (RafaelGSS) [#43693](https://github.com/nodejs/node/pull/43693)
59+
* \[[`a5fc2deb43`](https://github.com/nodejs/node/commit/a5fc2deb43)] - **deps**: update default openssl.cnf directory (Michael Dawson) [nodejs-private/node-private#335](https://github.com/nodejs-private/node-private/pull/335)
60+
* \[[`f2407748e3`](https://github.com/nodejs/node/commit/f2407748e3)] - **http**: stricter Transfer-Encoding and header separator parsing (Paolo Insogna) [nodejs-private/node-private#315](https://github.com/nodejs-private/node-private/pull/315)
61+
* \[[`e4af5eba95`](https://github.com/nodejs/node/commit/e4af5eba95)] - **src**: fix IPv4 validation in inspector\_socket (Tobias Nießen) [nodejs-private/node-private#320](https://github.com/nodejs-private/node-private/pull/320)
62+
* \[[`3f0c3e142d`](https://github.com/nodejs/node/commit/3f0c3e142d)] - **(SEMVER-MAJOR)** **src,deps,build,test**: add OpenSSL config appname (Daniel Bevenius) [#43124](https://github.com/nodejs/node/pull/43124)
63+
* \[[`9578158ff8`](https://github.com/nodejs/node/commit/9578158ff8)] - **(SEMVER-MAJOR)** **src,doc,test**: add --openssl-shared-config option (Daniel Bevenius) [#43124](https://github.com/nodejs/node/pull/43124)
64+
4065
<a id="18.4.0"></a>
4166

4267
## 2022-06-16, Version 18.4.0 (Current), @danielleadams

src/node_version.h

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@
2323
#define SRC_NODE_VERSION_H_
2424

2525
#define NODE_MAJOR_VERSION 18
26-
#define NODE_MINOR_VERSION 4
27-
#define NODE_PATCH_VERSION 1
26+
#define NODE_MINOR_VERSION 5
27+
#define NODE_PATCH_VERSION 0
2828

2929
#define NODE_VERSION_IS_LTS 0
3030
#define NODE_VERSION_LTS_CODENAME ""
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)