summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2012-11-26 09:18:51 -0800
committerisaacs <i@izs.me>2012-11-26 09:20:07 -0800
commit122ac4e1f2173680836faf5933e1330321f5fb53 (patch)
treede59b67fa6901b307b6210e058baf84ed6f2b64e /doc
parente773be6f9082ee146d9d2eeb32d326732ad804ef (diff)
downloadnodejs-122ac4e1f2173680836faf5933e1330321f5fb53.tar.gz
nodejs-122ac4e1f2173680836faf5933e1330321f5fb53.tar.bz2
nodejs-122ac4e1f2173680836faf5933e1330321f5fb53.zip
blog: Post for v0.8.15
Diffstat (limited to 'doc')
-rw-r--r--doc/blog/release/v0.8.15.md71
1 files changed, 71 insertions, 0 deletions
diff --git a/doc/blog/release/v0.8.15.md b/doc/blog/release/v0.8.15.md
new file mode 100644
index 000000000..7dba255e1
--- /dev/null
+++ b/doc/blog/release/v0.8.15.md
@@ -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
+```