Skip to content

Commit c1a0496

Browse files
committed
2016-10-12, Version 6.8.0 (Current)
* fs: - `SyncWriteStream` now inherits from `Stream.Writable`. (Anna Henningsen) nodejs/node#8830 - Practically, this means that when stdio is piped to a file, stdout and stderr will still be `Writable` streams. - `fs.existsSync()` has been undeprecated. `fs.exists()` remains deprecated. (Dan Fabulich) nodejs/node#8364 * http: `http.request()` now accepts a `timeout` option. (Rene Weber) nodejs/node#8101 * module: The module loader now maintains its own realpath cache. (Anna Henningsen) nodejs/node#8100 * npm: Upgraded to 3.10.8 (Kat Marchan) nodejs/node#8706 * stream: `Duplex` streams now show proper `instanceof Stream.Writable`. (Anna Henningsen) nodejs/node#8834 * timers: Improved `setTimeout`/`Interval` performance by up to 22%. (Brian White) nodejs/node#8661 Signed-off-by: Ilkka Myller <ilkka.myller@nodefield.com>
1 parent 848b0de commit c1a0496

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 6](https://img.shields.io/badge/Node.js%20Current-6.7.0-green.svg)
10+
* ![Current 6](https://img.shields.io/badge/Node.js%20Current-6.8.0-green.svg)
1111
* ![LTS 4](https://img.shields.io/badge/Node.js%20LTS-4.6.0-blue.svg)
1212
* ![Maintenance 0.12](https://img.shields.io/badge/Node.js%20Maintenance-0.12.16-lightgray.svg)
1313
* ![Maintenance 0.10](https://img.shields.io/badge/Node.js%20Maintenance-0.10.47-lightgray.svg)

recipes-devtools/nodejs/nodejs_6.7.0.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_6.inc
2+
3+
INC_PR = "r1"
4+
5+
LIC_FILES_CHKSUM = "file://LICENSE;md5=19eb7a3bddc44523bf96176c3da4b422"
6+
7+
SRC_URI[src.md5sum] = "3bddf030853a2444b4ef3b67cc6f538b"
8+
SRC_URI[src.sha256sum] = "a8a2d4b74734991dd45e5b2b0b13617864f1283f6d6bc262e1e4d30741114352"

0 commit comments

Comments
 (0)