From 96fa035e2e8a140a3bf092ab0e6aaab8aee0cfd1 Mon Sep 17 00:00:00 2001 From: Ilkka Myller Date: Thu, 2 Mar 2017 20:45:25 +0000 Subject: [PATCH] 2017-01-03, Version 6.9.3 'Boron' (LTS) Release MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This LTS release comes with 312 commits. This includes 229 that are test related, 62 that are docs related, 17 which are build / tools related, and 4 commits which are updates to dependencies. Notable Changes: * build: - shared library support is now working for AIX builds (Stewart Addison) https://github.com/nodejs/node/pull/9675 * deps: - *npm*: upgrade npm to 3.10.10 (Rebecca Turner) https://github.com/nodejs/node/pull/9847 - *V8*: Destructuring of arrow function arguments via computed property no longer throws (Michaƫl Zasso) https://github.com/nodejs/node/pull/10386) * inspector: - /json/version returns object, not an object wrapped in an array (Ben Noordhuis) https://github.com/nodejs/node/pull/9762 * module: - using --debug-brk and --eval together now works as expected (Kelvin Jin) https://github.com/nodejs/node/pull/8876 * process: - improve performance of nextTick up to 20% (Evan Lucas) https://github.com/nodejs/node/pull/8932 * repl: - the division operator will no longer be accidentally parsed as regex (Teddy Katz) https://github.com/nodejs/node/pull/10103 - improved support for generator functions (Teddy Katz) https://github.com/nodejs/node/pull/9852 * timers: - Re canceling a cancelled timers will no longer throw (Jeremiah Senkpiel) https://github.com/nodejs/node/pull/9685 PR-URL: https://github.com/nodejs/node/pull/10394 Signed-off-by: Ilkka Myller --- README.md | 2 +- recipes-devtools/nodejs/nodejs_6.9.2.bb | 9 --------- recipes-devtools/nodejs/nodejs_6.9.3.bb | 9 +++++++++ 3 files changed, 10 insertions(+), 10 deletions(-) delete mode 100644 recipes-devtools/nodejs/nodejs_6.9.2.bb create mode 100644 recipes-devtools/nodejs/nodejs_6.9.3.bb diff --git a/README.md b/README.md index d7961e48..3b58bafc 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,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) - * ![LTS 6](https://img.shields.io/badge/Node.js%20LTS-6.9.2-blue.svg) + * ![LTS 6](https://img.shields.io/badge/Node.js%20LTS-6.9.3-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) * ![End of life 0.10](https://img.shields.io/badge/Node.js%20End%20of%20Life-0.10.48-lightgray.svg) diff --git a/recipes-devtools/nodejs/nodejs_6.9.2.bb b/recipes-devtools/nodejs/nodejs_6.9.2.bb deleted file mode 100644 index 9da49d6d..00000000 --- a/recipes-devtools/nodejs/nodejs_6.9.2.bb +++ /dev/null @@ -1,9 +0,0 @@ -require nodejs_6.inc -require nodejs_lts.inc - -INC_PR = "r1" - -LIC_FILES_CHKSUM = "file://LICENSE;md5=19eb7a3bddc44523bf96176c3da4b422" - -SRC_URI[src.md5sum] = "b9e6bd6eddb78f34becfa891d60071d8" -SRC_URI[src.sha256sum] = "997121460f3b4757907c2d7ff68ebdbf87af92b85bf2d07db5a7cb7aa5dae7d9" diff --git a/recipes-devtools/nodejs/nodejs_6.9.3.bb b/recipes-devtools/nodejs/nodejs_6.9.3.bb new file mode 100644 index 00000000..1cb21d8a --- /dev/null +++ b/recipes-devtools/nodejs/nodejs_6.9.3.bb @@ -0,0 +1,9 @@ +require nodejs_6.inc +require nodejs_lts.inc + +INC_PR = "r1" + +LIC_FILES_CHKSUM = "file://LICENSE;md5=19eb7a3bddc44523bf96176c3da4b422" + +SRC_URI[src.md5sum] = "f834f195c5fe7caea8d3989315519ceb" +SRC_URI[src.sha256sum] = "74b3a5c5419c674598376eefd435f472e9a36a3c27029b5fa64ba3037ed08fc9"