summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMyles Borins <mylesborins@google.com>2018-03-29 16:11:10 -0400
committerMyles Borins <mylesborins@google.com>2018-03-29 23:36:33 -0400
commitb5e9fcfa4e99bdb12f87dadcf773436f4cd0956b (patch)
tree6b179ddd668fa9958df2ec9743c37637e1ba0794 /doc
parentb3cb8ce1113fd2c9b85f1051f53c17517a96a220 (diff)
downloadandroid-node-v8-b5e9fcfa4e99bdb12f87dadcf773436f4cd0956b.tar.gz
android-node-v8-b5e9fcfa4e99bdb12f87dadcf773436f4cd0956b.tar.bz2
android-node-v8-b5e9fcfa4e99bdb12f87dadcf773436f4cd0956b.zip
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: https://github.com/nodejs/node/pull/19680
Diffstat (limited to 'doc')
-rw-r--r--doc/changelogs/CHANGELOG_V6.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/changelogs/CHANGELOG_V6.md b/doc/changelogs/CHANGELOG_V6.md
index 1c669800dd..9dfd3da837 100644
--- a/doc/changelogs/CHANGELOG_V6.md
+++ b/doc/changelogs/CHANGELOG_V6.md
@@ -10,6 +10,7 @@
</tr>
<tr>
<td valign="top">
+<a href="#6.14.1">6.14.1</a><br/>
<a href="#6.14.0">6.14.0</a><br/>
<a href="#6.13.1">6.13.1</a><br/>
<a href="#6.13.0">6.13.0</a><br/>
@@ -67,6 +68,18 @@
[Node.js Long Term Support Plan](https://github.com/nodejs/LTS) and
will be supported actively until April 2018 and maintained until April 2019.
+<a id="6.14.1"></a>
+## 2018-03-29, Version 6.14.1 'Boron' (LTS), @MylesBorins
+
+### 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.
+
<a id="6.14.0"></a>
## 2018-03-28, Version 6.14.0 'Boron' (LTS), @MylesBorins