← Page 3

Page 5 →

Thu, 07 Mar 2013 00:16:34 UTC - release

2013.03.07, Version 0.8.22 (Stable)

  • npm: Update to 1.2.14

  • cluster: propagate bind errors (Ben Noordhuis)

  • crypto: don't assert when calling Cipher#final() twice (Ben Noordhuis)

  • build, windows: disable SEH (Ben Noordhuis)

Source Code: http://nodejs.org/dist/v0.8.22/node-v0.8.22.tar.gz

Macintosh Installer (Universal): http://nodejs.org/dist/v0.8.22/node-v0.8.22.pkg

Windows Installer: http://nodejs.org/dist/v0.8.22/node-v0.8.22-x86.msi

Windows x64 Installer: http://nodejs.org/dist/v0.8.22/x64/node-v0.8.22-x64.msi

Windows x64 Files: http://nodejs.org/dist/v0.8.22/x64/

Linux 32-bit Binary: http://nodejs.org/dist/v0.8.22/node-v0.8.22-linux-x86.tar.gz

Linux 64-bit Binary: http://nodejs.org/dist/v0.8.22/node-v0.8.22-linux-x64.tar.gz

Solaris 32-bit Binary: http://nodejs.org/dist/v0.8.22/node-v0.8.22-sunos-x86.tar.gz

Solaris 64-bit Binary: http://nodejs.org/dist/v0.8.22/node-v0.8.22-sunos-x64.tar.gz

Other release files: http://nodejs.org/dist/v0.8.22/

Website: http://nodejs.org/docs/v0.8.22/

Documentation: http://nodejs.org/docs/v0.8.22/api/

Shasums:

c536e71f028213e1dd195f6c143c43d4d92b3fda  node-v0.8.22-darwin-x64.tar.gz
c3993a424034022a675c8822a44402d1a04567d3  node-v0.8.22-darwin-x86.tar.gz
fb2cd76139f258ff73980b2940c23e3d05ec7fc3  node-v0.8.22-linux-x64.tar.gz
540154b5be3a5c378b9c6b5b955942eede604e22  node-v0.8.22-linux-x86.tar.gz
607943d795c9e4e421e0d2b9b887f81057535f72  node-v0.8.22-sunos-x64.tar.gz
518a6d6e1cc03ef5c25f408f3a6f7b2ba0e27750  node-v0.8.22-sunos-x86.tar.gz
7eae67719868fe45d016a04a031bf3e95bd3b05e  node-v0.8.22-x86.msi
efe68fecb78059b990e03970eaf8df7eb690d662  node-v0.8.22.pkg
1b7e65da70e2b3c2feacb1b13f673dfe43beb381  node-v0.8.22.tar.gz
190ead83110217ab9e6c52e6ac08bac8a305d6b3  node.exe
7e5b75cbe0af651a4200e0fa4a1429466a97df0a  node.exp
35b92f30e337696ef7c34206a5a808cc4a9d0184  node.lib
29ced022452a877255aaa0bc395f031b12aa695e  node.pdb
a4251271f65e3b210426dfa44cfbbc39b79b1efc  x64/node-v0.8.22-x64.msi
93f9106d855e9b6269a392cfcbd8aca2c7403293  x64/node.exe
95b77dd57b652d7f11fc8de7bb742fc48ee0223c  x64/node.exp
03499f2f1d163821927a11ff633ac9a25737910e  x64/node.lib
405108c20af639582116ef15cb759791298ba4b9  x64/node.pdb

Wed, 06 Mar 2013 21:51:00 UTC - release

As of this release, Node v0.9 is finally performing faster than v0.8 on HTTP, file system, and TLS benchmarks.

Unless there are serious problems found, v0.10.0 will be released on Monday, 2013.03.11, along with more details about the benchmark results and the plans for what comes next.

Please consider this a v0.10 Release Candidate. Use it in your programs. It is as stable as 0.9 is going to get.


