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

« back to all changes in this revision

Viewing changes to doc/blog/release/node-v0-4-6.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.4.6
 
2
title: Node v0.4.6
 
3
author: ryandahl
 
4
date: Thu Apr 14 2011 05:00:30 GMT-0700 (PDT)
 
5
status: publish
 
6
category: release
 
7
slug: node-v0-4-6
 
8
 
 
9
2011.04.13, Version 0.4.6 (stable)
 
10
<ul><li> Don't error on ENOTCONN from shutdown() #670
 
11
<li> Auto completion of built-in debugger suggests prefix match rather than partial match. (koichik)
 
12
<li> circular reference in vm modules. #822 (Jakub Lekstan)
 
13
<li> http response.readable should be false after 'end' #867 (Abe Fettig)
 
14
<li> Implement os.cpus() and os.uptime() on Solaris (Scott McWhirter)
 
15
<li> fs.ReadStream: Allow omission of end option for range reads #801 (Felix Geisendörfer)
 
16
<li> Buffer.write() with UCS-2 should not be write partial char #916 (koichik)
 
17
<Li> Pass secureProtocol through on tls.Server creation (Theo Schlossnagle)
 
18
<li> TLS use RC4-SHA by default
 
19
<li> Don't strangely drop out of event loop on HTTPS client uploads #892
 
20
<li> Doc improvements
 
21
<li> Upgrade v8 to 3.1.8.10</ul>
 
22
 
 
23
Download: <a href="http://nodejs.org/dist/node-v0.4.6.tar.gz">http://nodejs.org/dist/node-v0.4.6.tar.gz</a>
 
24
 
 
25
Website: <a href="http://nodejs.org/docs/v0.4.6/">http://nodejs.org/docs/v0.4.6/</a>
 
26
 
 
27
Documentation: <a href="http://nodejs.org/docs/v0.4.6/api/">http://nodejs.org/docs/v0.4.6/api/</a>