Skip to content

Commit 13f539e

Browse files
committed
2017-01-03, Version 4.7.1 'Argon' (LTS)
This LTS release comes with 180 commits. This includes 117 which are test related, 34 which are doc related, 15 which are build / tool related, and 1 commit which is an update to dependencies. Notable Changes: * build: - shared library support is now working for AIX builds (Stewart Addison) nodejs/node#9675 * repl: - Passing options to the repl will no longer overwrite defaults (cjihrig) nodejs/node#7826 * timers: - Re canceling a cancelled timers will no longer throw (Jeremiah Senkpiel) nodejs/node#9685 PR-URL: nodejs/node#10395 Signed-off-by: Ilkka Myller <[email protected]>
1 parent 4f5c22c commit 13f539e

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ OpenEmbedded layer for latest [Node.js](https://nodejs.org/ "Node.js") releases.
88
## Node.js releases
99

1010
* ![LTS 6](https://img.shields.io/badge/Node.js%20LTS-6.9.2-blue.svg)
11-
* ![LTS 4](https://img.shields.io/badge/Node.js%20LTS-4.7.0-blue.svg)
11+
* ![LTS 4](https://img.shields.io/badge/Node.js%20LTS-4.7.1-blue.svg)
1212
* ![Maintenance 0.12](https://img.shields.io/badge/Node.js%20Maintenance-0.12.18-lightgray.svg)
1313
* ![End of life 0.10](https://img.shields.io/badge/Node.js%20End%20of%20Life-0.10.48-lightgray.svg)
1414
* ![End of life 0.8](https://img.shields.io/badge/Node.js%20End%20of%20Life-0.8.28-lightgrey.svg)

recipes-devtools/nodejs/nodejs_4.7.0.bb

Lines changed: 0 additions & 9 deletions
This file was deleted.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
require nodejs_4.inc
2+
require nodejs_iojs.inc
3+
4+
INC_PR = "r1"
5+
6+
LIC_FILES_CHKSUM = "file://LICENSE;md5=f45e9ffb97e64da46d14f462d34a039f"
7+
8+
SRC_URI[src.md5sum] = "635d932ea96b3150771fffab23ad8278"
9+
SRC_URI[src.sha256sum] = "9c0472b8faf03758b6ff86e4a05d03e399b94b6b83c6c0847e5eaedb448a1c49"

0 commit comments

Comments
 (0)