From 825752868812ae1acf8b6236b86d19f89f863b26 Mon Sep 17 00:00:00 2001 From: Ilkka Myller Date: Thu, 2 Mar 2017 20:58:35 +0000 Subject: [PATCH] 2017-02-28, Version 7.7.0 (Current) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Notables changes: * child_process: spawnSync() exit code now is null when the child is killed via signal (cjihrig) [#11288](https://github.com/nodejs/node/pull/11288) * http: new functions to access the headers for an outgoing HTTP message (Brian White) [#11562](https://github.com/nodejs/node/pull/11562) * lib: deprecate node --debug at runtime (Josh Gavant) [#11275](https://github.com/nodejs/node/pull/11275) * tls: new tls.TLSSocket() supports sec ctx options (Sam Roberts) [#11005](https://github.com/nodejs/node/pull/11005) * url: adding URL.prototype.toJSON support (Michaƫl Zasso) [#11236](https://github.com/nodejs/node/pull/11236) * doc: items in the API documentation may now have changelogs (Anna Henningsen) [#11489](https://github.com/nodejs/node/pull/11489) * crypto: adding support for OPENSSL_CONF again (Sam Roberts) [#11006](https://github.com/nodejs/node/pull/11006) * src: adding support for trace-event tracing (misterpoe) [#11106](https://github.com/nodejs/node/pull/11106) PR-URL: https://github.com/nodejs/node/pull/11553 Signed-off-by: Ilkka Myller --- README.md | 2 +- recipes-devtools/nodejs/nodejs_7.6.0.bb | 8 -------- recipes-devtools/nodejs/nodejs_7.7.0.bb | 8 ++++++++ 3 files changed, 9 insertions(+), 9 deletions(-) delete mode 100644 recipes-devtools/nodejs/nodejs_7.6.0.bb create mode 100644 recipes-devtools/nodejs/nodejs_7.7.0.bb diff --git a/README.md b/README.md index 9448838f..6db89df1 100644 --- a/README.md +++ b/README.md @@ -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.6.0-green.svg) + * ![Current 7](https://img.shields.io/badge/Node.js%20Current-7.7.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) diff --git a/recipes-devtools/nodejs/nodejs_7.6.0.bb b/recipes-devtools/nodejs/nodejs_7.6.0.bb deleted file mode 100644 index d8092779..00000000 --- a/recipes-devtools/nodejs/nodejs_7.6.0.bb +++ /dev/null @@ -1,8 +0,0 @@ -require nodejs_7.inc - -INC_PR = "r1" - -LIC_FILES_CHKSUM = "file://LICENSE;md5=d29463feca32ea5977af7b6c7d62c14a" - -SRC_URI[src.md5sum] = "3de98b48d1836155aed0bf50503b97fb" -SRC_URI[src.sha256sum] = "809e80265e332fe1a8268e5a73eb219c356810fe86c69fd2d931c52e07211970" diff --git a/recipes-devtools/nodejs/nodejs_7.7.0.bb b/recipes-devtools/nodejs/nodejs_7.7.0.bb new file mode 100644 index 00000000..9c8a2e67 --- /dev/null +++ b/recipes-devtools/nodejs/nodejs_7.7.0.bb @@ -0,0 +1,8 @@ +require nodejs_7.inc + +INC_PR = "r1" + +LIC_FILES_CHKSUM = "file://LICENSE;md5=d29463feca32ea5977af7b6c7d62c14a" + +SRC_URI[src.md5sum] = "5714e2c9b25b9eb4d893ba270106084d" +SRC_URI[src.sha256sum] = "6716b933ff69f23399e743fd34e08352cd265e559caec5f06ee04b9222721efe"