Skip to content

Commit

Permalink
2016-11-08, Version 7.1.0 (Current)
Browse files Browse the repository at this point in the history
    Notable changes:

    * buffer: add buffer.transcode to transcode a buffer's content from one
      encoding to another primarily using ICU (James M Snell)
    * child_process: add public API for IPC channel (cjihrig)
    * icu
      * Upgraded to ICU 58 - small icu (Steven R. Loomis)
      * Add `cldr`, `tz`, and `unicode` to `process.versions` (Steven R. Loomis)
    * lib: make `String(global) === '[object global]'` (Anna Henningsen)
    * libuv: Upgraded to 1.10.0 (cjihrig)
    * readline: use icu based string width calculation (James M Snell)
    * src:
      * add NODE_PRESERVE_SYMLINKS environment variable that has the same
        effect as the `--preserve-symlinks` flag (Marc Udoff)
      * Fix `String#toLocaleUpperCase()` and `String#toLocaleLowerCase()`
        (Steven R. Loomis)

    PR-URL: nodejs/node#9438

Signed-off-by: Ilkka Myller <ilkka.myller@nodefield.com>
  • Loading branch information
imyller committed Nov 11, 2016
1 parent 45616ae commit 657ebcf
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 11 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 7](https://img.shields.io/badge/Node.js%20Current-7.0.0-green.svg)
* ![Current 7](https://img.shields.io/badge/Node.js%20Current-7.1.0-green.svg)
* ![LTS 6](https://img.shields.io/badge/Node.js%20LTS-6.9.1-blue.svg)
* ![LTS 4](https://img.shields.io/badge/Node.js%20LTS-4.6.2-blue.svg)
* ![Maintenance 0.12](https://img.shields.io/badge/Node.js%20Maintenance-0.12.17-lightgray.svg)
Expand Down
9 changes: 0 additions & 9 deletions recipes-devtools/nodejs/nodejs_7.0.0.bb

This file was deleted.

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

INC_PR = "r1"

LIC_FILES_CHKSUM = "file://LICENSE;md5=41a3a0ccf7f515cac3377389dd8faac8"

SRC_URI[src.md5sum] = "1db5df2cb025f9c70e83d9cf21c4266a"
SRC_URI[src.sha256sum] = "595e7e2a37d1e0573044a90077bb12c0f750e5d8851899ffa74038238da9a983"
2 changes: 1 addition & 1 deletion recipes-devtools/nodejs/nodejs_7.inc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ COMPATIBLE_MACHINE_armv4 = "(!.*armv4).*"
COMPATIBLE_MACHINE_mips64 = "(!.*mips64).*"

INC_PR = "r1"
PR = "${INC_PR}.0"
PR = "${INC_PR}.1"

PROVIDES = "node"
RPROVIDES_${PN} = "node"
Expand Down

0 comments on commit 657ebcf

Please sign in to comment.