Skip to content

Commit 170f2ad

Browse files
committed
Bump version to v0.6.1
1 parent 5bc1809 commit 170f2ad

File tree

5 files changed

+46
-15
lines changed

5 files changed

+46
-15
lines changed

AUTHORS

+3
Original file line numberDiff line numberDiff line change
@@ -232,3 +232,6 @@ Zachary Scott <[email protected]>
232232
Jordan Sissel <[email protected]>
233233
Matt Robenolt <[email protected]>
234234
Jacob H.C. Kragh <[email protected]>
235+
Benjamin Pasero <[email protected]>
236+
Scott Anderson <[email protected]>
237+
Yoji SHIDARA <[email protected]>

ChangeLog

+30-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,33 @@
1-
2011.11.04, Version 0.6.0 (stable)
1+
2011.11.11, Version 0.6.1 (stable)
2+
3+
* doc improvements (Eric Lovett, Ben Noordhuis, Scott Anderson, Yoji SHIDARA)
4+
5+
* crypto: make thread-safe (Ben Noordhuis)
6+
7+
* fix process.kill error object
8+
9+
* debugger: correctly handle source with multi-byte characters (Shigeki Ohtsu)
10+
11+
* make stdout and stderr non-destroyable (Igor Zinkovsky)
12+
13+
* fs: don't close uninitialized fs.watch handle (Ben Noordhuis)
14+
15+
* #2026 fix man page install on BSDs (Ben Noordhuis)
16+
17+
* #2040 fix unrecognized errno assert in uv_err_name
18+
19+
* #2043 fs: mkdir() should call callback if mode is omitted
20+
21+
* #2045 fs: fix fs.realpath on windows to return on error (Benjamin Pasero)
22+
23+
* #2047 minor cluster improvements
24+
25+
* #2052 readline get window columns correctly
26+
27+
* Upgrade V8 to 3.6.6.7
28+
29+
30+
2011.11.04, Version 0.6.0 (stable), 865b077819a9271a29f982faaef99dc635b57fbc
231

332
* print undefined on undefined values in REPL (Nathan Rajlich)
433

doc/index.html

+10-11
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
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.6.0/api">v0.6.0 docs</a></li>
29+
<li><a href="http://nodejs.org/docs/v0.6.1/api">v0.6.1 docs</a></li>
3030
<br/>
3131
<li><a href="https://github.com/joyent/node/wiki">Wiki</a></li>
3232
<li><a href="http://blog.nodejs.org/">Blog</a></li>
@@ -105,23 +105,22 @@ <h2 id="video">Introduction</h2>
105105

106106
<h2 id="download">Download</h2>
107107

108-
<p>
109-
<a href="https://github.com/joyent/node/tree/master">git repo</a>
110-
</p>
111-
112-
<p>2011.11.04 v0.6.0
108+
<p>2011.11.11 v0.6.1
113109
<ul class="release">
114-
<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>
115-
<li><a href="http://nodejs.org/dist/v0.6.0/node.exe"><code>node.exe</code> Windows executable</a>
116-
<li><a href="http://nodejs.org/docs/v0.6.0/api/index.html">Documentation</a>
110+
<li><a href="http://nodejs.org/dist/v0.6.1/node-v0.6.1.tar.gz"><code>node-v0.6.1.tar.gz</code>
111+
Source code</a> (<a href="https://github.com/joyent/node/wiki/Installation">build instructions</a>)
112+
<li><a href="http://nodejs.org/dist/v0.6.1/node-v0.6.1.msi"><code>node-v0.6.1.msi</code> Windows installer</a>
113+
<li><a href="http://nodejs.org/dist/v0.6.1/node-v0.6.1.pkg"><code>node-v0.6.1.pkg</code> Macintosh installer</a>
114+
<li><a href="http://nodejs.org/docs/v0.6.1/api/index.html">Documentation</a>
115+
<li><a href="http://nodejs.org/dist/v0.6.1">Other release files
116+
(like <code>.exe</code> and <code>.pdb</code>)</a>
117117
</ul>
118118

119119

120120
<p>Historical: <a href="http://nodejs.org/dist">versions</a>, <a href="http://nodejs.org/docs">docs</a></p>
121121

122122
<p>
123-
For build instructions see
124-
<a href="https://github.com/joyent/node/wiki/Installation">https://github.com/joyent/node/wiki/Installation</a>
123+
<a href="https://github.com/joyent/node/tree/master">git repository</a>
125124
</p>
126125

127126

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.6.0 Manual &amp; Documentation</title>
5+
<title>{{section}}Node.js v0.6.1 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.6.0 Manual &amp; Documentation</h1>
14+
<h1>Node.js v0.6.1 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 6
3131
#define NODE_PATCH_VERSION 1
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)