Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
blog: Post for v0.8.15
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Nov 26, 2012
1 parent e773be6 commit 122ac4e
Showing 1 changed file with 71 additions and 0 deletions.
71 changes: 71 additions & 0 deletions doc/blog/release/v0.8.15.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
date: Mon Nov 26 09:14:49 PST 2012
title: Node v0.8.15 (Stable)
slug: node-v0-8-15
version: v0.8.15
category: release

2012.11.26, Version 0.8.15 (Stable)

* npm: Upgrade to 1.1.66 (isaacs)

* linux: use /proc/cpuinfo for CPU frequency (Ben Noordhuis)

* windows: map WSAESHUTDOWN to UV_EPIPE (Ben Noordhuis)

* windows: map ERROR_GEN_FAILURE to UV_EIO (Bert Belder)

* unix: do not set environ unless one is provided (Charlie McConnell)

* domains: don't crash if domain is set to null (Bert Belder)

* windows: fix the x64 debug build (Bert Belder)

* net, tls: fix connect() resource leak (Ben Noordhuis)


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

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

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

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

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

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

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

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

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

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

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

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

Shasums:

```
084f5132d8f2ad704086285a600790c4de323e59 node-v0.8.15-darwin-x64.tar.gz
8a17c611d96aba9427de21125c2d1696e937245e node-v0.8.15-darwin-x86.tar.gz
cbd126c613eb42438a63a789b380b840793b2c83 node-v0.8.15-linux-x64.tar.gz
73431db2519d4520c6f8ac7303ec6170e6eb17c6 node-v0.8.15-linux-x86.tar.gz
1ed591003d0f502131540aadbabd95c22d2d936a node-v0.8.15-sunos-x64.tar.gz
0c5908f857a65d5f6e8cfc17e4d8114aa4d9f521 node-v0.8.15-sunos-x86.tar.gz
5c5447b6ef451cfa4762db00aabd740425ea112d node-v0.8.15-x86.msi
1e06dc52609dd106fd3553f4a9d12e66bcac1f45 node-v0.8.15.pkg
a7874cde1a87497992f1f8ea0fdaa760f617a94f node-v0.8.15.tar.gz
9251cc51eaa856bdf7c1a92d49419731e6dec830 node.exe
e4230b867122b42a16cc27eccadde3996cfdf266 node.exp
f4f7ca1d11877bcb1e50f0a139a0b7438ea406cb node.lib
02bc3e986eebb77fcabde4e492d858e14096ac34 node.pdb
9c1020cc2c7443238093f0cde3875097788e5c7f x64/node-v0.8.15-x64.msi
8a76699adbee52ee704408e6708ff5b5b6ebc02f x64/node.exe
b9fba72a0da7d2b25dcdcbcf514b877f1cb6399a x64/node.exp
81511b51ef403214f0ba97ed29cb5d45ff6a21f7 x64/node.lib
1519acd77acd41e03238f6ed9a006d97ade4a055 x64/node.pdb
```

0 comments on commit 122ac4e

Please sign in to comment.