2013.03.06, Version 0.9.12 (Unstable)

  • stream: Allow strings in Readable.push/unshift (isaacs)

  • stream: Remove bufferSize option (isaacs)

  • stream: Increase highWaterMark on large reads (isaacs)

  • stream: _write: takes an encoding argument (isaacs)

  • stream: _transform: remove output() method, provide encoding (isaacs)

  • stream: Don't require read(0) to emit 'readable' event (isaacs)

  • node: Add --throw-deprecation (isaacs)

  • http: fix multiple timeout events (Eugene Girshov)

  • http: More useful setTimeout API on server (isaacs)

  • net: use close callback, not process.nextTick (Ben Noordhuis)

  • net: Provide better error when writing after FIN (isaacs)

  • dns: Support NAPTR queries (Pavel Lang)

  • dns: fix ReferenceError in resolve() error path (Xidorn Quan)

  • child_process: handle ENOENT correctly on Windows (Scott Blomquist)

  • cluster: Rename destroy() to kill(signal=SIGTERM) (isaacs)

  • build: define nightly tag external to build system (Timothy J Fontaine)

  • build: make msi build work when spaces are present in the path (Bert Belder)

  • build: fix msi build issue with WiX 3.7/3.8 (Raymond Feng)

  • repl: make compatible with domains (Dave Olszewski)

  • events: Code cleanup and performance improvements (Trevor Norris)

Source Code: http://nodejs.org/dist/v0.9.12/node-v0.9.12.tar.gz

Macintosh Installer (Universal): http://nodejs.org/dist/v0.9.12/node-v0.9.12.pkg

Windows Installer: http://nodejs.org/dist/v0.9.12/node-v0.9.12-x86.msi

Windows x64 Installer: http://nodejs.org/dist/v0.9.12/x64/node-v0.9.12-x64.msi

Windows x64 Files: http://nodejs.org/dist/v0.9.12/x64/

Linux 32-bit Binary: http://nodejs.org/dist/v0.9.12/node-v0.9.12-linux-x86.tar.gz

Linux 64-bit Binary: http://nodejs.org/dist/v0.9.12/node-v0.9.12-linux-x64.tar.gz

Solaris 32-bit Binary: http://nodejs.org/dist/v0.9.12/node-v0.9.12-sunos-x86.tar.gz

Solaris 64-bit Binary: http://nodejs.org/dist/v0.9.12/node-v0.9.12-sunos-x64.tar.gz

Other release files: http://nodejs.org/dist/v0.9.12/

Website: http://nodejs.org/docs/v0.9.12/

Documentation: http://nodejs.org/docs/v0.9.12/api/

Shasums:

caa171a35f7eb36fd585f4e16dbf1c60f9d056af  node-v0.9.12-darwin-x64.tar.gz
ffd98e60cdb630c4239c3d94e89b5ba84fb8d234  node-v0.9.12-darwin-x86.tar.gz
85c008721b33872085c3af6253b6e92a6587a467  node-v0.9.12-linux-x64.tar.gz
cc3d50b8ba0474f1907959aae5dfa5e64801bc6b  node-v0.9.12-linux-x86.tar.gz
bcedc7c18f9984ea8873752672a09622e56008e1  node-v0.9.12-sunos-x64.tar.gz
4a7e2baf41fc994044c204a9c90eb894b60ee4c3  node-v0.9.12-sunos-x86.tar.gz
0f7c4f600768736c0e7107e7da33a748a4e2d61e  node-v0.9.12-x86.msi
a9e610225a6cad24923a7242eba97ab1577f3886  node-v0.9.12.pkg
2353d3e5c6518f75202b74236fa9d8eeecd26ca3  node-v0.9.12.tar.gz
9be76f46fbfc66a84fbd02210b6422f14d5dd7eb  node.exe
1f528fdf910036bb791fc6031e2dc9aff300f7eb  node.exp
6aec59165f64fea2e89b6ec4ddbf55ab630b318f  node.lib
fd575f13dc714fdeb64f814e67db9ef5d142e7f8  node.pdb
442dae32457159a579eb44da12c7c5f182c1ae4c  x64/node-v0.9.12-x64.msi
8dc7f6fec9172a5e606ca1b6b3520178313caa29  x64/node.exe
f441fb3807930ee658a105db97ec61a2b5e331d4  x64/node.exp
f8b3880e5fa00151343bf0000f324ea9e96155a7  x64/node.lib
7adb54566301d39866e93506ffc9391870f9c644  x64/node.pdb

Fri, 01 Mar 2013 19:17:40 UTC - release

2013.03.01, Version 0.9.11 (Unstable)

  • V8: downgrade 3.14.5

  • openssl: update to 1.0.1e

  • darwin: Make process.title work properly (Ben Noordhuis)

  • fs: Support mode/flag options to read/append/writeFile (isaacs)

  • stream: _read() no longer takes a callback (isaacs)

  • stream: Add stream.unshift(chunk) (isaacs)

  • stream: remove lowWaterMark feature (isaacs)

  • net: omit superfluous 'connect' event (Ben Noordhuis)

  • build, windows: disable SEH (Ben Noordhuis)

  • core: remove errno global (Ben Noordhuis)

  • core: Remove the nextTick for running the main file (isaacs)

  • core: Mark exit() calls with status codes (isaacs)

  • core: Fix debug signal handler race condition lock (isaacs)

  • crypto: clear error stack (Ben Noordhuis)

  • test: optionally set common.PORT via env variable (Timothy J Fontaine)

  • path: Throw TypeError on non-string args to path.resolve/join (isaacs, Arianit Uka)

  • crypto: fix uninitialized memory access in openssl (Ben Noordhuis)

