~yolanda.robla/ubuntu/trusty/nodejs/add_distribution

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Jérémy Lal
  • Date: 2013-08-14 00:16:46 UTC
  • mfrom: (7.1.40 sid)
  • Revision ID: package-import@ubuntu.com-20130814001646-bzlysfh8sd6mukbo
Tags: 0.10.15~dfsg1-4
* Update 2005 patch, adding a handful of tests that can fail on
  slow platforms.
* Add 1004 patch to fix test failures when writing NaN to buffer
  on mipsel.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
date: Tue Apr 23 14:05:49 PDT 2013
 
2
version: 0.10.5
 
3
category: release
 
4
title: Node v0.10.5 (Stable)
 
5
slug: node-v0-10-5-stable
 
6
 
 
7
2013.04.23, Version 0.10.5 (Stable)
 
8
 
 
9
* uv: Upgrade to 0.10.5 (isaacs)
 
10
 
 
11
* build: added support for Visual Studio 2012 (Miroslav Bajtoš)
 
12
 
 
13
* http: Don't try to destroy nonexistent sockets (isaacs)
 
14
 
 
15
* crypto: LazyTransform on properties, not methods (isaacs)
 
16
 
 
17
* assert: put info in err.message, not err.name (Ryan Doenges)
 
18
 
 
19
* dgram: fix no address bind() (Ben Noordhuis)
 
20
 
 
21
* handle_wrap: fix NULL pointer dereference (Ben Noordhuis)
 
22
 
 
23
* os: fix unlikely buffer overflow in os.type() (Ben Noordhuis)
 
24
 
 
25
* stream: Fix unshift() race conditions (isaacs)
 
26
 
 
27
 
 
28
Source Code: http://nodejs.org/dist/v0.10.5/node-v0.10.5.tar.gz
 
29
 
 
30
Macintosh Installer (Universal): http://nodejs.org/dist/v0.10.5/node-v0.10.5.pkg
 
31
 
 
32
Windows Installer: http://nodejs.org/dist/v0.10.5/node-v0.10.5-x86.msi
 
33
 
 
34
Windows x64 Installer: http://nodejs.org/dist/v0.10.5/x64/node-v0.10.5-x64.msi
 
35
 
 
36
Windows x64 Files: http://nodejs.org/dist/v0.10.5/x64/
 
37
 
 
38
Linux 32-bit Binary: http://nodejs.org/dist/v0.10.5/node-v0.10.5-linux-x86.tar.gz
 
39
 
 
40
Linux 64-bit Binary: http://nodejs.org/dist/v0.10.5/node-v0.10.5-linux-x64.tar.gz
 
41
 
 
42
Solaris 32-bit Binary: http://nodejs.org/dist/v0.10.5/node-v0.10.5-sunos-x86.tar.gz
 
43
 
 
44
Solaris 64-bit Binary: http://nodejs.org/dist/v0.10.5/node-v0.10.5-sunos-x64.tar.gz
 
45
 
 
46
Other release files: http://nodejs.org/dist/v0.10.5/
 
47
 
 
48
Website: http://nodejs.org/docs/v0.10.5/
 
49
 
 
50
Documentation: http://nodejs.org/docs/v0.10.5/api/
 
51
 
 
52
Shasums:
 
53
 
 
54
```
 
55
b3a5122fdfa67a7b69c4c80e5cca4c8d700c9461  node-v0.10.5-darwin-x64.tar.gz
 
56
c95d027af3d774c8650be634b9fe2555c3381c88  node-v0.10.5-darwin-x86.tar.gz
 
57
6bdc5d48368a4425f289c3babe457bb427cb2476  node-v0.10.5-linux-x64.tar.gz
 
58
99643f86f6441436822a0feebd397a3c515d03f9  node-v0.10.5-linux-x86.tar.gz
 
59
72a41a467dcfd96b4244ef8089cf03cf68fa0788  node-v0.10.5-sunos-x64.tar.gz
 
60
6388c920ce5500f6523b718c864ccee2f3c4e72e  node-v0.10.5-sunos-x86.tar.gz
 
61
1dc49f8689c90c84fd335d8023d7c9f01b0183ab  node-v0.10.5-x86.msi
 
62
4a7c59c37afa8ac7b6f2d1d83b34de30f24642ae  node-v0.10.5.pkg
 
63
99b92864f4a277debecb4c872ea7202c9aa6996f  node-v0.10.5.tar.gz
 
64
6f094dd0ce62bcdbf6f36cc67413b1b194d98616  node.exe
 
65
9b1b33512631bc58f6480db5587832c79851afc5  node.exp
 
66
01788dd89217706b9ca8e7ef9f9136d06236a191  node.lib
 
67
1890ff369a65222539ddfd705a40699ca37d476a  node.pdb
 
68
368e7b7b56cb2c05dc818449cf7962a36b1a9cb7  x64/node-v0.10.5-x64.msi
 
69
8624e85306a27079bf4cc3ff25c6914fd59a4e29  x64/node.exe
 
70
c9c0c0b45eebdfaf93b5e6bda38b23052308dab3  x64/node.exp
 
71
0fb687c156204c59e26dff2302f8f9fab73cc3f2  x64/node.lib
 
72
afdecf9ffdce0c28815ae5fc24d6e0defa71ed32  x64/node.pdb
 
73
```