~ubuntu-branches/ubuntu/saucy/nodejs/saucy-proposed

« back to all changes in this revision

Viewing changes to doc/blog/release/v0.9.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
category: release
 
2
version: 0.9.5
 
3
date: Sun Dec 30 01:19:51 UTC 2012
 
4
slug: node-v0-9-5-unstable
 
5
title: Node v0.9.5 (Unstable)
 
6
 
 
7
2012.12.30, Version 0.9.5 (Unstable)
 
8
 
 
9
* assert: improve support for new execution contexts (lukebayes)
 
10
 
 
11
* domain: use camelCase instead of snake_case (isaacs)
 
12
 
 
13
* domain: Do not use uncaughtException handler (isaacs)
 
14
 
 
15
* fs: make 'end' work with ReadStream without 'start' (Ben Noordhuis)
 
16
 
 
17
* https: optimize createConnection() (Ryunosuke SATO)
 
18
 
 
19
* buffer: speed up base64 encoding by 20% (Ben Noordhuis)
 
20
 
 
21
* doc: Colorize API stabilitity index headers in docs (Luke Arduini)
 
22
 
 
23
* net: socket.readyState corrections (bentaber)
 
24
 
 
25
* http: Performance enhancements for http under streams2 (isaacs)
 
26
 
 
27
* stream: fix to emit end event on http.ClientResponse (Shigeki Ohtsu)
 
28
 
 
29
* stream: fix event handler leak in readstream pipe and unpipe (Andreas Madsen)
 
30
 
 
31
* build: Support ./configure --tag switch (Maciej Małecki)
 
32
 
 
33
* repl: don't touch `require.cache` (Nathan Rajlich)
 
34
 
 
35
* node: Emit 'exit' event when exiting for an uncaught exception (isaacs)
 
36
 
 
37
 
 
38
Source Code: http://nodejs.org/dist/v0.9.5/node-v0.9.5.tar.gz
 
39
 
 
40
Macintosh Installer (Universal): http://nodejs.org/dist/v0.9.5/node-v0.9.5.pkg
 
41
 
 
42
Windows Installer: http://nodejs.org/dist/v0.9.5/node-v0.9.5-x86.msi
 
43
 
 
44
Windows x64 Installer: http://nodejs.org/dist/v0.9.5/x64/node-v0.9.5-x64.msi
 
45
 
 
46
Windows x64 Files: http://nodejs.org/dist/v0.9.5/x64/
 
47
 
 
48
Linux 32-bit Binary: http://nodejs.org/dist/v0.9.5/node-v0.9.5-linux-x86.tar.gz
 
49
 
 
50
Linux 64-bit Binary: http://nodejs.org/dist/v0.9.5/node-v0.9.5-linux-x64.tar.gz
 
51
 
 
52
Solaris 32-bit Binary: http://nodejs.org/dist/v0.9.5/node-v0.9.5-sunos-x86.tar.gz
 
53
 
 
54
Solaris 64-bit Binary: http://nodejs.org/dist/v0.9.5/node-v0.9.5-sunos-x64.tar.gz
 
55
 
 
56
Other release files: http://nodejs.org/dist/v0.9.5/
 
57
 
 
58
Website: http://nodejs.org/docs/v0.9.5/
 
59
 
 
60
Documentation: http://nodejs.org/docs/v0.9.5/api/
 
61
 
 
62
Shasums:
 
63
 
 
64
```
 
65
d44535e086c3f0fe47152b9323189c18a488d995  node-v0.9.5-darwin-x64.tar.gz
 
66
b588332e38e3ddd0424b18d14a3c6c65c5cad6f6  node-v0.9.5-darwin-x86.tar.gz
 
67
17b07641b59bc56582e68db6bd52c1b41bb06a5e  node-v0.9.5-linux-x64.tar.gz
 
68
89656e3dc094a6fa4244a03ac85e9b08b7443a50  node-v0.9.5-linux-x86.tar.gz
 
69
bf84b80ea80b4cb20767d4b3f276979f0f3d8866  node-v0.9.5-sunos-x64.tar.gz
 
70
4f98560e55db63f323b6f75b22538d96b199892c  node-v0.9.5-sunos-x86.tar.gz
 
71
7ed38be34e5377f45e8906c4d887de262c1925e2  node-v0.9.5-x86.msi
 
72
a1f1322fcaa5535ae830f3242bcdd213388357cc  node-v0.9.5.tar.gz
 
73
94c22b744945e9bc8b3f9fd31991cb6b87f727ce  node.exe
 
74
e809779c8071abf05650fbb47e207140829dc62c  node.exp
 
75
cec09944297546185070c809a78931839e3c2695  node.lib
 
76
5a3a4f3de4b8bf4209ecc2e6d40418d6a7e8fcac  node.pdb
 
77
55c986c14a72081757002f8df43272b20f024c57  x64/node-v0.9.5-x64.msi
 
78
55514dd925a9b24cb3925f89facbec5efb2a99aa  x64/node.exe
 
79
920e2d3319eac8a3356023a1cb8c61f139f80398  x64/node.exp
 
80
e072006328dacce920e4951596e457e58e6310d0  x64/node.lib
 
81
633816d865155148129ca21399e411f1240b2cce  x64/node.pdb
 
82
```