Skip to content

Commit

Permalink
2017-01-04, Version 7.4.0 (Current)
Browse files Browse the repository at this point in the history
    Notable changes:

    * buffer:
      - Improve performance of Buffer allocation by ~11% (Brian White) nodejs/node#10443
      - Improve performance of Buffer.from() by ~50% (Brian White) nodejs/node#10443
    * events: Improve performance of EventEmitter.once() by ~27% (Brian White) nodejs/node#10445
    * fs: Allow passing Uint8Array to fs methods where Buffers are supported. (Anna Henningsen) nodejs/node#10382
    * http: Improve performance of http server by ~7% (Brian White) nodejs/node#6533
    * npm: Upgrade to v4.0.5 (Kat Marchán) nodejs/node#10330

    PR-URL: nodejs/node#10589

Signed-off-by: Ilkka Myller <ilkka.myller@nodefield.com>
  • Loading branch information
imyller committed Mar 2, 2017
1 parent edbc1bf commit a17b83f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ OpenEmbedded layer for latest [Node.js](https://nodejs.org/ "Node.js") releases.

## Node.js releases

* ![Current 7](https://img.shields.io/badge/Node.js%20Current-7.3.0-green.svg)
* ![Current 7](https://img.shields.io/badge/Node.js%20Current-7.4.0-green.svg)
* ![LTS 6](https://img.shields.io/badge/Node.js%20LTS-6.10.0-blue.svg)
* ![LTS 4](https://img.shields.io/badge/Node.js%20LTS-4.8.0-blue.svg)
* ![Maintenance 0.12](https://img.shields.io/badge/Node.js%20Maintenance-0.12.18-lightgray.svg)
Expand Down
8 changes: 0 additions & 8 deletions recipes-devtools/nodejs/nodejs_7.3.0.bb

This file was deleted.

8 changes: 8 additions & 0 deletions recipes-devtools/nodejs/nodejs_7.4.0.bb
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
require nodejs_7.inc

INC_PR = "r1"

LIC_FILES_CHKSUM = "file://LICENSE;md5=41a3a0ccf7f515cac3377389dd8faac8"

SRC_URI[src.md5sum] = "9732aba61759bc97d2bb2e7d82453f83"
SRC_URI[src.sha256sum] = "69b76c86e6fc9914fa136089d8c28a4828c14aa8792cbdf946090a5a2afd25b6"

0 comments on commit a17b83f

Please sign in to comment.