2012.06.19, Version 0.7.12 (unstable)
This is the last release on the 0.7 branch. Version 0.8.0 will be released some time later this week, barring any major problems.
As with other even-numbered Node releases before it, the v0.8.x releases will maintain API and binary compatibility.
The major changes between v0.6 and v0.8 are detailed in https://github.com/joyent/node/wiki/API-changes-between-v0.6-and-v0.8
Please try out this release. There will be very virtually no changes between this and the v0.8.x release family. This is the last chance to comment before it is locked down for stability. The API is effectively frozen now.
This version adds backwards-compatible shims for binary addons that use libeio and libev directly. If you find that binary modules that could compile on v0.6 can not compile on this version, please let us know. Note that libev is officially deprecated in v0.8, and will be removed in v0.9. You should be porting your modules to use libuv as soon as possible.
V8 is on 3.11.10 currently, and will remain on the V8 3.11.x branch for the duration of Node v0.8.x.
npm: Upgrade to 1.1.30
- Improved 'npm init'
- Fix the 'cb never called' error from 'oudated' and 'update'
- Add --save-bundle|-B config
- Fix isaacs/npm#2465: Make npm script and windows shims cygwin-aware
- Fix isaacs/npm#2452 Use --save(-dev|-optional) in npm rm
- logstream
option to replace removed logfd
(Rod Vagg)
- Read default descriptions from README.md files
Shims to support deprecated ev_*
and eio_*
methods (Ben Noordhuis)
#3118 net.Socket: Delay pause/resume until after connect (isaacs)
#3465 Add ./configure --no-ifaddrs flag (isaacs)
child_process: add .stdin stream to forks (Fedor Indutny)
build: fix make install DESTDIR=/path
(Ben Noordhuis)
tls: fix off-by-one error in renegotiation check (Ben Noordhuis)
crypto: Fix diffie-hellman key generation UTF-8 errors (Fedor Indutny)
node: change the constructor name of process from EventEmitter to process (Andreas Madsen)
net: Prevent property access throws during close (Reid Burke)
querystring: improved speed and code cleanup (Felix Böhm)
sunos: fix assertion errors breaking fs.watch() (Fedor Indutny)
unix: stat: detect sub-second changes (Ben Noordhuis)
add stat() based file watcher (Ben Noordhuis)
Source Code: http://nodejs.org/dist/v0.7.12/node-v0.7.12.tar.gz
Macintosh Installer (Universal): http://nodejs.org/dist/v0.7.12/node-v0.7.12.pkg
Windows Installer: http://nodejs.org/dist/v0.7.12/node-v0.7.12-x86.msi
Windows x64 Installer: http://nodejs.org/dist/v0.7.12/x64/node-v0.7.12-x64.msi
Windows x64 Files: http://nodejs.org/dist/v0.7.12/x64/
Other release files: http://nodejs.org/dist/v0.7.12/
Website: http://nodejs.org/docs/v0.7.12/
Documentation: http://nodejs.org/docs/v0.7.12/api/