Skip to content

Commit

Permalink
2015-09-15 io.js v3.3.1 Release
Browse files Browse the repository at this point in the history
* buffer: Fixed a minor errors that was causing crashes (Michaël Zasso)
* child_process: Fix error that was causing crashes (Evan Lucas)
* crypto: Replace use of rwlocks, unsafe on Windows XP / 2003
  (Ben Noordhuis)
* libuv: Upgrade from 1.7.3 to 1.7.4 (Saúl Ibarra Corretgé)
* node: Fix faulty process.release.libUrl on Windows (Rod Vagg)
* node-gyp: Float v3.0.3 which has improved support for Node.js and
  io.js v0.10 to v4+ (Rod Vagg)
* npm: Upgrade to version 2.14.3 from 2.13.3, includes a security
  update, see https://github.com/npm/npm/releases/tag/v2.14.2 for more
  details, (Kat Marchán)
* timers: Improved timer performance from porting the 0.12
  implementation, plus minor fixes (Jeremiah Senkpiel),
  (Julien Gilli) nodejs/node-v0.x-archive#8751 nodejs/node-v0.x-archive#8905
  • Loading branch information
imyller committed Sep 17, 2015
1 parent c85673e commit 86ec95b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
7 changes: 0 additions & 7 deletions recipes/iojs/iojs_3.3.0.bb

This file was deleted.

7 changes: 7 additions & 0 deletions recipes/iojs/iojs_3.3.1.bb
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
require iojs3.inc

LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=a6c54279cbd792731a692d52c6fb9833"

SRC_URI[md5sum] = "25c14883bb4940e8cdb7e0bb632a77a5"
SRC_URI[sha256sum] = "b1ce0bb2ddb5d012bd9f22c787a4c74ce5d1546553086e40785be91489fee1d1"

0 comments on commit 86ec95b

Please sign in to comment.