Skip to content

Commit

Permalink
2016-10-19, Version 6.9.1 'Boron' (LTS) Release
Browse files Browse the repository at this point in the history
    Notable changes:

    * streams: Fix a regression introduced in v6.8.0 in readable stream
    that caused unpipe to remove the wrong stream (Anna Henningsen)

Signed-off-by: Ilkka Myller <[email protected]>
  • Loading branch information
imyller committed Oct 20, 2016
1 parent 17f2863 commit 1d1fedd
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.9.0-green.svg)
* ![Current 6](https://img.shields.io/badge/Node.js%20Current-6.9.1-green.svg)
* ![LTS 4](https://img.shields.io/badge/Node.js%20LTS-4.6.1-blue.svg)
* ![Maintenance 0.12](https://img.shields.io/badge/Node.js%20Maintenance-0.12.17-lightgray.svg)
* ![Maintenance 0.10](https://img.shields.io/badge/Node.js%20Maintenance-0.10.48-lightgray.svg)
Expand Down
8 changes: 0 additions & 8 deletions recipes-devtools/nodejs/nodejs_6.9.0.bb

This file was deleted.

8 changes: 8 additions & 0 deletions recipes-devtools/nodejs/nodejs_6.9.1.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] = "0d3117846c6704b36108fcdbf30e03c1"
SRC_URI[src.sha256sum] = "a98997ca3a4d10751f0ebe97839b2308a31ae884b4203cda0c99cf36bc7fe3bf"

0 comments on commit 1d1fedd

Please sign in to comment.