Skip to content

Commit a4da630

Browse files
committed
v0.8.2 blog post
1 parent 9547ee9 commit a4da630

File tree

1 file changed

+73
-0
lines changed

1 file changed

+73
-0
lines changed

doc/blog/release/v0.8.2.md

+73
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,73 @@
1+
version: 0.8.2
2+
title: Version 0.8.2 (stable)
3+
category: release
4+
slug: node-v0-8-2-stable
5+
date: 2012.07.09
6+
7+
2012.07.09, Version 0.8.2 (Stable)
8+
9+
* npm: Upgrade to 1.1.36
10+
11+
* readline: don't use Function#call() (Nathan Rajlich)
12+
13+
* Code cleanup to pass 'use strict' (Jonas Westerlund)
14+
15+
* module: add filename to require() json errors (TJ Holowaychuk)
16+
17+
* readline: fix for unicode prompts (Tim Macfarlane)
18+
19+
* timers: fix handling of large timeouts (Ben Noordhuis)
20+
21+
* repl: fix passing an empty line inserting "undefined" into the buffer (Nathan Rajlich)
22+
23+
* repl: fix crashes when buffering command (Maciej Małecki)
24+
25+
* build: rename strict_aliasing to node_no_strict_aliasing (Ben Noordhuis)
26+
27+
* build: disable -fstrict-aliasing for any gcc < 4.6.0 (Ben Noordhuis)
28+
29+
* build: detect cc version with -dumpversion (Ben Noordhuis)
30+
31+
* build: handle output of localized gcc or clang (Ben Noordhuis)
32+
33+
* unix: fix memory corruption in freebsd.c (Ben Noordhuis)
34+
35+
* unix: fix 'zero handles, one request' busy loop (Ben Noordhuis)
36+
37+
* unix: fix busy loop on unexpected tcp message (Ben Noordhuis)
38+
39+
* unix: fix EINPROGRESS busy loop (Ben Noordhuis)
40+
41+
42+
Source Code: http://nodejs.org/dist/v0.8.2/node-v0.8.2.tar.gz
43+
44+
Macintosh Installer (Universal): http://nodejs.org/dist/v0.8.2/node-v0.8.2.pkg
45+
46+
Windows Installer: http://nodejs.org/dist/v0.8.2/node-v0.8.2-x86.msi
47+
48+
Windows x64 Installer: http://nodejs.org/dist/v0.8.2/x64/node-v0.8.2-x64.msi
49+
50+
Windows x64 Files: http://nodejs.org/dist/v0.8.2/x64/
51+
52+
Other release files: http://nodejs.org/dist/v0.8.2/
53+
54+
Website: http://nodejs.org/docs/v0.8.2/
55+
56+
Documentation: http://nodejs.org/docs/v0.8.2/api/
57+
58+
Shasums:
59+
60+
```
61+
6571b7aad17ed4860d9ecb7946098dcd569e3eb0 node-v0.8.2-x86.msi
62+
8436e940b8c3b1dff73bf4d1eee98fd3b1fc6295 node-v0.8.2.pkg
63+
0e743d21b487151e67950f09198def058db19a1e node-v0.8.2.tar.gz
64+
dcc45bee9d4a6b38ccef0f00e4a6028864f07278 node.exe
65+
5417f98a533c90f2b72ed3a2a002c2c36a65cb75 node.exp
66+
57700a9555d16ebf5401898c179669654f045c5f node.lib
67+
5bf7e8777d715d5d6b40c21ea3969c4244c20879 node.pdb
68+
6a5fe7efb56c3e17de357e9b9adc8f1c54db895a x64/node-v0.8.2-x64.msi
69+
72f04cb5bb25bd568cb7bc42eb5e1365e614b672 x64/node.exe
70+
6b402ca44a45a3bc1393854d92247bf79eb3df2b x64/node.exp
71+
ad39add3918fb31aef25e3a4acfe1da499900143 x64/node.lib
72+
fa981c97e0c474ede8e7c28904d710cc3ee3390c x64/node.pdb
73+
```

0 commit comments

Comments
 (0)