Skip to content

Commit

Permalink
2017-01-03, Version 4.7.1 'Argon' (LTS)
Browse files Browse the repository at this point in the history
    This LTS release comes with 180 commits. This includes 117 which are
    test related, 34 which are doc related, 15 which are build / tool
    related, and 1 commit which is an update to dependencies.

    Notable Changes:

    * build:
      - shared library support is now working for AIX builds
        (Stewart Addison) nodejs/node#9675
    * repl:
      - Passing options to the repl will no longer overwrite defaults
        (cjihrig) nodejs/node#7826
    * timers:
      - Re canceling a cancelled timers will no longer throw
        (Jeremiah Senkpiel) nodejs/node#9685

    PR-URL: nodejs/node#10395

Signed-off-by: Ilkka Myller <ilkka.myller@nodefield.com>
  • Loading branch information
imyller committed Mar 2, 2017
1 parent 3c2d7b6 commit 774acef
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ OpenEmbedded layer for latest [Node.js](https://nodejs.org/ "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 4](https://img.shields.io/badge/Node.js%20LTS-4.7.0-blue.svg)
* ![LTS 4](https://img.shields.io/badge/Node.js%20LTS-4.7.1-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)
* ![End of life 0.8](https://img.shields.io/badge/Node.js%20End%20of%20Life-0.8.28-lightgrey.svg)
Expand Down
9 changes: 0 additions & 9 deletions recipes-devtools/nodejs/nodejs_4.7.0.bb

This file was deleted.

9 changes: 9 additions & 0 deletions recipes-devtools/nodejs/nodejs_4.7.1.bb
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
require nodejs_4.inc
require nodejs_iojs.inc

INC_PR = "r1"

LIC_FILES_CHKSUM = "file://LICENSE;md5=f45e9ffb97e64da46d14f462d34a039f"

SRC_URI[src.md5sum] = "635d932ea96b3150771fffab23ad8278"
SRC_URI[src.sha256sum] = "9c0472b8faf03758b6ff86e4a05d03e399b94b6b83c6c0847e5eaedb448a1c49"

0 comments on commit 774acef

Please sign in to comment.