Skip to content

Commit 865b077

Browse files
committed
Bump version to v0.6.0
1 parent 96fe504 commit 865b077

File tree

5 files changed

+70
-11
lines changed

5 files changed

+70
-11
lines changed

AUTHORS

+5
Original file line numberDiff line numberDiff line change
@@ -227,3 +227,8 @@ Ilya Dmitrichenko <[email protected]>
227227
Simen Brekken <[email protected]>
228228
Guglielmo Ferri <[email protected]>
229229
Thomas Parslow <[email protected]>
230+
Ryan Emery <[email protected]>
231+
Zachary Scott <[email protected]>
232+
Jordan Sissel <[email protected]>
233+
Matt Robenolt <[email protected]>
234+
Jacob H.C. Kragh <[email protected]>

ChangeLog

+55-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,58 @@
1-
2011.10.21, Version 0.5.10 (unstable)
1+
2011.11.04, Version 0.6.0 (stable)
2+
3+
* print undefined on undefined values in REPL (Nathan Rajlich)
4+
5+
* doc improvements (koichik, seebees, bnoordhuis,
6+
Maciej Małecki, Jacob Kragh)
7+
8+
* support native addon loading in windows (Bert Belder)
9+
10+
* rename getNetworkInterfaces() to networkInterfaces() (bnoordhuis)
11+
12+
* add pending accepts knob for windows (igorzi)
13+
14+
* http.request(url.parse(x)) (seebees)
15+
16+
* #1929 zlib Respond to 'resume' events properly (isaacs)
17+
18+
* stream.pipe: Remove resume and pause events
19+
20+
* test fixes for windows (igorzi)
21+
22+
* build system improvements (bnoordhuis)
23+
24+
* #1936 tls: does not emit 'end' from EncryptedStream (koichik)
25+
26+
* #758 tls: add address(), remoteAddress/remotePort
27+
28+
* #1399 http: emit Error object after .abort() (bnoordhuis)
29+
30+
* #1999 fs: make mkdir() default to 0777 permissions (bnoordhuis)
31+
32+
* #2001 fix pipe error codes
33+
34+
* #2002 Socket.write should reset timeout timer
35+
36+
* stdout and stderr are blocking when associated with file too.
37+
38+
* remote debugger support on windows (Bert Belder)
39+
40+
* convenience methods for zlib (Matt Robenolt)
41+
42+
* process.kill support on windows (igorzi)
43+
44+
* process.uptime() support on windows (igorzi)
45+
46+
* Return IPv4 addresses before IPv6 addresses from getaddrinfo
47+
48+
* util.inspect improvements (Nathan Rajlich)
49+
50+
* cluster module api changes
51+
52+
* Downgrade V8 to 3.6.6.6
53+
54+
55+
2011.10.21, Version 0.5.10 (unstable), 220e61c1f65bf4db09699fcf6399c0809c0bc446
256

357
* Remove cmake build system, support for Cygwin, legacy code base,
458
process.ENV, process.ARGV, process.memoryUsage().vsize, os.openOSHandle

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.10/api">v0.5.10 docs</a></li>
30+
<li><a href="http://nodejs.org/docs/v0.6.0/api">v0.6.0 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.10.21 v0.5.10 (unstable)
119+
<p>2011.11.04 v0.6.0 (unstable)
120120
<ul class="release">
121-
<li><a href="http://nodejs.org/dist/v0.5.10/node-v0.5.10.tar.gz"><code>node-v0.5.10.tar.gz</code> Source code</a>
122-
<li><a href="http://nodejs.org/dist/v0.5.10/node.exe"><code>node.exe</code> Windows executable</a>
123-
<li><a href="http://nodejs.org/docs/v0.5.10/api/index.html">Documentation</a>
121+
<li><a href="http://nodejs.org/dist/v0.6.0/node-v0.6.0.tar.gz"><code>node-v0.6.0.tar.gz</code> Source code</a>
122+
<li><a href="http://nodejs.org/dist/v0.6.0/node.exe"><code>node.exe</code> Windows executable</a>
123+
<li><a href="http://nodejs.org/docs/v0.6.0/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.10 Manual &amp; Documentation</title>
5+
<title>{{section}}Node.js v0.6.0 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.10 Manual &amp; Documentation</h1>
14+
<h1>Node.js v0.6.0 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

+3-3
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@
2727
#define NODE_VERSION_H
2828

2929
#define NODE_MAJOR_VERSION 0
30-
#define NODE_MINOR_VERSION 5
31-
#define NODE_PATCH_VERSION 11
32-
#define NODE_VERSION_IS_RELEASE 0
30+
#define NODE_MINOR_VERSION 6
31+
#define NODE_PATCH_VERSION 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)