You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 15, 2020. It is now read-only.
meta: merge node/master into node-chakracore/master
Merge 83d44be as of 2018-03-30
This commit was automatically generated. For any problems, please contact jackhorton
Reviewed-By: chakrabot <[email protected]>
Copy file name to clipboardExpand all lines: doc/changelogs/CHANGELOG_V8.md
+19Lines changed: 19 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,4 @@
1
+
1
2
# Node.js 8 ChangeLog
2
3
3
4
<!--lint disable prohibited-strings-->
@@ -10,6 +11,7 @@
10
11
</tr>
11
12
<tr>
12
13
<td valign="top">
14
+
<a href="#8.11.1">8.11.1</a><br/>
13
15
<a href="#8.11.0">8.11.0</a><br/>
14
16
<a href="#8.10.0">8.10.0</a><br/>
15
17
<a href="#8.9.4">8.9.4</a><br/>
@@ -53,6 +55,23 @@
53
55
[Node.js Long Term Support Plan](https://github.com/nodejs/LTS) and
54
56
will be supported actively until April 2019 and maintained until December 2019.
55
57
58
+
<a id="8.11.1"></a>
59
+
## 2018-03-29, Version 8.11.1 'Carbon' (LTS), @MylesBorins
60
+
61
+
### Notable Changes
62
+
63
+
No additional commits.
64
+
65
+
Due to incorrect staging of the upgrade to the GCC 4.9.X compiler, the latest releases for PPC little
66
+
endian were built using GCC 4.9.X instead of GCC 4.8.X. This caused an ABI breakage on PPCLE based
67
+
environments. This has been fixed in our infrastructure and we are doing this release to ensure that
68
+
the hosted binaries are adhering to our platform support contract.
69
+
70
+
Note that Node.js versions 10.X and later will be built with version 4.9.X or later of the GCC compiler,
71
+
and it is possible that Node.js version 8.X may be built on the 4.9.X compiler at a later
72
+
time as the stated [minimum compiler requirement](https://github.com/nodejs/node/blob/v8.x/BUILDING.md)
73
+
for Node.js version 8.X is 4.9.4.
74
+
56
75
<a id="8.11.0"></a>
57
76
## 2018-03-28, Version 8.11.0 'Carbon' (LTS), @MylesBorins
Copy file name to clipboardExpand all lines: doc/changelogs/CHANGELOG_V9.md
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,7 @@
9
9
</tr>
10
10
<tr>
11
11
<td>
12
+
<ahref="#9.10.1">9.10.1</a><br/>
12
13
<ahref="#9.10.0">9.10.0</a><br/>
13
14
<ahref="#9.9.0">9.9.0</a><br/>
14
15
<ahref="#9.8.0">9.8.0</a><br/>
@@ -38,6 +39,23 @@
38
39
*[io.js](CHANGELOG_IOJS.md)
39
40
*[Archive](CHANGELOG_ARCHIVE.md)
40
41
42
+
<aid="9.10.1"></a>
43
+
## 2018-03-29, Version 9.10.1 (Current), @MylesBorins
44
+
45
+
### Notable Changes
46
+
47
+
No additional commits.
48
+
49
+
Due to incorrect staging of the upgrade to the GCC 4.9.X compiler, the latest releases for PPC little
50
+
endian were built using GCC 4.9.X instead of GCC 4.8.X. This caused an ABI breakage on PPCLE based
51
+
environments. This has been fixed in our infrastructure and we are doing this release to ensure that
52
+
the hosted binaries are adhering to our platform support contract.
53
+
54
+
Note that Node.js versions 10.X and later will be built with version 4.9.X or later of the GCC compiler,
55
+
and it is possible that Node.js version 9.X may be built on the 4.9.X compiler at a later
56
+
time as the stated [minimum compiler requirement](https://github.com/nodejs/node/blob/v8.x/BUILDING.md)
57
+
for Node.js version 9.X is 4.9.4.
58
+
41
59
<aid="9.10.0"></a>
42
60
## 2018-03-28, Version 9.10.0 (Current), @MylesBorins prepared by @targos
0 commit comments