Skip to content

Commit 3bd9b08

Browse files
committed
Bump version to v0.5.9
1 parent 07703fa commit 3bd9b08

File tree

5 files changed

+38
-9
lines changed

5 files changed

+38
-9
lines changed

AUTHORS

+4
Original file line numberDiff line numberDiff line change
@@ -218,3 +218,7 @@ Niclas Hoyer <[email protected]>
218218
Michael Jackson <[email protected]>
219219
Ashok Mudukutore <[email protected]>
220220
Sean Cunningham <[email protected]>
221+
Ben Leslie <[email protected]>
222+
Christian Tellnes <[email protected]>
223+
Colton Baker <[email protected]>
224+
Tyler Larson <[email protected]>

ChangeLog

+26-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,29 @@
1-
2011.09.30, Version 0.5.8 (unstable)
1+
2011.10.10, Version 0.5.9 (unstable)
2+
3+
* fs.watch interface backed by kqueue, inotify, and ReadDirectoryChangesW
4+
(Igor Zinkovsky, Ben Noordhuis)
5+
6+
* add dns.resolveTxt (Christian Tellnes)
7+
8+
* Remove legacy http library (Ben Noordhuis)
9+
10+
* child_process.fork returns and works on Windows. Allows passing handles.
11+
(Igor Zinkovsky, Bert Belder)
12+
13+
* #1774 Lint and clean up for --harmony_block_scoping (Tyler Larson, Colton
14+
Baker)
15+
16+
* #1813 Fix ctrl+c on Windows (Bert Belder)
17+
18+
* #1844 unbreak --use-legacy (Ben Noordhuis)
19+
20+
* process.stderr now goes through libuv. Both process.stdout and
21+
process.stderr are blocking when referencing a TTY.
22+
23+
* net_uv performance improvements (Ben Noordhuis, Bert Belder)
24+
25+
26+
2011.09.30, Version 0.5.8 (unstable), 7cc17a0cea1d25188c103745a7d0c24375e3a609
227

328
* zlib bindings (isaacs)
429

doc/index.html

+5-5
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<li><a href="https://github.com/joyent/node/wiki/ChangeLog">ChangeLog</a></li>
2828
<li><a href="#about">About</a></li>
2929
<li><a href="http://nodejs.org/docs/v0.4.12/api">v0.4.12 docs</a></li>
30-
<li><a href="http://nodejs.org/docs/v0.5.8/api">v0.5.8 docs</a></li>
30+
<li><a href="http://nodejs.org/docs/v0.5.9/api">v0.5.9 docs</a></li>
3131
<br/>
3232
<li><a href="https://github.com/joyent/node/wiki">Wiki</a></li>
3333
<li><a href="http://blog.nodejs.org/">Blog</a></li>
@@ -116,11 +116,11 @@ <h2 id="download">Download</h2>
116116
<li><a href="http://nodejs.org/docs/v0.4.12/api/index.html">Documentation</a>
117117
</ul>
118118

119-
<p>2011.09.30 v0.5.8 (unstable)
119+
<p>2011.10.10 v0.5.9 (unstable)
120120
<ul class="release">
121-
<li><a href="http://nodejs.org/dist/v0.5.8/node-v0.5.8.tar.gz"><code>node-v0.5.8.tar.gz</code> Source code</a>
122-
<li><a href="http://nodejs.org/dist/v0.5.8/node.exe"><code>node.exe</code> Windows executable</a>
123-
<li><a href="http://nodejs.org/docs/v0.5.8/api/index.html">Documentation</a>
121+
<li><a href="http://nodejs.org/dist/v0.5.9/node-v0.5.9.tar.gz"><code>node-v0.5.9.tar.gz</code> Source code</a>
122+
<li><a href="http://nodejs.org/dist/v0.5.9/node.exe"><code>node.exe</code> Windows executable</a>
123+
<li><a href="http://nodejs.org/docs/v0.5.9/api/index.html">Documentation</a>
124124
</ul>
125125

126126

doc/template.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html>
33
<head>
44
<meta charset="UTF-8" />
5-
<title>{{section}}Node.js v0.5.8 Manual &amp; Documentation</title>
5+
<title>{{section}}Node.js v0.5.9 Manual &amp; Documentation</title>
66
<link type="image/x-icon" rel="icon" href="/favicon.ico" />
77
<link type="image/x-icon" rel="shortcut icon" href="/favicon.ico" />
88
<link rel="stylesheet" href="assets/style.css" type="text/css" media="all" />
@@ -11,7 +11,7 @@
1111
<body>
1212
<div id="container">
1313
<header>
14-
<h1>Node.js v0.5.8 Manual &amp; Documentation</h1>
14+
<h1>Node.js v0.5.9 Manual &amp; Documentation</h1>
1515
<div id="gtoc">
1616
<p><a href="index.html">Index</a> | <a href="all.html">View on single page</a></p>
1717
</div>

src/node_version.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
#define NODE_MAJOR_VERSION 0
3030
#define NODE_MINOR_VERSION 5
3131
#define NODE_PATCH_VERSION 9
32-
#define NODE_VERSION_IS_RELEASE 0
32+
#define NODE_VERSION_IS_RELEASE 1
3333

3434
#ifndef NODE_STRINGIFY
3535
#define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)

0 commit comments

Comments
 (0)