Skip to content

Commit 78018dc

Browse files
committed
2017-03-14, Version 7.7.3 (Current)
Notable changes: * module: The [module loading global fallback] (https://nodejs.org/dist/latest-v6.x/docs/api/modules.html#modules_loading_from_the_global_folders) to the Node executable's directory now works correctly on Windows. (Richard Lau) [#9283](nodejs/node#9283) * net: `Socket.prototype.connect` now once again functions without a callback. (Juwan Yoo) [#11762](nodejs/node#11762) * url: `URL.prototype.origin` now properly specified an opaque return of `'null'` for `file://` URLs. (Brian White) [#11691](nodejs/node#11691) PR-URL: nodejs/node#11831 Signed-off-by: Ilkka Myller <[email protected]>
1 parent ca1cc7d commit 78018dc

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

README.md

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

88
## Node.js releases
99

10-
* ![Current 7](https://img.shields.io/badge/Node.js%20Current-7.7.2-green.svg)
10+
* ![Current 7](https://img.shields.io/badge/Node.js%20Current-7.7.3-green.svg)
1111
* ![LTS 6](https://img.shields.io/badge/Node.js%20LTS-6.10.0-blue.svg)
1212
* ![LTS 4](https://img.shields.io/badge/Node.js%20LTS-4.8.0-blue.svg)
1313
* ![Maintenance 0.12](https://img.shields.io/badge/Node.js%20Maintenance-0.12.18-lightgray.svg)

recipes-devtools/nodejs/nodejs_7.7.2.bb

Lines changed: 0 additions & 8 deletions
This file was deleted.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
require nodejs_7.inc
2+
3+
INC_PR = "r1"
4+
5+
LIC_FILES_CHKSUM = "file://LICENSE;md5=d29463feca32ea5977af7b6c7d62c14a"
6+
7+
SRC_URI[src.md5sum] = "c0a3e0f47ed5f936e2bf38cac45ba754"
8+
SRC_URI[src.sha256sum] = "81edeed9e3daa34a8962339357e2b9c5f7d9248e025ec872b6a55a519d3589b9"

0 commit comments

Comments
 (0)