Skip to content

Commit b5e9fcf

Browse files
committed
2018-03-29, Version 6.14.1 'Boron' (LTS)
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#19680
1 parent b3cb8ce commit b5e9fcf

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
@@ -71,7 +71,8 @@ release.
7171
<a href="doc/changelogs/CHANGELOG_V8.md#8.0.0">8.0.0</a><br/>
7272
</td>
7373
<td valign="top">
74-
<b><a href="doc/changelogs/CHANGELOG_V6.md#6.14.0">6.14.0</a></b><br/>
74+
<b><a href="doc/changelogs/CHANGELOG_V6.md#6.14.1">6.14.1</a></b><br/>
75+
<a href="doc/changelogs/CHANGELOG_V6.md#6.14.0">6.14.0</a><br/>
7576
<a href="doc/changelogs/CHANGELOG_V6.md#6.13.1">6.13.1</a><br/>
7677
<a href="doc/changelogs/CHANGELOG_V6.md#6.13.0">6.13.0</a><br/>
7778
<a href="doc/changelogs/CHANGELOG_V6.md#6.12.3">6.12.3</a><br/>

doc/changelogs/CHANGELOG_V6.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="#6.14.1">6.14.1</a><br/>
1314
<a href="#6.14.0">6.14.0</a><br/>
1415
<a href="#6.13.1">6.13.1</a><br/>
1516
<a href="#6.13.0">6.13.0</a><br/>
@@ -67,6 +68,18 @@
6768
[Node.js Long Term Support Plan](https://github.com/nodejs/LTS) and
6869
will be supported actively until April 2018 and maintained until April 2019.
6970

71+
<a id="6.14.1"></a>
72+
## 2018-03-29, Version 6.14.1 'Boron' (LTS), @MylesBorins
73+
74+
### Notable Changes
75+
76+
No additional commits.
77+
78+
Due to incorrect staging of the upgrade to the GCC 4.9.X compiler, the latest releases for PPC little
79+
endian were built using GCC 4.9.X instead of GCC 4.8.X. This caused an ABI breakage on PPCLE based
80+
environments. This has been fixed in our infrastructure and we are doing this release to ensure that
81+
the hosted binaries are adhering to our platform support contract.
82+
7083
<a id="6.14.0"></a>
7184
## 2018-03-28, Version 6.14.0 'Boron' (LTS), @MylesBorins
7285

0 commit comments

Comments
 (0)