diff options
author | Myles Borins <mylesborins@google.com> | 2018-03-29 15:57:53 -0400 |
---|---|---|
committer | Myles Borins <mylesborins@google.com> | 2018-03-29 23:38:20 -0400 |
commit | 1e0e988430383351a29c3f2e03c7e6497376123c (patch) | |
tree | 5e8b390ebccabb8a079632c39d96fafa9398f12e /CHANGELOG.md | |
parent | ea4c69676af8000eb5bbd947fcee5b56fdfa4f9a (diff) | |
download | node-new-1e0e988430383351a29c3f2e03c7e6497376123c.tar.gz |
2018-03-29, Version 9.10.1 (Current)
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.
Note that Node.js versions 10.X and later will be built with version
4.9.X or later of the GCC compiler, and it is possible that Node.js
version 9.X may be built on the 4.9.X compiler at a later time as the
stated minimum compiler requirement for Node.js version 9.X is 4.9.4.
Refs: https://github.com/nodejs/node/blob/v9.x/BUILDING.md
PR-URL: https://github.com/nodejs/node/pull/19678
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 4368311574..124ea51054 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -31,7 +31,8 @@ release. </tr> <tr> <td valign="top"> -<b><a href="doc/changelogs/CHANGELOG_V9.md#9.10.0">9.10.0</a></b><br/> +<b><a href="doc/changelogs/CHANGELOG_V9.md#9.10.1">9.10.1</a></b><br/> +<a href="doc/changelogs/CHANGELOG_V9.md#9.10.0">9.10.0</a><br/> <a href="doc/changelogs/CHANGELOG_V9.md#9.9.0">9.9.0</a><br/> <a href="doc/changelogs/CHANGELOG_V9.md#9.8.0">9.8.0</a><br/> <a href="doc/changelogs/CHANGELOG_V9.md#9.7.1">9.7.1</a><br/> |