Skip to content

Commit 5582411

Browse files
committedSep 17, 2011
Bump version to v0.5.7
1 parent 145fac7 commit 5582411

File tree

5 files changed

+64
-12
lines changed

5 files changed

+64
-12
lines changed
 

‎AUTHORS

+16
Original file line numberDiff line numberDiff line change
@@ -202,3 +202,19 @@ SAWADA Tadashi <cesare@mayverse.jp>
202202
Logan Smyth <loganfsmyth@gmail.com>
203203
Christopher Wright <christopherwright@gmail.com>
204204
Mickaël Delahaye <mickael.delahaye@gmail.com>
205+
Aku Kotkavuo <aku@hibana.net>
206+
Peter Bright <drpizza@quiscalusmexicanus.org>
207+
Glen Low <glen.low@pixelglow.com>
208+
Thomas Shinnick <tshinnic@gmail.com>
209+
Antranig Basman <antranig.basman@colorado.edu>
210+
Maciej Małecki <maciej.malecki@notimplemented.org>
211+
Evan Martin <martine@danga.com>
212+
Peter Lyons <pete@peterlyons.com>
213+
jkummerow@chromium.org <jkummerow@chromium.org>
214+
Jann Horn <jannhorn@googlemail.com>
215+
Abimanyu Raja <abimanyuraja@gmail.com>
216+
Karl Skomski <karl@skomski.com>
217+
Niclas Hoyer <niclas@verbugt.de>
218+
Michael Jackson <mjijackson@gmail.com>
219+
Ashok Mudukutore <ashok@lineratesystems.com>
220+
Sean Cunningham <sean.cunningham@mandiant.com>

‎ChangeLog

+36
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,39 @@
1+
2011.09.16, Version 0.5.7 (unstable)
2+
3+
* Upgrade V8 to 3.6.4
4+
5+
* Improve Windows compatibility
6+
7+
* Documentation improvements
8+
9+
* Debugger and REPL improvements (Fedor Indutny)
10+
11+
* Add legacy API support: net.Stream(fd), process.stdout.writable,
12+
process.stdout.fd
13+
14+
* Fix mkdir EEXIST handling (isaacs)
15+
16+
* Use net_uv instead of net_legacy for stdio
17+
18+
* Do not load readline from util.inspect
19+
20+
* #1673 Fix bug related to V8 context with accessors (Fedor Indutny)
21+
22+
* #1634 util: Fix inspection for Error (koichik)
23+
24+
* #1645 fs: Add positioned file writing feature to fs.WriteStream (Thomas
25+
Shinnick)
26+
27+
* #1637 fs: Unguarded fs.watchFile cache statWatchers checking fixed (Thomas
28+
Shinnick)
29+
30+
* #1695 Forward customFds to ChildProcess.spawn
31+
32+
* #1707 Fix hasOwnProperty security problem in querystring (isaacs)
33+
34+
* #1719 Drain OpenSSL error queue
35+
36+
137
2011.09.08, Version 0.5.6 (unstable)
238

339
* #345, #1635, #1648 Documentation improvements (Thomas Shinnick,

‎doc/index.html

+9-9
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
<li><a href="#download">Download</a></li>
2727
<li><a href="https://github.com/joyent/node/wiki/ChangeLog">ChangeLog</a></li>
2828
<li><a href="#about">About</a></li>
29-
<li><a href="http://nodejs.org/docs/v0.4.11/api">v0.4.11 docs</a></li>
30-
<li><a href="http://nodejs.org/docs/v0.5.6/api">v0.5.6 docs</a></li>
29+
<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.7/api">v0.5.7 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>
@@ -110,17 +110,17 @@ <h2 id="download">Download</h2>
110110
<a href="http://github.com/joyent/node/tree/master">git repo</a>
111111
</p>
112112

113-
<p>2011.08.17 v0.4.11 (stable)
113+
<p>2011.09.15 v0.4.12 (stable)
114114
<ul class="release">
115-
<li><a href="http://nodejs.org/dist/node-v0.4.11.tar.gz"><code>node-v0.4.11.tar.gz</code> Source Code</a>
116-
<li><a href="http://nodejs.org/docs/v0.4.11/api/index.html">Documentation</a>
115+
<li><a href="http://nodejs.org/dist/node-v0.4.12.tar.gz"><code>node-v0.4.12.tar.gz</code> Source Code</a>
116+
<li><a href="http://nodejs.org/docs/v0.4.12/api/index.html">Documentation</a>
117117
</ul>
118118

119-
<p>2011.09.09 v0.5.6 (unstable)
119+
<p>2011.09.16 v0.5.7 (unstable)
120120
<ul class="release">
121-
<li><a href="http://nodejs.org/dist/v0.5.6/node-v0.5.6.tar.gz"><code>node-v0.5.6.tar.gz</code> Source code</a>
122-
<li><a href="http://nodejs.org/dist/v0.5.6/node.exe"><code>node.exe</code> Windows executable</a>
123-
<li><a href="http://nodejs.org/docs/v0.5.6/api/index.html">Documentation</a>
121+
<li><a href="http://nodejs.org/dist/v0.5.7/node-v0.5.7.tar.gz"><code>node-v0.5.7.tar.gz</code> Source code</a>
122+
<li><a href="http://nodejs.org/dist/v0.5.7/node.exe"><code>node.exe</code> Windows executable</a>
123+
<li><a href="http://nodejs.org/docs/v0.5.7/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.6 Manual &amp; Documentation</title>
5+
<title>{{section}}Node.js v0.5.7 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.6 Manual &amp; Documentation</h1>
14+
<h1>Node.js v0.5.7 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 7
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)
Please sign in to comment.