Skip to content

Commit b8eef6d

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: #19681
1 parent 3dae7df commit b8eef6d

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Node.js ChangeLog
22

3+
## 2018-03-29, Version 4.9.1 'Argon' (Maintenance), @MylesBorins
4+
5+
### Notable Changes
6+
7+
No additional commits.
8+
9+
Due to incorrect staging of the upgrade to the GCC 4.9.X compiler, the latest releases for PPC little
10+
endian were built using GCC 4.9.X instead of GCC 4.8.X. This caused an ABI breakage on PPCLE based
11+
environments. This has been fixed in our infrastructure and we are doing this release to ensure that
12+
the hosted binaries are adhering to our platform support contract.
13+
314
## 2018-03-28, Version 4.9.0 'Argon' (Maintenance), @MylesBorins
415

516
This is a security release. All Node.js users should consult the security release summary at https://nodejs.org/en/blog/vulnerability/march-2018-security-releases/ for details on patched vulnerabilities.

src/node_version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#define NODE_VERSION_IS_LTS 1
99
#define NODE_VERSION_LTS_CODENAME "Argon"
1010

11-
#define NODE_VERSION_IS_RELEASE 0
11+
#define NODE_VERSION_IS_RELEASE 1
1212

1313
#ifndef NODE_STRINGIFY
1414
#define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)

0 commit comments

Comments
 (0)