From a17b83ff457501e6652f06a5ef144bbeae9cf84f Mon Sep 17 00:00:00 2001 From: Ilkka Myller Date: Thu, 2 Mar 2017 20:53:45 +0000 Subject: [PATCH] 2017-01-04, Version 7.4.0 (Current) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Notable changes: * buffer: - Improve performance of Buffer allocation by ~11% (Brian White) https://github.com/nodejs/node/pull/10443 - Improve performance of Buffer.from() by ~50% (Brian White) https://github.com/nodejs/node/pull/10443 * events: Improve performance of EventEmitter.once() by ~27% (Brian White) https://github.com/nodejs/node/pull/10445 * fs: Allow passing Uint8Array to fs methods where Buffers are supported. (Anna Henningsen) https://github.com/nodejs/node/pull/10382 * http: Improve performance of http server by ~7% (Brian White) https://github.com/nodejs/node/pull/6533 * npm: Upgrade to v4.0.5 (Kat Marchán) https://github.com/nodejs/node/pull/10330 PR-URL: https://github.com/nodejs/node/pull/10589 Signed-off-by: Ilkka Myller --- README.md | 2 +- recipes-devtools/nodejs/nodejs_7.3.0.bb | 8 -------- recipes-devtools/nodejs/nodejs_7.4.0.bb | 8 ++++++++ 3 files changed, 9 insertions(+), 9 deletions(-) delete mode 100644 recipes-devtools/nodejs/nodejs_7.3.0.bb create mode 100644 recipes-devtools/nodejs/nodejs_7.4.0.bb diff --git a/README.md b/README.md index 86a36263..cda8dedd 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.3.0-green.svg) + * ![Current 7](https://img.shields.io/badge/Node.js%20Current-7.4.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.3.0.bb b/recipes-devtools/nodejs/nodejs_7.3.0.bb deleted file mode 100644 index 072f6198..00000000 --- a/recipes-devtools/nodejs/nodejs_7.3.0.bb +++ /dev/null @@ -1,8 +0,0 @@ -require nodejs_7.inc - -INC_PR = "r1" - -LIC_FILES_CHKSUM = "file://LICENSE;md5=41a3a0ccf7f515cac3377389dd8faac8" - -SRC_URI[src.md5sum] = "16f516a8433cd1d87ea8898b090432e7" -SRC_URI[src.sha256sum] = "5ba8a26e5341ec738ee6f1aacdd82be4002aef64716d069e060d901ade13c5b0" diff --git a/recipes-devtools/nodejs/nodejs_7.4.0.bb b/recipes-devtools/nodejs/nodejs_7.4.0.bb new file mode 100644 index 00000000..a6fc2e8a --- /dev/null +++ b/recipes-devtools/nodejs/nodejs_7.4.0.bb @@ -0,0 +1,8 @@ +require nodejs_7.inc + +INC_PR = "r1" + +LIC_FILES_CHKSUM = "file://LICENSE;md5=41a3a0ccf7f515cac3377389dd8faac8" + +SRC_URI[src.md5sum] = "9732aba61759bc97d2bb2e7d82453f83" +SRC_URI[src.sha256sum] = "69b76c86e6fc9914fa136089d8c28a4828c14aa8792cbdf946090a5a2afd25b6"