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

« back to all changes in this revision

Viewing changes to doc/blog/release/node-v0-4-9.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.9
 
2
title: Node v0.4.9
 
3
author: ryandahl
 
4
date: Wed Jun 29 2011 11:41:05 GMT-0700 (PDT)
 
5
status: publish
 
6
category: release
 
7
slug: node-v0-4-9
 
8
 
 
9
2011.06.29, Version 0.4.9 (stable)<ul>
 
10
<li> Improve documentation
 
11
<li> #1095 error handling bug in stream.pipe() (Felix Geisendörfer)
 
12
<li> #1097 Fix a few leaks in node_crypto.cc (Ben Noordhuis)
 
13
<li> #562 #1078 Parse file:// urls properly (Ryan Petrello)
 
14
<li> #880 Option to disable SSLv2 (Jérémy Lal)
 
15
<li> #1087 Disabling SSL compression disabled with early OpenSSLs.
 
16
<li> #1144 debugger: don't allow users to input non-valid commands (Siddharth Mahendraker)
 
17
<li> Perf improvement for util.inherits
 
18
<li> #1166 Support for signature verification with RSA/DSA public keys (Mark Cavage)
 
19
<li> #1177 Remove node_modules lookup optimization to better support nested project structures (Mathias Buus)
 
20
<li> #1203 Add missing scope.Close to fs.sendfileSync
 
21
<li> #1187 Support multiple 'link' headers
 
22
<li> #1196 Fix -e/--eval can't load module from node_modules (Koichi Kobayashi)
 
23
<li> Upgrade V8 to 3.1.8.25, upgrade http-parser.</ul>
 
24
 
 
25
 
 
26
Download: <a href="http://nodejs.org/dist/node-v0.4.9.tar.gz">http://nodejs.org/dist/node-v0.4.9.tar.gz</a>
 
27
 
 
28
Website: <a href="http://nodejs.org/docs/v0.4.9">http://nodejs.org/docs/v0.4.9</a>
 
29
 
 
30
Documentation: <a href="http://nodejs.org/docs/v0.4.9/api">http://nodejs.org/docs/v0.4.9/api</a>