Skip to content

Commit 9a059ea

Browse files
committedDec 15, 2011
2011.12.14, Version 0.6.6 (stable)
* npm update to 1.1.0-beta-4 (Isaac Z. Schlueter) * cli: fix output of --help (Ben Noordhuis) * new website * pause/resume semantics for stdin (Isaac Z. Schlueter) * Travis CI integration (Maciej Małecki) * child_process: Fix bug regarding closed stdin (Ben Noordhuis) * Enable upgrades in MSI. (Igor Zinkovsky) * net: Fixes memory leak (Ben Noordhuis) * fs: handle fractional or NaN ReadStream buffer size (Ben Noordhuis) * crypto: fix memory leaks in PBKDF2 error path (Ben Noordhuis)
1 parent 56f65e3 commit 9a059ea

File tree

6 files changed

+44
-12
lines changed

6 files changed

+44
-12
lines changed
 

‎AUTHORS

+9
Original file line numberDiff line numberDiff line change
@@ -235,3 +235,12 @@ Jacob H.C. Kragh <jhckragh@gmail.com>
235235
Benjamin Pasero <benjamin.pasero@gmail.com>
236236
Scott Anderson <sanderson7@gmail.com>
237237
Yoji SHIDARA <dara@shidara.net>
238+
Mathias Bynens <mathias@qiwi.be>
239+
Łukasz Walukiewicz <lukasz@walukiewicz.eu>
240+
Artur Adib <arturadib@gmail.com>
241+
E. Azer Koçulu <azer@kodfabrik.com>
242+
Roman Shtylman <shtylman@gmail.com>
243+
Kyle Robinson Young <kyle@dontkry.com>
244+
Tim Oxley <secoif@gmail.com>
245+
Ingmar Runge <ingmar@irsoft.de>
246+
Russ Bradberry <rbradberry@gmail.com>

‎ChangeLog

+24-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,27 @@
1-
2011.12.04, Version 0.6.5 (stable)
1+
2011.12.14, Version 0.6.6 (stable)
2+
3+
* npm update to 1.1.0-beta-4 (Isaac Z. Schlueter)
4+
5+
* cli: fix output of --help (Ben Noordhuis)
6+
7+
* new website
8+
9+
* pause/resume semantics for stdin (Isaac Z. Schlueter)
10+
11+
* Travis CI integration (Maciej Małecki)
12+
13+
* child_process: Fix bug regarding closed stdin (Ben Noordhuis)
14+
15+
* Enable upgrades in MSI. (Igor Zinkovsky)
16+
17+
* net: Fixes memory leak (Ben Noordhuis)
18+
19+
* fs: handle fractional or NaN ReadStream buffer size (Ben Noordhuis)
20+
21+
* crypto: fix memory leaks in PBKDF2 error path (Ben Noordhuis)
22+
23+
24+
2011.12.04, Version 0.6.5 (stable), 6cc94db653a2739ab28e33b2d6a63c51bd986a9f
225

326
* npm workaround Windows antivirus software (isaacs)
427

‎doc/index.html

+7-7
Original file line numberDiff line numberDiff line change
@@ -76,15 +76,15 @@ <h2>Node.js in the Industry</h2>
7676
<a href="#" id="download-close">X</a>
7777
<img id="download-logo" src="download-logo.png" alt="node.js">
7878
<ul id="installers" class="clearfix">
79-
<li><a href="http://nodejs.org/dist/v0.6.5/node-v0.6.5.msi">Windows Installer</a><br>node-v0.6.5.msi</li>
80-
<li><a href="http://nodejs.org/dist/v0.6.5/node-v0.6.5.pkg">Macintosh Installer</a><br>node-v0.6.5.pkg</li>
81-
<li id="source"><a href="http://nodejs.org/dist/v0.6.5/node-v0.6.5.tar.gz">Source Code</a><br>node-v0.6.5.tar.gz</li>
79+
<li><a href="http://nodejs.org/dist/v0.6.6/node-v0.6.6.msi">Windows Installer</a><br>node-v0.6.6.msi</li>
80+
<li><a href="http://nodejs.org/dist/v0.6.6/node-v0.6.6.pkg">Macintosh Installer</a><br>node-v0.6.6.pkg</li>
81+
<li id="source"><a href="http://nodejs.org/dist/v0.6.6/node-v0.6.6.tar.gz">Source Code</a><br>node-v0.6.6.tar.gz</li>
8282
</ul>
8383
<ul id="documentation">
84-
<li><a href="https://raw.github.com/joyent/node/v0.6.5/ChangeLog">Change Log</a></li>
85-
<li><a href="http://nodejs.org/docs/v0.6.5/api/index.html">Documentation</a></li>
86-
<li><a href="http://nodejs.org/dist/v0.6.5">Other release files</a></li>
87-
<li><a href="https://raw.github.com/joyent/node/v0.6.5/LICENSE">License</a></li>
84+
<li><a href="https://raw.github.com/joyent/node/v0.6.6/ChangeLog">Change Log</a></li>
85+
<li><a href="http://nodejs.org/docs/v0.6.6/api/index.html">Documentation</a></li>
86+
<li><a href="http://nodejs.org/dist/v0.6.6">Other release files</a></li>
87+
<li><a href="https://raw.github.com/joyent/node/v0.6.6/LICENSE">License</a></li>
8888
<li><a href="https://github.com/joyent/node">Git Repository</a></li>
8989
</ul>
9090
</div>

‎doc/logos/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ <h2>Desktop Background</h2>
5858
</div>
5959
</div>
6060
<div id="footer">
61-
<p>Copyright <a href="http://joyent.com">Joyent, Inc</a>., Node.js is a <a href="trademark-policy.pdf">trademark of Joyent, Inc</a>., <a href="https://raw.github.com/joyent/node/v0.6.5/LICENSE">View License</a></p>
61+
<p>Copyright <a href="http://joyent.com">Joyent, Inc</a>., Node.js is a <a href="trademark-policy.pdf">trademark of Joyent, Inc</a>., <a href="https://raw.github.com/joyent/node/v0.6.6/LICENSE">View License</a></p>
6262
</div>
6363

6464

‎doc/template.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
<html>
33
<head>
44
<meta charset="UTF-8">
5-
<title>{{section}}Node.js v0.6.5 Manual &amp; Documentation</title>
5+
<title>{{section}}Node.js v0.6.6 Manual &amp; Documentation</title>
66
<link rel="stylesheet" href="assets/style.css">
77
<link rel="stylesheet" href="assets/sh.css">
88
<link rel="canonical" href="http://nodejs.org/docs/latest/api/{{filename}}.html">
99
</head>
1010
<body>
1111
<div id="container">
1212
<header>
13-
<h1>Node.js v0.6.5 Manual &amp; Documentation</h1>
13+
<h1>Node.js v0.6.6 Manual &amp; Documentation</h1>
1414
<div id="gtoc">
1515
<p><a href="index.html">Index</a> | <a href="all.html">View on single page</a></p>
1616
</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 6
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)