Skip to content

Commit b1acb2e

Browse files
committed
blog: Post for v0.11.5
1 parent 23d92ec commit b1acb2e

1 file changed

Lines changed: 88 additions & 0 deletions

File tree

doc/blog/release/v0.11.5.md

Lines changed: 88 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,88 @@
1+
date: Tue Aug 6 17:05:46 PDT 2013
2+
version: 0.11.5
3+
category: release
4+
title: Node v0.11.5 (Unstable)
5+
slug: node-v0-11-5-unstable
6+
7+
2013.08.06, Version 0.11.5 (Unstable)
8+
9+
* v8: upgrade to 3.20.11
10+
11+
* uv: upgrade to v0.11.7
12+
13+
* buffer: return offset for end of last write (Trevor Norris)
14+
15+
* build: embed the mdb_v8.so into the binary (Timothy J Fontaine)
16+
17+
* build: fix --without-ssl build (Ben Noordhuis)
18+
19+
* child_process: add 'shell' option to .exec() (Ben Noordhuis)
20+
21+
* dgram: report send errors to cb, don't pass bytes (Ben Noordhuis)
22+
23+
* fs: write strings directly to disk (Trevor Norris)
24+
25+
* https: fix default port (Koichi Kobayashi)
26+
27+
* openssl: use asm for sha, md5, rmd (Fedor Indutny)
28+
29+
* os: add mac address to networkInterfaces() output (Brian White)
30+
31+
* smalloc: introduce smalloc module (Trevor Norris)
32+
33+
* stream: Simplify flowing, passive data listening (streams3) (isaacs)
34+
35+
* tls: asynchronous SNICallback (Fedor Indutny)
36+
37+
* tls: share tls tickets key between cluster workers (Fedor Indutny)
38+
39+
* util: don't throw on circular %j input to format() (Ben Noordhuis)
40+
41+
42+
Source Code: http://nodejs.org/dist/v0.11.5/node-v0.11.5.tar.gz
43+
44+
Macintosh Installer (Universal): http://nodejs.org/dist/v0.11.5/node-v0.11.5.pkg
45+
46+
Windows Installer: http://nodejs.org/dist/v0.11.5/node-v0.11.5-x86.msi
47+
48+
Windows x64 Installer: http://nodejs.org/dist/v0.11.5/x64/node-v0.11.5-x64.msi
49+
50+
Windows x64 Files: http://nodejs.org/dist/v0.11.5/x64/
51+
52+
Linux 32-bit Binary: http://nodejs.org/dist/v0.11.5/node-v0.11.5-linux-x86.tar.gz
53+
54+
Linux 64-bit Binary: http://nodejs.org/dist/v0.11.5/node-v0.11.5-linux-x64.tar.gz
55+
56+
Solaris 32-bit Binary: http://nodejs.org/dist/v0.11.5/node-v0.11.5-sunos-x86.tar.gz
57+
58+
Solaris 64-bit Binary: http://nodejs.org/dist/v0.11.5/node-v0.11.5-sunos-x64.tar.gz
59+
60+
Other release files: http://nodejs.org/dist/v0.11.5/
61+
62+
Website: http://nodejs.org/docs/v0.11.5/
63+
64+
Documentation: http://nodejs.org/docs/v0.11.5/api/
65+
66+
Shasums:
67+
```
68+
a48c7c1ffa0344ab4c7f9b3466ed76d8b7ce4385 node-v0.11.5-darwin-x64.tar.gz
69+
c18ef8b45a4a6a8afebaa0c43f7388f20c6dee92 node-v0.11.5-darwin-x86.tar.gz
70+
caa13a498ef32b09c717c86c7b9e5be1feb34a42 node-v0.11.5-linux-x64.tar.gz
71+
1b55090713d6cb4fadab080f4e50bc5e2b9ee2fe node-v0.11.5-linux-x86.tar.gz
72+
7cfc4574dd70517d46856c03751e362e61049d70 node-v0.11.5-sunos-x64.tar.gz
73+
443e4e51a49e34b5d62b7ead3e0b1079cae05dd9 node-v0.11.5-sunos-x86.tar.gz
74+
1042917fb1fa5ae8d387f918924a8dcd15f4d6a3 node-v0.11.5-x86.msi
75+
0e832e2e466c1ffffed1e7ed781fb9366339d053 node-v0.11.5.pkg
76+
5cd49ac41bb6929a43aaf77037d051fe794e5ad3 node-v0.11.5.tar.gz
77+
432da8b8e801ec8660ddbeb73524fc8cb74da8ea node.exe
78+
1d724ca5211148180ba0154575648edd758ec2c8 node.exp
79+
ef12c19e95e671debfa96afe3496afbb8f16283d node.lib
80+
12fefe001a90260ca6e403aa27d770611d2bdd51 node.pdb
81+
96e15938a6845895cde1ca6db64ba86350bd4d06 pkgsrc/nodejs-ia32-0.11.5.tgz
82+
960ade5a3cf7ac7b1b35755f204e9adfb784cc4a pkgsrc/nodejs-x64-0.11.5.tgz
83+
151ab6ffe45d84918edd9c95bda378fdefe170b8 x64/node-v0.11.5-x64.msi
84+
c2b0f6130539a6ad22206308050b34a44026ce26 x64/node.exe
85+
89c631942ec57e30165ddbb637da0100493c3f7b x64/node.exp
86+
719b857474a8e3eb7269778414d7af2aee855ede x64/node.lib
87+
f2eebec1949f4d7da59d3a2135207ac4c2fe0161 x64/node.pdb
88+
```

0 commit comments

Comments
 (0)