Source Code: http://nodejs.org/dist/v0.9.11/node-v0.9.11.tar.gz

Macintosh Installer (Universal): http://nodejs.org/dist/v0.9.11/node-v0.9.11.pkg

Windows Installer: http://nodejs.org/dist/v0.9.11/node-v0.9.11-x86.msi

Windows x64 Installer: http://nodejs.org/dist/v0.9.11/x64/node-v0.9.11-x64.msi

Windows x64 Files: http://nodejs.org/dist/v0.9.11/x64/

Linux 32-bit Binary: http://nodejs.org/dist/v0.9.11/node-v0.9.11-linux-x86.tar.gz

Linux 64-bit Binary: http://nodejs.org/dist/v0.9.11/node-v0.9.11-linux-x64.tar.gz

Solaris 32-bit Binary: http://nodejs.org/dist/v0.9.11/node-v0.9.11-sunos-x86.tar.gz

Solaris 64-bit Binary: http://nodejs.org/dist/v0.9.11/node-v0.9.11-sunos-x64.tar.gz

Other release files: http://nodejs.org/dist/v0.9.11/

Website: http://nodejs.org/docs/v0.9.11/

Documentation: http://nodejs.org/docs/v0.9.11/api/

Shasums:

2e11c53449523642f1b3f2cad9726d032ebf0a1b  node-v0.9.11-darwin-x64.tar.gz
6a8c18185d67ff50979a143b9e100d56b35aedde  node-v0.9.11-darwin-x86.tar.gz
16a95dfc6974ba3562801d9f7bb9e2fa0c001d32  node-v0.9.11-linux-x64.tar.gz
4711aae106edf9a2bf9f644b08db1b608e9829c1  node-v0.9.11-linux-x86.tar.gz
897c21d0fc59faebbdf515e0dfee27551386c4af  node-v0.9.11-sunos-x64.tar.gz
09c2b469ef984237bbd606d78f523d1c8b92e680  node-v0.9.11-sunos-x86.tar.gz
81627efd5c591f636147100e2e95bbbb17fd0290  node-v0.9.11-x86.msi
a0e91028c7fd091db1667ccf9dba6216ee321e98  node-v0.9.11.pkg
66370601eb824305b12c7f3e5b2a5e8ca94f1209  node-v0.9.11.tar.gz
db08f56a8258dd8a6a525595a023ad9eb72603e6  node.exe
759fe57cbceeee5820c7de176b6ef8c2a5af7fab  node.exp
299f0f8aebbc755b37fc6b40e463cb455a5bb1c6  node.lib
f12b3dc557ae16834ae3a793d768e251d1ba5db3  node.pdb
807520a39d6f7518e53da796fa1ca62316219146  x64/node-v0.9.11-x64.msi
e27a6adc077629ae9a367b4a5cb7fb31853863d3  x64/node.exe
fdcf8ccea3b2c5e3f4f99fa606715e1e27a96acc  x64/node.exp
fa0db53aac8d97bab3566c7d80fceb8e148c6d0d  x64/node.lib
e24cf62376b8439ae40b84d37c55ab23fbad4e47  x64/node.pdb

Mon, 25 Feb 2013 21:48:51 UTC - release

2013.02.25, Version 0.8.21 (Stable)

  • http: Do not free the wrong parser on socket close (isaacs)

  • http: Handle hangup writes more gently (isaacs)

  • zlib: fix assert on bad input (Ben Noordhuis)

  • test: add TAP output to the test runner (Timothy J Fontaine)

  • unix: Handle EINPROGRESS from domain sockets (Ben Noordhuis)

Source Code: http://nodejs.org/dist/v0.8.21/node-v0.8.21.tar.gz

Macintosh Installer (Universal): http://nodejs.org/dist/v0.8.21/node-v0.8.21.pkg

Windows Installer: http://nodejs.org/dist/v0.8.21/node-v0.8.21-x86.msi

Windows x64 Installer: http://nodejs.org/dist/v0.8.21/x64/node-v0.8.21-x64.msi

