Skip to content

Commit

Permalink
2017-05-02, Version 7.10.0 (Current)
Browse files Browse the repository at this point in the history
    Notable changes:

    * **crypto**:
      - add randomFill and randomFillSync (Evan Lucas)
        nodejs/node#10209
    * **meta**: Added new collaborators
      - add lucamaraschi to collaborators (Luca Maraschi)
        nodejs/node#12538
      - add DavidCai1993 to collaborators (David Cai)
        nodejs/node#12435
      - add jkrems to collaborators (Jan Krems)
        nodejs/node#12427
      - add AnnaMag to collaborators (AnnaMag)
        nodejs/node#12414
    * **process**:
      - fix crash when Promise rejection is a Symbol (Cameron Little)
        nodejs/node#11640
    * **url**:
      - make WHATWG URL more spec compliant (Timothy Gu)
        nodejs/node#12507
    * **v8**:
      - fix stack overflow in recursive method (Ben Noordhuis)
        nodejs/node#12460
      - fix build errors with g++ 7 (Ben Noordhuis)
        nodejs/node#12392

    PR-URL: nodejs/node#12775

Signed-off-by: Ilkka Myller <ilkka.myller@nodefield.com>
  • Loading branch information
imyller committed May 4, 2017
1 parent 0d6d359 commit eec531e
Show file tree
Hide file tree
Showing 3 changed files with 10 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.9.0-green.svg)
* ![Current 7](https://img.shields.io/badge/Node.js%20Current-7.10.0-green.svg)
* ![LTS 6](https://img.shields.io/badge/Node.js%20LTS-6.10.3-blue.svg)
* ![Maintenance 4](https://img.shields.io/badge/Node.js%20Maintenance-4.8.3-B0C4DE.svg)
* ![End of life 0.12](https://img.shields.io/badge/Node.js%20End%20of%20Life-0.12.18-lightgray.svg)
Expand Down
9 changes: 9 additions & 0 deletions recipes-devtools/nodejs/nodejs_7.10.0.bb
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
require nodejs_7.inc

INC_PR = "r1"

LIC_FILES_CHKSUM = "file://LICENSE;md5=d29463feca32ea5977af7b6c7d62c14a"

SRC_URI[src.md5sum] = "3c8c8f61a898c3c7292ff58a4e27fa33"
SRC_URI[src.sha256sum] = "c4843fe8bffb59c2327063a5e67a89af60d7927f7ace7548695a2cf4c1aa6d03"

8 changes: 0 additions & 8 deletions recipes-devtools/nodejs/nodejs_7.9.0.bb

This file was deleted.

0 comments on commit eec531e

Please sign in to comment.