2015-02-03 io.js v1.1.0 Release v1.1.0
authorChris Dickinson <christopher.s.dickinson@gmail.com>
Tue, 3 Feb 2015 22:13:21 +0000 (14:13 -0800)
committerChris Dickinson <christopher.s.dickinson@gmail.com>
Tue, 3 Feb 2015 22:13:21 +0000 (14:13 -0800)
commit662975159692104fb7fa6777e72cf0aea5173589
treef5dc614a4fea88d47980f6f3ae31a18e524fd293
parentdf48fafa92c4ff0caee54c2f7fa214073cbd787e
2015-02-03 io.js v1.1.0 Release

Notable changes:

* debug: fix v8 post-mortem debugging.
* crypto: publicEncrypt now supports password-protected private keys.
* crypto: ~30% speedup on hashing functions.
* errors
  - better formatting via util.inspect
  - more descriptive errors from fs. This necessitated a
    NODE_MODULE_VERSION bump.
  - more descriptive errors from http.setHeader
* dep updates:
  - npm: upgrade to 2.4.1
  - http-parser: rollback to 2.3.0
  - libuv: update to 1.3.0
  - v8: update to 4.1.0.14
* http.request: inherited properties on options are now respected
* add iterable interface to buffers.
* fs: fix fd leak on `fs.createReadStream`. See 497fd72 for details.
* installer: on Windows, emit WM_SETTINGCHANGE after install to make
  other running processes aware of the PATH changes.
* Added new collaborators:
  - Vladimir Kurchatkin (@vkurchatkin)
  - MicleuČ™anu Nicu (@micnic)
CHANGELOG.md
src/node_version.h