Skip to content

Instantly share code, notes, and snippets.

@isaacs
Created August 7, 2012 18:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save isaacs/3288306 to your computer and use it in GitHub Desktop.
Save isaacs/3288306 to your computer and use it in GitHub Desktop.
2012.08.07, Version 0.8.6 (Stable)
This is the first release to include binary distributions for all
supported Unix operating systems (Linux, Darwin, and SunOS). To use
the binary distribution tarballs, you can unpack them directly into a
destination directory:
cd ~/node/ # or /usr/local if you're feeling brave
tar xzvf /path/to/binary.tar.gz --strip=1
This is an experimental feature. Please use it and provide feedback.
* npm: Upgrade to v1.1.47
* 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)
Source Code: http://nodejs.org/dist/v0.8.6/node-v0.8.6.tar.gz
Macintosh Installer (Universal): http://nodejs.org/dist/v0.8.6/node-v0.8.6.pkg
Windows Installer: http://nodejs.org/dist/v0.8.6/node-v0.8.6-x86.msi
Windows x64 Installer: http://nodejs.org/dist/v0.8.6/x64/node-v0.8.6-x64.msi
Windows x64 Files: http://nodejs.org/dist/v0.8.6/x64/
Linux 32-bit Binary Package: http://nodejs.org/dist/v0.8.6/node-v0.8.6-linux-x86.tar.gz
Linux 64-bit Binary Package: http://nodejs.org/dist/v0.8.6/node-v0.8.6-linux-x64.tar.gz
Solaris 32-bit Binary Package: http://nodejs.org/dist/v0.8.6/node-v0.8.6-sunos-x86.tar.gz
Solaris 64-bit Binary Package: http://nodejs.org/dist/v0.8.6/node-v0.8.6-sunos-x64.tar.gz
Other release files: http://nodejs.org/dist/v0.8.6/
Website: http://nodejs.org/docs/v0.8.6/
Documentation: http://nodejs.org/docs/v0.8.6/api/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment