~ubuntu-branches/ubuntu/vivid/nodejs/vivid

« back to all changes in this revision

Viewing changes to doc/blog/release/v0.10.21.md

  • Committer: Package Import Robot
  • Author(s): Jérémy Lal
  • Date: 2013-11-13 23:17:51 UTC
  • mfrom: (1.1.29)
  • mto: This revision was merged to the branch mainline in revision 33.
  • Revision ID: package-import@ubuntu.com-20131113231751-m6uqywp5dc4s4fxo
Tags: 0.10.22~dfsg1-1
* Upstream update. 
* Refresh patches.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
date: Fri Oct 18 15:39:23 PDT 2013
 
2
version: 0.10.21
 
3
category: release
 
4
title: Node v0.10.21 (Stable)
 
5
slug: node-v0-10-21-stable
 
6
 
 
7
This release contains a security fix for the http server implementation, please
 
8
upgrade as soon as possible. Details will be released soon.
 
9
 
 
10
2013.10.18, Version 0.10.21 (Stable)
 
11
 
 
12
* uv: Upgrade to v0.10.18
 
13
 
 
14
* crypto: clear errors from verify failure (Timothy J Fontaine)
 
15
 
 
16
* dtrace: interpret two byte strings (Dave Pacheco)
 
17
 
 
18
* fs: fix fs.truncate() file content zeroing bug (Ben Noordhuis)
 
19
 
 
20
* http: provide backpressure for pipeline flood (isaacs)
 
21
 
 
22
* tls: fix premature connection termination (Ben Noordhuis)
 
23
 
 
24
 
 
25
Source Code: http://nodejs.org/dist/v0.10.21/node-v0.10.21.tar.gz
 
26
 
 
27
Macintosh Installer (Universal): http://nodejs.org/dist/v0.10.21/node-v0.10.21.pkg
 
28
 
 
29
Windows Installer: http://nodejs.org/dist/v0.10.21/node-v0.10.21-x86.msi
 
30
 
 
31
Windows x64 Installer: http://nodejs.org/dist/v0.10.21/x64/node-v0.10.21-x64.msi
 
32
 
 
33
Windows x64 Files: http://nodejs.org/dist/v0.10.21/x64/
 
34
 
 
35
Linux 32-bit Binary: http://nodejs.org/dist/v0.10.21/node-v0.10.21-linux-x86.tar.gz
 
36
 
 
37
Linux 64-bit Binary: http://nodejs.org/dist/v0.10.21/node-v0.10.21-linux-x64.tar.gz
 
38
 
 
39
Solaris 32-bit Binary: http://nodejs.org/dist/v0.10.21/node-v0.10.21-sunos-x86.tar.gz
 
40
 
 
41
Solaris 64-bit Binary: http://nodejs.org/dist/v0.10.21/node-v0.10.21-sunos-x64.tar.gz
 
42
 
 
43
Other release files: http://nodejs.org/dist/v0.10.21/
 
44
 
 
45
Website: http://nodejs.org/docs/v0.10.21/
 
46
 
 
47
Documentation: http://nodejs.org/docs/v0.10.21/api/
 
48
 
 
49
Shasums:
 
50
```
 
51
fb1318fb7721aa292310599e7c6696edebcfd70d  node-v0.10.21-darwin-x64.tar.gz
 
52
486235cc54d269d1961dfb150b1479ec14e83541  node-v0.10.21-darwin-x86.tar.gz
 
53
7528d2fa240a5dd88d37e4847cebec50ef40c8eb  node-v0.10.21-linux-x64.tar.gz
 
54
b372abf9d9c53bfe675e2c3f71dcfdece44edddd  node-v0.10.21-linux-x86.tar.gz
 
55
cb873cdff3f30aa198b52c8be3588745d2ee3933  node-v0.10.21-sunos-x64.tar.gz
 
56
020d202d7066b68f160d0ceebe8cc8306de25956  node-v0.10.21-sunos-x86.tar.gz
 
57
037ea0e3be3512da2bc94aa765fa89d61da3e275  node-v0.10.21-x86.msi
 
58
de2bd0e858f99098ef24f99f972b8088c1f0405c  node-v0.10.21.pkg
 
59
b7fd2a3660635af40e3719ca0db49280d10359b2  node-v0.10.21.tar.gz
 
60
a0e3988170beee1273a2fb6d650bf17db8495c67  node.exe
 
61
99332a03aeba8a22254d671665b9b2161a64bd84  node.exp
 
62
263dafeec907bd1f28ceb8272b9caaadceacb4d6  node.lib
 
63
76d578bf352772dc4db9ebb95fb61cf18e34c80d  node.pdb
 
64
b6d11b67ce7aaff5c7a456a4c85c80849a3d576e  pkgsrc/nodejs-ia32-0.10.21.tgz
 
65
b116825d1d2cbcfd567f730b1c2452424508b062  pkgsrc/nodejs-x64-0.10.21.tgz
 
66
29632c5a21a4ebf89703e417852306a676f6ede8  x64/node-v0.10.21-x64.msi
 
67
033b0a2b57e031a9e47f0b28eb4dc50a5389b592  x64/node.exe
 
68
f62b53229d77eaddf1f3a7909ef6533eea0e2295  x64/node.exp
 
69
8d5cfe83c3bc78ddcf79de9d065d1b4f2af9347e  x64/node.lib
 
70
6844e78e9ba80bfa48f6c150544e3e73d83dd316  x64/node.pdb
 
71
```