Skip to content

Commit b3cb8ce

Browse files
committed
2018-03-29, Version 4.9.1 'Argon' (Maintenance)
Notable changes: No additional commits. Due to incorrect staging of the upgrade to the GCC 4.9.X compiler, the latest releases for PPC little endian were built using GCC 4.9.X instead of GCC 4.8.X. This caused an ABI breakage on PPCLE based environments. This has been fixed in our infrastructure and we are doing this release to ensure that the hosted binaries are adhering to our platform support contract. PR-URL: nodejs#19681
1 parent aec0190 commit b3cb8ce

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,8 @@ release.
109109
<a href="doc/changelogs/CHANGELOG_V6.md#6.0.0">6.0.0</a><br/>
110110
</td>
111111
<td valign="top">
112-
<b><a href="doc/changelogs/CHANGELOG_V4.md#4.9.0">4.9.0</a></b><br/>
112+
<b><a href="doc/changelogs/CHANGELOG_V4.md#4.9.1">4.9.1</a></b><br/>
113+
<a href="doc/changelogs/CHANGELOG_V4.md#4.9.0">4.9.0</a><br/>
113114
<a href="doc/changelogs/CHANGELOG_V4.md#4.8.7">4.8.7</a><br/>
114115
<a href="doc/changelogs/CHANGELOG_V4.md#4.8.6">4.8.6</a><br/>
115116
<a href="doc/changelogs/CHANGELOG_V4.md#4.8.5">4.8.5</a><br/>

doc/changelogs/CHANGELOG_V4.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
</tr>
1111
<tr>
1212
<td valign="top">
13+
<a href="#4.9.1">4.9.1</a><br/>
1314
<a href="#4.9.0">4.9.0</a><br/>
1415
<a href="#4.8.7">4.8.7</a><br/>
1516
<a href="#4.8.6">4.8.6</a><br/>
@@ -71,6 +72,18 @@
7172
[Node.js Long Term Support Plan](https://github.com/nodejs/LTS) and
7273
will be supported actively until April 2017 and maintained until April 2018.
7374

75+
<a id="4.9.1"></a>
76+
## 2018-03-29, Version 4.9.1 'Argon' (Maintenance), @MylesBorins
77+
78+
### Notable Changes
79+
80+
No additional commits.
81+
82+
Due to incorrect staging of the upgrade to the GCC 4.9.X compiler, the latest releases for PPC little
83+
endian were built using GCC 4.9.X instead of GCC 4.8.X. This caused an ABI breakage on PPCLE based
84+
environments. This has been fixed in our infrastructure and we are doing this release to ensure that
85+
the hosted binaries are adhering to our platform support contract.
86+
7487
<a id="4.9.0"></a>
7588
## 2018-03-28, Version 4.9.0 'Argon' (Maintenance), @MylesBorins
7689

0 commit comments

Comments
 (0)