Skip to content

Commit d130bb0

Browse files
committed
blog: Post for v0.8.13
1 parent 648e387 commit d130bb0

File tree

1 file changed

+72
-0
lines changed

1 file changed

+72
-0
lines changed

doc/blog/release/v0.8.13.md

+72
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,72 @@
1+
category: release
2+
version: v0.8.13
3+
date: Thu Oct 25 12:26:44 PDT 2012
4+
slug: node-v0.8.13
5+
title: Node v0.8.13 (Stable)
6+
7+
2012.10.25, Version 0.8.13 (Stable)
8+
9+
* V8: Upgrade to 3.11.10.25
10+
11+
* npm: Upgrade to 1.1.65
12+
13+
* url: parse hostnames that start with - or _ (Ben Noordhuis)
14+
15+
* repl: Fix Windows 8 terminal issue (Bert Belder)
16+
17+
* typed arrays: use signed char for signed int8s (Aaron Jacobs)
18+
19+
* crypto: fix bugs in DiffieHellman (Ben Noordhuis)
20+
21+
* configure: turn on VFPv3 on ARMv7 (Ben Noordhuis)
22+
23+
* Re-enable OpenSSL UI for entering passphrases via tty (Ben Noordhuis)
24+
25+
* repl: ensure each REPL instance gets its own "context" (Nathan Rajlich)
26+
27+
28+
Source Code: http://nodejs.org/dist/v0.8.13/node-v0.8.13.tar.gz
29+
30+
Macintosh Installer (Universal): http://nodejs.org/dist/v0.8.13/node-v0.8.13.pkg
31+
32+
Windows Installer: http://nodejs.org/dist/v0.8.13/node-v0.8.13-x86.msi
33+
34+
Windows x64 Installer: http://nodejs.org/dist/v0.8.13/x64/node-v0.8.13-x64.msi
35+
36+
Windows x64 Files: http://nodejs.org/dist/v0.8.13/x64/
37+
38+
Linux 32-bit Binary: http://nodejs.org/dist/v0.8.13/node-v0.8.13-linux-x86.tar.gz
39+
40+
Linux 64-bit Binary: http://nodejs.org/dist/v0.8.13/node-v0.8.13-linux-x64.tar.gz
41+
42+
Solaris 32-bit Binary: http://nodejs.org/dist/v0.8.13/node-v0.8.13-sunos-x86.tar.gz
43+
44+
Solaris 64-bit Binary: http://nodejs.org/dist/v0.8.13/node-v0.8.13-sunos-x64.tar.gz
45+
46+
Other release files: http://nodejs.org/dist/v0.8.13/
47+
48+
Website: http://nodejs.org/docs/v0.8.13/
49+
50+
Documentation: http://nodejs.org/docs/v0.8.13/api/
51+
52+
Shasums:
53+
```
54+
1f396f068e40639f70e5d60e8e33d0cbb5597748 node-v0.8.13-darwin-x64.tar.gz
55+
afa416c3b6209f3d72926537c85d5943b3b07a0d node-v0.8.13-darwin-x86.tar.gz
56+
bdcf8b69ccba2ca326c8ff2921232c1663a79d78 node-v0.8.13-linux-x64.tar.gz
57+
d1fc168b092234bac665dc65d242f3367dfc0f24 node-v0.8.13-linux-x86.tar.gz
58+
d3d5b19c133c73f060efa4bbe274195c9579f4be node-v0.8.13-sunos-x64.tar.gz
59+
98916b4f0c9855dd02d87223d6369f5fa281cbe5 node-v0.8.13-sunos-x86.tar.gz
60+
732f70fbb800c8fee6202e939502c0f23f76d4a1 node-v0.8.13-x86.msi
61+
e2da495a2f8dd4b0cd25810c3b4e6b2e9e71cfe3 node-v0.8.13.pkg
62+
9112a128d83f3e7d26ba0965eb426de0f18c3149 node-v0.8.13.tar.gz
63+
f8c75e5877f103a842067adff6f6580d1c250c9b node.exe
64+
b950a56fa0a00b78212c5d95e4ca6381f8285df9 node.exp
65+
6fcfb00aaf78be643330f645d2d83d461bc1cbe7 node.lib
66+
b6b0d540061e83bbe165afbc25aeeb19b00fbbf2 node.pdb
67+
8017014664dca6b255724f30827553ca420580af x64/node-v0.8.13-x64.msi
68+
8a9fd20b6b24aa3bb8eda8f2f9fa1ede19588a41 x64/node.exe
69+
74ceab4f7d3192bbd2d13d602fe66e3caf7d08e2 x64/node.exp
70+
780c395cab41a0ef59bdd82fe39f370fa1c5e839 x64/node.lib
71+
526bd6fadffcea8f56b0a761ccae01f65b018947 x64/node.pdb
72+
```

0 commit comments

Comments
 (0)