mirror of https://github.com/lukechilds/node.git
isaacs
12 years ago
2 changed files with 82 additions and 0 deletions
@ -0,0 +1,79 @@ |
|||
category: release |
|||
version: v0.8.14 |
|||
date: Thu Oct 25 14:26:44 PDT 2012 |
|||
slug: node-v0.8.14 |
|||
title: Node v0.8.14 (Stable) |
|||
|
|||
Note: v0.8.13 contains a regression in the EventEmitter class. This |
|||
is a bugfix release, but contains no new features. Most of the |
|||
release notes are copied from v0.8.13, since it didn't live long. |
|||
|
|||
|
|||
2012.10.25, Version 0.8.14 (Stable) |
|||
|
|||
* events: Don't clobber pre-existing _events obj in EE ctor (isaacs) |
|||
|
|||
* V8: Upgrade to 3.11.10.25 |
|||
|
|||
* npm: Upgrade to 1.1.65 |
|||
|
|||
* url: parse hostnames that start with - or _ (Ben Noordhuis) |
|||
|
|||
* repl: Fix Windows 8 terminal issue (Bert Belder) |
|||
|
|||
* typed arrays: use signed char for signed int8s (Aaron Jacobs) |
|||
|
|||
* crypto: fix bugs in DiffieHellman (Ben Noordhuis) |
|||
|
|||
* configure: turn on VFPv3 on ARMv7 (Ben Noordhuis) |
|||
|
|||
* Re-enable OpenSSL UI for entering passphrases via tty (Ben Noordhuis) |
|||
|
|||
* repl: ensure each REPL instance gets its own "context" (Nathan Rajlich) |
|||
|
|||
|
|||
Source Code: http://nodejs.org/dist/v0.8.14/node-v0.8.14.tar.gz |
|||
|
|||
Macintosh Installer (Universal): http://nodejs.org/dist/v0.8.14/node-v0.8.14.pkg |
|||
|
|||
Windows Installer: http://nodejs.org/dist/v0.8.14/node-v0.8.14-x86.msi |
|||
|
|||
Windows x64 Installer: http://nodejs.org/dist/v0.8.14/x64/node-v0.8.14-x64.msi |
|||
|
|||
Windows x64 Files: http://nodejs.org/dist/v0.8.14/x64/ |
|||
|
|||
Linux 32-bit Binary: http://nodejs.org/dist/v0.8.14/node-v0.8.14-linux-x86.tar.gz |
|||
|
|||
Linux 64-bit Binary: http://nodejs.org/dist/v0.8.14/node-v0.8.14-linux-x64.tar.gz |
|||
|
|||
Solaris 32-bit Binary: http://nodejs.org/dist/v0.8.14/node-v0.8.14-sunos-x86.tar.gz |
|||
|
|||
Solaris 64-bit Binary: http://nodejs.org/dist/v0.8.14/node-v0.8.14-sunos-x64.tar.gz |
|||
|
|||
Other release files: http://nodejs.org/dist/v0.8.14/ |
|||
|
|||
Website: http://nodejs.org/docs/v0.8.14/ |
|||
|
|||
Documentation: http://nodejs.org/docs/v0.8.14/api/ |
|||
|
|||
Shasums: |
|||
|
|||
``` |
|||
da24261edde0b5c598c3bd6225ca1644cd641798 node-v0.8.13-x86.msi |
|||
519a0d5daa52eb3f412f5ea86779a1a7f3f73f3d node-v0.8.14-darwin-x64.tar.gz |
|||
93c38392cb07e5e7386503e8e8b1932dabcd3f09 node-v0.8.14-darwin-x86.tar.gz |
|||
f737747a3c2b62c5e059d866ea27f2f050a12e0a node-v0.8.14-linux-x64.tar.gz |
|||
cd9db5907cf0796b5277954cb994789a9815f72c node-v0.8.14-linux-x86.tar.gz |
|||
b6e1c21c2bc9543255bda936bb7206490085dd6b node-v0.8.14-sunos-x64.tar.gz |
|||
c16a01e116fda023db9b1cd14f8e9520d39cf2c7 node-v0.8.14-sunos-x86.tar.gz |
|||
47a1186004f6ce5e25a8555429d72b15519bc7f1 node-v0.8.14.tar.gz |
|||
dbfee332c34ecf963e14f94fb494994cb2a50ecd node.exe |
|||
e0d51708701e00689b6ca4d3427ba8e6161714b4 node.exp |
|||
5418baf0b0199a38fdf867c695d4e96306ac05b0 node.lib |
|||
2a65df5da1c86901d120812a002647cb6a114c05 node.pdb |
|||
8df2cc066f6cee53deb43eba92a3a1bfd30e9ae7 x64/node-v0.8.14-x64.msi |
|||
84f44295f9ed0f09ee80fd85b3ad1e0c93212795 x64/node.exe |
|||
b20a8aa61f386166c9ce1b51bb14d97eefd39090 x64/node.exp |
|||
dd254fab57148ad6315d87fd6c8ef6ef45baae35 x64/node.lib |
|||
c4ad89d4d71d82f20c7ce620319ad35aca7e56ad x64/node.pdb |
|||
``` |
Loading…
Reference in new issue