Skip to content

Commit

Permalink
2016-09-14, Version 6.6.0 (Current)
Browse files Browse the repository at this point in the history
    Notable changes:

    * crypto: Added `crypto.timingSafeEqual()`. (not-an-aardvark)
    nodejs/node#8304
    * events: Made the "max event listeners" memory leak warning more
    accessible. (Anna Henningsen) nodejs/node#8298
    * promises: Unhandled rejections now emit a process warning after the
    first tick. (Benjamin Gruenbaum)
    nodejs/node#8223
    * repl: Added auto alignment for `.editor` mode. (Prince J Wesley)
    nodejs/node#8241
    * util: Some functionality has been added to `util.inspect()`:
    - Returning `this` from a custom inspect function now works. (Anna
    Henningsen) nodejs/node#8174
    - Added support for Symbol-based custom inspection methods. (Anna
    Henningsen) nodejs/node#8174

Signed-off-by: Ilkka Myller <ilkka.myller@nodefield.com>
  • Loading branch information
imyller committed Sep 15, 2016
1 parent b9bfb54 commit f31a04d
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 6](https://img.shields.io/badge/Node.js%20Current-6.5.0-green.svg)
* ![Current 6](https://img.shields.io/badge/Node.js%20Current-6.6.0-green.svg)
* ![LTS 4](https://img.shields.io/badge/Node.js%20LTS-4.5.0-blue.svg)
* ![Maintenance 0.12](https://img.shields.io/badge/Node.js%20Maintenance-0.12.15-lightgray.svg)
* ![Maintenance 0.10](https://img.shields.io/badge/Node.js%20Maintenance-0.10.46-lightgray.svg)
Expand Down
8 changes: 0 additions & 8 deletions recipes-devtools/nodejs/nodejs_6.5.0.bb

This file was deleted.

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

INC_PR = "r1"

LIC_FILES_CHKSUM = "file://LICENSE;md5=19eb7a3bddc44523bf96176c3da4b422"

SRC_URI[src.md5sum] = "91d9a60ffdfec6287d220a25b99b8e31"
SRC_URI[src.sha256sum] = "11b957de855a392ceaa8b300ec66236d6f9c6baa184837d00bdaba2da4aefe91"

0 comments on commit f31a04d

Please sign in to comment.