forked from nodejs/node
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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)
- Loading branch information
1 parent
df48faf
commit 6629751
Showing
2 changed files
with
101 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters