diff options
author | isaacs <i@izs.me> | 2012-08-06 13:10:47 -0700 |
---|---|---|
committer | isaacs <i@izs.me> | 2012-08-07 11:56:58 -0700 |
commit | 0544a586ca6b6b900a42e164033dbf350765700a (patch) | |
tree | 2c760857201193bd5e570cc5846439b6deaa41d8 /AUTHORS | |
parent | f11a3dfcd63f80a6435dbf126faec77a01256326 (diff) | |
download | node-new-0544a586ca6b6b900a42e164033dbf350765700a.tar.gz |
2012.08.07, Version 0.8.6 (Stable)v0.8.6
* npm: Upgrade to v1.1.48
* Add 'make binary' to build binary tarballs for all Unixes (Nathan Rajlich)
* zlib: Emit 'close' on destroy(). (Dominic Tarr)
* child_process: Fix stdout=null when stdio=['pipe'] (Tyler Neylon)
* installer: prevent ETXTBSY errors (Ben Noordhuis)
* installer: honor --without-npm, default install path (Ben Noordhuis)
* net: make pause work with connecting sockets (Bert Belder)
* installer: fix cross-compile installs (Ben Noordhuis)
* net: fix .listen({fd:0}) (Ben Noordhuis)
* windows: map WSANO_DATA to UV_ENOENT (Bert Belder)
Diffstat (limited to 'AUTHORS')
-rw-r--r-- | AUTHORS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -353,3 +353,4 @@ Mike Morearty <mike@morearty.com> Peter Rybin <peter.rybin@gmail.com> Eugen Dueck <eugen@dueck.org> Gil Pedersen <git@gpost.dk> +Tyler Neylon <tylerneylon@gmail.com> |