Skip to content

Commit 7bb9d89

Browse files
committed
2012-12-16, Version 12.22.8 'Erbium' (LTS)
Notable changes: This release contains a c-ares update to fix a regression introduced in Node.js 12.22.5 resolving CNAME records containing underscores (#39780). Root certificates have been updated to those from Mozilla's Network Security Services 3.71 (#40280). PR-URL: #41161
1 parent f0be077 commit 7bb9d89

File tree

3 files changed

+29
-2
lines changed

3 files changed

+29
-2
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ release.
2828
</tr>
2929
<tr>
3030
<td valign="top">
31-
<b><a href="doc/changelogs/CHANGELOG_V12.md#12.22.7">12.22.7</a></b><br/>
31+
<b><a href="doc/changelogs/CHANGELOG_V12.md#12.22.8">12.22.8</a></b><br/>
32+
<a href="doc/changelogs/CHANGELOG_V12.md#12.22.7">12.22.7</a><br/>
3233
<a href="doc/changelogs/CHANGELOG_V12.md#12.22.6">12.22.6</a><br/>
3334
<a href="doc/changelogs/CHANGELOG_V12.md#12.22.5">12.22.5</a><br/>
3435
<a href="doc/changelogs/CHANGELOG_V12.md#12.22.4">12.22.4</a><br/>

doc/changelogs/CHANGELOG_V12.md

+26
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
</tr>
1212
<tr>
1313
<td valign="top">
14+
<a href="#12.22.8">12.22.8</a><br/>
1415
<a href="#12.22.7">12.22.7</a><br/>
1516
<a href="#12.22.6">12.22.6</a><br/>
1617
<a href="#12.22.5">12.22.5</a><br/>
@@ -77,6 +78,31 @@
7778
* [io.js](CHANGELOG_IOJS.md)
7879
* [Archive](CHANGELOG_ARCHIVE.md)
7980

81+
<a id="12.22.8"></a>
82+
83+
## 2012-12-16, Version 12.22.8 'Erbium' (LTS), @richardlau
84+
85+
### Notable Changes
86+
87+
This release contains a c-ares update to fix a regression introduced in
88+
Node.js 12.22.5 resolving CNAME records containing underscores
89+
[#39780](https://github.com/nodejs/node/issues/39780).
90+
91+
Root certificates have been updated to those from Mozilla's Network
92+
Security Services 3.71 [#40281](https://github.com/nodejs/node/pull/40280).
93+
94+
### Commits
95+
96+
* \[[`2d42295d2a`](https://github.com/nodejs/node/commit/2d42295d2a)] - **build**: pin macOS GitHub runner to macos-10.15 (Richard Lau) [#41124](https://github.com/nodejs/node/pull/41124)
97+
* \[[`f0be07796e`](https://github.com/nodejs/node/commit/f0be07796e)] - **crypto**: update root certificates (Richard Lau) [#40280](https://github.com/nodejs/node/pull/40280)
98+
* \[[`7feff67419`](https://github.com/nodejs/node/commit/7feff67419)] - **deps**: add -fno-strict-aliasing flag to libuv (Daniel Bevenius) [#40631](https://github.com/nodejs/node/pull/40631)
99+
* \[[`534ac7c7c6`](https://github.com/nodejs/node/commit/534ac7c7c6)] - **deps**: update c-ares to 1.18.1 (Richard Lau) [#40660](https://github.com/nodejs/node/pull/40660)
100+
* \[[`c019fa9b70`](https://github.com/nodejs/node/commit/c019fa9b70)] - **deps**: update to cjs-module-lexer\@1.2.2 (Guy Bedford) [#39402](https://github.com/nodejs/node/pull/39402)
101+
* \[[`b13340eff4`](https://github.com/nodejs/node/commit/b13340eff4)] - **doc**: add alternative version links to the packages page (Filip Skokan) [#36915](https://github.com/nodejs/node/pull/36915)
102+
* \[[`7479447d6a`](https://github.com/nodejs/node/commit/7479447d6a)] - **test**: deflake child-process-pipe-dataflow (Luigi Pinca) [#40838](https://github.com/nodejs/node/pull/40838)
103+
* \[[`833e199393`](https://github.com/nodejs/node/commit/833e199393)] - **tools**: update certdata.txt (Richard Lau) [#40280](https://github.com/nodejs/node/pull/40280)
104+
* \[[`e4339fe286`](https://github.com/nodejs/node/commit/e4339fe286)] - **tools**: add script to update c-ares (Richard Lau) [#40660](https://github.com/nodejs/node/pull/40660)
105+
80106
<a id="12.22.7"></a>
81107
## 2021-10-12, Version 12.22.7 'Erbium' (LTS), @danielleadams
82108

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 "Erbium"
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)