Skip to content
This repository was archived by the owner on Mar 25, 2018. It is now read-only.

Commit ae27639

Browse files
committed
v0.10.27 release
1 parent 120e6b0 commit ae27639

File tree

2 files changed

+87
-1
lines changed

2 files changed

+87
-1
lines changed

STABLE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.10.26
1+
0.10.27

doc/blog/release/v0.10.27.md

Lines changed: 86 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,86 @@
1+
date: Thu May 1 15:29:37 PDT 2014
2+
version: 0.10.27
3+
category: release
4+
title: Node v0.10.27 (Stable)
5+
slug: node-v0-10-27-stable
6+
7+
2014.05.01, Version 0.10.27 (Stable)
8+
9+
* npm: upgrade to v1.4.8
10+
11+
* openssl: upgrade to 1.0.1g
12+
13+
* uv: update to v0.10.27
14+
15+
* dns: fix certain txt entries (Fedor Indutny)
16+
17+
* assert: Ensure reflexivity of deepEqual (Mike Pennisi)
18+
19+
* child_process: fix deadlock when sending handles (Fedor Indutny)
20+
21+
* child_process: fix sending handle twice (Fedor Indutny)
22+
23+
* crypto: do not lowercase cipher/hash names (Fedor Indutny)
24+
25+
* dtrace: workaround linker bug on FreeBSD (Fedor Indutny)
26+
27+
* http: do not emit EOF non-readable socket (Fedor Indutny)
28+
29+
* http: invoke createConnection when no agent (Nathan Rajlich)
30+
31+
* stream: remove useless check (Brian White)
32+
33+
* timer: don't reschedule timer bucket in a domain (Greg Brail)
34+
35+
* url: treat the same as / (isaacs)
36+
37+
* util: format as Error if instanceof Error (Rod Vagg)
38+
39+
40+
Source Code: http://nodejs.org/dist/v0.10.27/node-v0.10.27.tar.gz
41+
42+
Macintosh Installer (Universal): http://nodejs.org/dist/v0.10.27/node-v0.10.27.pkg
43+
44+
Windows Installer: http://nodejs.org/dist/v0.10.27/node-v0.10.27-x86.msi
45+
46+
Windows x64 Installer: http://nodejs.org/dist/v0.10.27/x64/node-v0.10.27-x64.msi
47+
48+
Windows x64 Files: http://nodejs.org/dist/v0.10.27/x64/
49+
50+
Linux 32-bit Binary: http://nodejs.org/dist/v0.10.27/node-v0.10.27-linux-x86.tar.gz
51+
52+
Linux 64-bit Binary: http://nodejs.org/dist/v0.10.27/node-v0.10.27-linux-x64.tar.gz
53+
54+
Solaris 32-bit Binary: http://nodejs.org/dist/v0.10.27/node-v0.10.27-sunos-x86.tar.gz
55+
56+
Solaris 64-bit Binary: http://nodejs.org/dist/v0.10.27/node-v0.10.27-sunos-x64.tar.gz
57+
58+
Other release files: http://nodejs.org/dist/v0.10.27/
59+
60+
Website: http://nodejs.org/docs/v0.10.27/
61+
62+
Documentation: http://nodejs.org/docs/v0.10.27/api/
63+
64+
Shasums:
65+
```
66+
74a33b3a095370b6a42f74527817ad4c57110c21 node-v0.10.27-darwin-x64.tar.gz
67+
77c76d4433d9d2ebdf3b6b41da61ef869b9c080c node-v0.10.27-darwin-x86.tar.gz
68+
5e5328172491bb6861376a751b530ed35a45d128 node-v0.10.27-linux-x64.tar.gz
69+
6e5b2d22dc720398fc52266395ad04da61df564f node-v0.10.27-linux-x86.tar.gz
70+
bd441a809c2256cca4f23d0d53f7599d1684da1f node-v0.10.27-sunos-x64.tar.gz
71+
7a116e9f128cbc2e46ae9c21bc5adc9054ef4c0d node-v0.10.27-sunos-x86.tar.gz
72+
36771e0712ccc5363bb97674d44c36d784901cb7 node-v0.10.27-x86.msi
73+
a0ff5292c46e7ea984362e9fd54fa7f8ae981760 node-v0.10.27.pkg
74+
b9429a86d774d06cccd840e6bd189f9106928a87 node-v0.10.27.tar.gz
75+
6d61a07a184d1103fe8f801ca75053a44ab514fc node.exe
76+
618c4152b7729cf41b3e53b2bb8f172ba017e128 node.exp
77+
65845a7ef3582c1ccd3943f6b2d8e804a8317f31 node.lib
78+
3eacd9aef672410ed42ccc807f81a79ec130013e node.pdb
79+
f8e8097df171f108c6f8925d2fce061ac5caf9de pkgsrc/nodejs-ia32-0.10.27.tgz
80+
323e2d72943381bb89fa29f8305697854b423537 pkgsrc/nodejs-x64-0.10.27.tgz
81+
911832602bf8e65bc7e2b2e34c7dd1af17b427e5 x64/node-v0.10.27-x64.msi
82+
92f3aa0c7664489d7e796206be04fa2dec1f61e3 x64/node.exe
83+
82f6409c91d2294c7e450a5b83701c9988a40a45 x64/node.exp
84+
181c71e5277614dd60b2c04067008d38030708eb x64/node.lib
85+
12855dc1d77372367d2ef917dd06e9db3a628a71 x64/node.pdb
86+
```

0 commit comments

Comments
 (0)