Skip to content

Commit 5cf3b31

Browse files
committed
2020-07-21, Version 10.22.0 'Dubnium' (LTS)
Notable changes: - deps: - upgrade openssl sources to 1.1.1g (Hassaan Pasha) [#32982](#32982) - n-api: * add `napi_detach_arraybuffer` (legendecas) [#29768](#29768)
1 parent 069b6e1 commit 5cf3b31

File tree

4 files changed

+38
-6
lines changed

4 files changed

+38
-6
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ release.
3333
<a href="doc/changelogs/CHANGELOG_V12.md#12.0.0">12.0.0</a><br/>
3434
</td>
3535
<td valign="top">
36-
<b><a href="doc/changelogs/CHANGELOG_V10.md#10.21.0">10.21.0</a></b><br/>
36+
<b><a href="doc/changelogs/CHANGELOG_V10.md#10.22.0">10.22.0</a></b><br/>
37+
<a href="doc/changelogs/CHANGELOG_V10.md#10.21.0">10.21.0</a><br/>
3738
<a href="doc/changelogs/CHANGELOG_V10.md#10.20.1">10.20.1</a><br/>
3839
<a href="doc/changelogs/CHANGELOG_V10.md#10.20.0">10.20.0</a><br/>
3940
<a href="doc/changelogs/CHANGELOG_V10.md#10.19.0">10.19.0</a><br/>

doc/api/n-api.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2950,7 +2950,7 @@ of the ECMAScript Language Specification.
29502950

29512951
### napi_detach_arraybuffer
29522952
<!-- YAML
2953-
added: REPLACEME
2953+
added: v10.22.0
29542954
-->
29552955

29562956
> Stability: 1 - Experimental
@@ -2976,7 +2976,7 @@ defined in [Section 24.1.1.3][] of the ECMAScript Language Specification.
29762976

29772977
### napi_is_detached_arraybuffer
29782978
<!-- YAML
2979-
added: REPLACEME
2979+
added: v10.22.0
29802980
-->
29812981

29822982
> Stability: 1 - Experimental

doc/changelogs/CHANGELOG_V10.md

+31
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
</tr>
1111
<tr>
1212
<td valign="top">
13+
<a href="#10.22.0">10.22.0</a><br/>
1314
<a href="#10.21.0">10.21.0</a><br/>
1415
<a href="#10.20.1">10.20.1</a><br/>
1516
<a href="#10.20.0">10.20.0</a><br/>
@@ -62,6 +63,36 @@
6263
* [io.js](CHANGELOG_IOJS.md)
6364
* [Archive](CHANGELOG_ARCHIVE.md)
6465

66+
<a id="10.22.0"></a>
67+
## 2020-07-21, Version 10.22.0 'Dubnium' (LTS), @BethGriggs prepared by @richardlau
68+
69+
### Notable changes
70+
71+
* **deps**:
72+
* upgrade openssl sources to 1.1.1g (Hassaan Pasha) [#32982](https://github.com/nodejs/node/pull/32982)
73+
* **n-api**:
74+
* add `napi_detach_arraybuffer` (legendecas) [#29768](https://github.com/nodejs/node/pull/29768)
75+
76+
### Commits
77+
78+
* [[`9915774d18`](https://github.com/nodejs/node/commit/9915774d18)] - **build**: log detected compilers in --verbose mode (Richard Lau) [#32715](https://github.com/nodejs/node/pull/32715)
79+
* [[`145dcc2c1c`](https://github.com/nodejs/node/commit/145dcc2c1c)] - **build**: move doc versions JSON file out of out/doc (Richard Lau) [#32728](https://github.com/nodejs/node/pull/32728)
80+
* [[`24b927ab66`](https://github.com/nodejs/node/commit/24b927ab66)] - **build**: allow clang 10+ in configure.py (Kamil Rytarowski) [#29541](https://github.com/nodejs/node/pull/29541)
81+
* [[`745b329260`](https://github.com/nodejs/node/commit/745b329260)] - **deps**: update archs files for OpenSSL-1.1.1g (Hassaan Pasha) [#32982](https://github.com/nodejs/node/pull/32982)
82+
* [[`94702c1560`](https://github.com/nodejs/node/commit/94702c1560)] - **deps**: upgrade openssl sources to 1.1.1g (Hassaan Pasha) [#32982](https://github.com/nodejs/node/pull/32982)
83+
* [[`ef9413be1a`](https://github.com/nodejs/node/commit/ef9413be1a)] - **deps**: upgrade openssl sources to 1.1.1f (Hassaan Pasha) [#32583](https://github.com/nodejs/node/pull/32583)
84+
* [[`3acc89f8f2`](https://github.com/nodejs/node/commit/3acc89f8f2)] - **deps**: V8: backport cd21f71f9cb5 (Michaël Zasso) [#33862](https://github.com/nodejs/node/pull/33862)
85+
* [[`89a306bca9`](https://github.com/nodejs/node/commit/89a306bca9)] - **deps**: fix V8 compiler error with clang++-11 (Sam Roberts) [#33094](https://github.com/nodejs/node/pull/33094)
86+
* [[`193d1d0e84`](https://github.com/nodejs/node/commit/193d1d0e84)] - **doc**: document fs.watchFile() bigint option (cjihrig) [#32128](https://github.com/nodejs/node/pull/32128)
87+
* [[`5dab101b03`](https://github.com/nodejs/node/commit/5dab101b03)] - **doc,n-api**: mark napi_detach_arraybuffer as experimental (legendecas) [#30703](https://github.com/nodejs/node/pull/30703)
88+
* [[`069b6e14a4`](https://github.com/nodejs/node/commit/069b6e14a4)] - **http**: disable headersTimeout check when set to zero (Paolo Insogna) [#33307](https://github.com/nodejs/node/pull/33307)
89+
* [[`aaf2f827c6`](https://github.com/nodejs/node/commit/aaf2f827c6)] - **inspector**: more conservative minimum stack size (Ben Noordhuis) [#27855](https://github.com/nodejs/node/pull/27855)
90+
* [[`b744ffd586`](https://github.com/nodejs/node/commit/b744ffd586)] - **(SEMVER-MINOR)** **n-api**: implement napi_is_detached_arraybuffer (Denys Otrishko) [#30613](https://github.com/nodejs/node/pull/30613)
91+
* [[`961598b9be`](https://github.com/nodejs/node/commit/961598b9be)] - **(SEMVER-MINOR)** **n-api**: add `napi_detach_arraybuffer` (legendecas) [#29768](https://github.com/nodejs/node/pull/29768)
92+
* [[`3dbd8cd3a9`](https://github.com/nodejs/node/commit/3dbd8cd3a9)] - ***Revert*** "**test**: mark empty udp tests flaky on OS X" (Luigi Pinca) [#32489](https://github.com/nodejs/node/pull/32489)
93+
* [[`543656928c`](https://github.com/nodejs/node/commit/543656928c)] - **test**: flaky test-stdout-close-catch on freebsd (Sam Roberts) [#32849](https://github.com/nodejs/node/pull/32849)
94+
* [[`74b00cca64`](https://github.com/nodejs/node/commit/74b00cca64)] - **tls**: allow empty subject even with altNames defined (Jason Macgowan) [#22906](https://github.com/nodejs/node/pull/22906)
95+
6596
<a id="10.21.0"></a>
6697
## 2020-06-02, Version 10.21.0 'Dubnium' (LTS), @BethGriggs
6798

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 10
26-
#define NODE_MINOR_VERSION 21
27-
#define NODE_PATCH_VERSION 1
26+
#define NODE_MINOR_VERSION 22
27+
#define NODE_PATCH_VERSION 0
2828

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