Skip to content

Commit

Permalink
2017-03-28, Version 7.8.0 (Current)
Browse files Browse the repository at this point in the history
    Notable changes:

    * buffer:
      - do not segfault on out-of-range index (Timothy Gu)
        nodejs/node#11927
    * crypto:
      - Fix memory leak if certificate is revoked (Tom Atkinson)
        nodejs/node#12089
    * deps:
      * upgrade npm to 4.2.0 (Kat Marchán)
        nodejs/node#11389
      * fix async await desugaring in V8 (Michaël Zasso)
        nodejs/node#12004
    * readline:
      - add option to stop duplicates in history (Danny Nemer)
        nodejs/node#2982
    * src:
      - add native URL class (James M Snell)
        nodejs/node#11801

    PR-URL: nodejs/node#12104

Signed-off-by: Ilkka Myller <[email protected]>
  • Loading branch information
imyller committed Apr 20, 2017
1 parent dabd3a5 commit e0661dd
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.7.4-green.svg)
* ![Current 7](https://img.shields.io/badge/Node.js%20Current-7.8.0-green.svg)
* ![LTS 6](https://img.shields.io/badge/Node.js%20LTS-6.10.2-blue.svg)
* ![LTS 4](https://img.shields.io/badge/Node.js%20LTS-4.8.2-blue.svg)
* ![End of life 0.12](https://img.shields.io/badge/Node.js%20End%20of%20Life-0.12.18-lightgray.svg)
Expand Down
8 changes: 0 additions & 8 deletions recipes-devtools/nodejs/nodejs_7.7.4.bb

This file was deleted.

8 changes: 8 additions & 0 deletions recipes-devtools/nodejs/nodejs_7.8.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=d29463feca32ea5977af7b6c7d62c14a"

SRC_URI[src.md5sum] = "0c725bfe5663d99d69410437487cf11f"
SRC_URI[src.sha256sum] = "6aa2ab52763f33ce09b63e913f3caf67d9d4b1120c70b087b50155bd647b76da"

0 comments on commit e0661dd

Please sign in to comment.