mirror of https://github.com/lukechilds/node.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
72 lines
2.1 KiB
72 lines
2.1 KiB
12 years ago
|
category: release
|
||
|
date: 2012-07-19T17:09:26.413Z
|
||
|
version: 0.8.3
|
||
|
title: Version 0.8.3 (Stable)
|
||
|
slug: node-v0-8-3-stable
|
||
|
|
||
|
2012.07.19, Version 0.8.3 (Stable)
|
||
|
|
||
|
* V8: upgrade to 3.11.10.15
|
||
|
|
||
|
* npm: Upgrade to 1.1.43
|
||
|
|
||
|
* net: fix net.Server.listen({fd:x}) error reporting (Ben Noordhuis)
|
||
|
|
||
|
* net: fix bogus errno reporting (Ben Noordhuis)
|
||
|
|
||
|
* build: Move npm shebang logic into an npm script (isaacs)
|
||
|
|
||
|
* build: fix add-on loading on freebsd (Ben Noordhuis)
|
||
|
|
||
|
* build: disable unsafe optimizations (Ben Noordhuis)
|
||
|
|
||
|
* build: fix spurious mksnapshot crashes for good (Ben Noordhuis)
|
||
|
|
||
|
* build: speed up genv8constants (Dave Pacheco)
|
||
|
|
||
|
* fs: make unwatchFile() remove a specific listener (Ben Noordhuis)
|
||
|
|
||
|
* domain: Remove first arg from intercepted fn (Toshihiro Nakamura)
|
||
|
|
||
|
* domain: Fix memory leak on error (isaacs)
|
||
|
|
||
|
* events: Fix memory leak from removeAllListeners (Nathan Rajlich)
|
||
|
|
||
|
* zlib: Fix memory leak in Unzip class. (isaacs)
|
||
|
|
||
|
* crypto: Fix memory leak in DecipherUpdate() (Ben Noordhuis)
|
||
|
|
||
|
|
||
|
Source Code: http://nodejs.org/dist/v0.8.3/node-v0.8.3.tar.gz
|
||
|
|
||
|
Macintosh Installer (Universal): http://nodejs.org/dist/v0.8.3/node-v0.8.3.pkg
|
||
|
|
||
|
Windows Installer: http://nodejs.org/dist/v0.8.3/node-v0.8.3-x86.msi
|
||
|
|
||
|
Windows x64 Installer: http://nodejs.org/dist/v0.8.3/x64/node-v0.8.3-x64.msi
|
||
|
|
||
|
Windows x64 Files: http://nodejs.org/dist/v0.8.3/x64/
|
||
|
|
||
|
Other release files: http://nodejs.org/dist/v0.8.3/
|
||
|
|
||
|
Website: http://nodejs.org/docs/v0.8.3/
|
||
|
|
||
|
Documentation: http://nodejs.org/docs/v0.8.3/api/
|
||
|
|
||
|
Shasums:
|
||
|
|
||
|
```
|
||
|
10d478f3a084bf5e705be3f232c41f3e3d56e57f node-v0.8.3-x86.msi
|
||
|
a6b9168eaa817692914d0de6c0d04702d7615681 node-v0.8.3.pkg
|
||
|
f699d3788e242ed87a9037bae1aa0fa9335e45a9 node-v0.8.3.tar.gz
|
||
|
60294792588e000d846a4c416617f127d5ba6163 node.exe
|
||
|
efc7f597745bcf201a7996ecf9f9b94d9112b89f node.exp
|
||
|
4c5ea551d88fe21465f7d2e4c6f3d39ee02f2209 node.lib
|
||
|
fd2c3873bed6872fd36e5906b65dfb4f1cec32fb node.pdb
|
||
|
64c6ec7db3f7f24e70ccecdada6f7b966c73134c x64/node-v0.8.3-x64.msi
|
||
|
94cd3f41004f1e9b8efd8d4a337b6154c1d5fee2 x64/node.exe
|
||
|
a6ed8354a14577b9200c780b129e2b66f7b85e39 x64/node.exp
|
||
|
3427a95bf9b14f56eec3f59aed80077fbde8f67f x64/node.lib
|
||
|
9af962968551daad044259641a615697f6588616 x64/node.pdb
|
||
|
```
|