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

« back to all changes in this revision

Viewing changes to doc/blog/release/node-v0-5-3.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
version: 0.5.3
 
2
title: Node v0.5.3
 
3
author: ryandahl
 
4
date: Tue Aug 02 2011 08:03:06 GMT-0700 (PDT)
 
5
status: publish
 
6
category: release
 
7
slug: node-v0-5-3
 
8
 
 
9
2011.08.01, Version 0.5.3 (unstable)
 
10
 
 
11
<ul><li>Fix crypto encryption/decryption with Base64. (SAWADA Tadashi)
 
12
 
 
13
<li>#243 Add an optional length argument to Buffer.write() (koichik)
 
14
 
 
15
<li>#657 convert nonbuffer data to string in fs.writeFile/Sync (Daniel Pihlström)
 
16
 
 
17
<li>Add process.features, remove process.useUV (Ben Noordhuis)
 
18
 
 
19
<li>#324 Fix crypto hmac to accept binary keys + add test cases from rfc 2202 and 4231 (Stefan Bühler)
 
20
 
 
21
<li>Add Socket::bytesRead, Socket::bytesWritten (Alexander Uvarov)
 
22
 
 
23
<li>#572 Don't print result of --eval in CLI (Ben Noordhuis)
 
24
 
 
25
<li>#1223 Fix http.ClientRequest crashes if end() was called twice (koichik)
 
26
 
 
27
<li>#1383 Emit 'close' after all connections have closed (Felix Geisendörfer)
 
28
 
 
29
<li>Add sprintf-like util.format() function (Ben Noordhuis)
 
30
 
 
31
<li>Add support for TLS SNI (Fedor Indutny)
 
32
 
 
33
<li>New http agent implementation. Off by default the command line flag <code>--use-http2</code> will enable it. <code>make test-http2</code> will run the tests for the new implementation. (Mikeal Rogers)
 
34
 
 
35
<li>Revert AMD compatibility. (isaacs)
 
36
 
 
37
<li>Windows: improvements, child_process support.
 
38
 
 
39
<li>Remove pkg-config file.
 
40
 
 
41
<li>Fix startup time regressions.
 
42
 
 
43
<li>doc improvements</ul>
 
44
 
 
45
 
 
46
 
 
47
Download: <a href="http://nodejs.org/dist/v0.5.3/node-v0.5.3.tar.gz">http://nodejs.org/dist/v0.5.3/node-v0.5.3.tar.gz</a>
 
48
 
 
49
Windows Executable: <a href="http://nodejs.org/dist/v0.5.3/node.exe">http://nodejs.org/dist/v0.5.3/node.exe</a>
 
50
 
 
51
Website: <a href="http://nodejs.org/dist/v0.5.3/docs">http://nodejs.org/dist/v0.5.3/docs</a>
 
52
 
 
53
Documentation: <a href="http://nodejs.org/dist/v0.5.3/docs/api">http://nodejs.org/dist/v0.5.3/docs/api</a>