Windows x64 Files: http://nodejs.org/dist/v0.8.21/x64/

Linux 32-bit Binary: http://nodejs.org/dist/v0.8.21/node-v0.8.21-linux-x86.tar.gz

Linux 64-bit Binary: http://nodejs.org/dist/v0.8.21/node-v0.8.21-linux-x64.tar.gz

Solaris 32-bit Binary: http://nodejs.org/dist/v0.8.21/node-v0.8.21-sunos-x86.tar.gz

Solaris 64-bit Binary: http://nodejs.org/dist/v0.8.21/node-v0.8.21-sunos-x64.tar.gz

Other release files: http://nodejs.org/dist/v0.8.21/

Website: http://nodejs.org/docs/v0.8.21/

Documentation: http://nodejs.org/docs/v0.8.21/api/

Shasums:

383b9009a587b7390a5a00cef4ece441fb16dd82  node-v0.8.21-darwin-x64.tar.gz
47654ca8ecc93c846e6f7493a19931b99d5e4b87  node-v0.8.21-darwin-x86.tar.gz
46d66f3b95f447811e9253d66050859b4bb81ea0  node-v0.8.21-linux-x64.tar.gz
1f16e50dacd5e942970c28be1e578e6260a116c4  node-v0.8.21-linux-x86.tar.gz
b24b5e0acc53f004122c0cb2df775c4493b1e048  node-v0.8.21-sunos-x64.tar.gz
54ca0c94dff35e941fe90d10755427a15d6519ae  node-v0.8.21-sunos-x86.tar.gz
38c5855c1ebd70fde111d50343a163a03cff9765  node-v0.8.21-x86.msi
60cd1fb8f43943bd3ed7c07745df1b3e81bafc13  node-v0.8.21.pkg
8b75377eafb5e77d6dff141c9533202d5a589ce4  node-v0.8.21.tar.gz
c310779c80d21be7556ec0921d5afca8f64792eb  node.exe
61b98f9dfbe70184788b6f010ce7667c9cba0fdc  node.exp
78c37ac837bbb8fefd691e351b3c20f136b212ee  node.lib
40cc197db5c9fc4ded4509b5ae21bc53d178998e  node.pdb
ec29a824e51308349f7895c010469f8e59939094  x64/node-v0.8.21-x64.msi
e4c5563c38a01dac1a97f6366175d1fef86da262  x64/node.exe
8e51783d5e03148f01db8386102e4ffc4e30deda  x64/node.exp
a6017052052bb469a50327b4f40c990c25da0932  x64/node.lib
fb8d24e5208b14d35997bc3b46e325316e6ad94d  x64/node.pdb

Shasums:

62cd69928ce2da9e8512b3efb96aba353ee54a91  node-v0.8.21-darwin-x64.tar.gz
62cf9b990f8e424e7fdb1d50a46d779e4d508b23  node-v0.8.21-darwin-x86.tar.gz
83e92aec4f4a0167e7c5b3ef04388fc33712d97b  node-v0.8.21-linux-x64.tar.gz
83a8aa10dafa196b372958d1052f61fe1c16c2a4  node-v0.8.21-linux-x86.tar.gz
588830b0d095c0ef3583d9f7f574426f5b456e2e  node-v0.8.21-sunos-x64.tar.gz
e4eff5914432da3cf12a833aaa0444693671cca1  node-v0.8.21-sunos-x86.tar.gz
8146b2254caa814157aa511075dcf7b42d0ecb59  node-v0.8.21-x86.msi
60cd1fb8f43943bd3ed7c07745df1b3e81bafc13  node-v0.8.21.pkg
65ab7307f1aee12be4c88e396e2510967a52b1c6  node-v0.8.21.tar.gz
5d770ad554ee4a73278b2d90029e758e0a676074  node.exe
17514f32c57c64bd0d367c71ed0e6dc399fc9e12  node.exp
9404eff8562dfb0a6e0e72167278ac6131be5d3a  node.lib
94908174f715d2707d48e6d53a1f96f33059f56c  node.pdb
36750abf56120a63d9fa9b2b75bdc98dfac051f7  x64/node-v0.8.21-x64.msi
b61b9620e936bc9c19043a02625aed9922aeb653  x64/node.exe
21a0e855e652e7fbe84e7efc1f7a3542fa870372  x64/node.exp
f9d017c07030599e3442a958020381a37402dc81  x64/node.lib
3b35fbac0962aaff46bdd2f06412dcb1f80b9895  x64/node.pdb

← Page 3

Page 5 →