Skip to content

Commit

Permalink
2017-03-21, Version 4.8.1 'Argon' (LTS)
Browse files Browse the repository at this point in the history
    Notable Changes:

    * buffer:
      - The performance of `.toJSON()` is now up to 2859% faster on average
        (Brian White) nodejs/node#10895

    * IPC:
      - Batched writes have been enabled for process IPC on platforms that
        support Unix Domain Sockets. (Alexey Orlenko)
        nodejs/node#10677
      - Performance gains may be up to 40% for some workloads.

    * http:
      - Control characters are now always rejected when using
        `http.request()`. (Ben Noordhuis)
        nodejs/node#8923

    * node:
      - Heap statistics now support values larger than 4GB. (Ben Noordhuis)
        nodejs/node#10186

Signed-off-by: Ilkka Myller <ilkka.myller@nodefield.com>
  • Loading branch information
imyller committed Apr 20, 2017
1 parent f8e8975 commit 94a5dc6
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 @@ -8,7 +8,7 @@ OpenEmbedded layer for latest [Node.js](https://nodejs.org/ "Node.js") releases.
## Node.js releases

* ![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)
* ![LTS 4](https://img.shields.io/badge/Node.js%20LTS-4.8.1-blue.svg)
* ![End of life 0.12](https://img.shields.io/badge/Node.js%20End%20of%20Life-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.8.0.bb

This file was deleted.

9 changes: 9 additions & 0 deletions recipes-devtools/nodejs/nodejs_4.8.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] = "8a66d0eb189d911b308226a208e2f8c5"
SRC_URI[src.sha256sum] = "0cdc67fb2df091414447e2e1750b371be99a7b61c11ade0261ce5bab845e9dd1"

0 comments on commit 94a5dc6

Please sign in to comment.