From b3cb8ce1113fd2c9b85f1051f53c17517a96a220 Mon Sep 17 00:00:00 2001 From: Myles Borins Date: Thu, 29 Mar 2018 16:17:27 -0400 Subject: [PATCH] 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: https://github.com/nodejs/node/pull/19681 --- CHANGELOG.md | 3 ++- doc/changelogs/CHANGELOG_V4.md | 13 +++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e823878ec43c85..ca9c716a1b58c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -109,7 +109,8 @@ release. 6.0.0
-4.9.0
+4.9.1
+4.9.0
4.8.7
4.8.6
4.8.5
diff --git a/doc/changelogs/CHANGELOG_V4.md b/doc/changelogs/CHANGELOG_V4.md index 7aaf7fdaadd664..b006ad034d7f6f 100644 --- a/doc/changelogs/CHANGELOG_V4.md +++ b/doc/changelogs/CHANGELOG_V4.md @@ -10,6 +10,7 @@ +4.9.1
4.9.0
4.8.7
4.8.6
@@ -71,6 +72,18 @@ [Node.js Long Term Support Plan](https://github.com/nodejs/LTS) and will be supported actively until April 2017 and maintained until April 2018. + +## 2018-03-29, Version 4.9.1 'Argon' (Maintenance), @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. + ## 2018-03-28, Version 4.9.0 'Argon' (Maintenance), @MylesBorins