Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2011-12-15 04:59:37 +0400
committerisaacs <i@izs.me>2011-12-15 22:55:52 +0400
commit9a059ea69e1f6ebd8899246682d8ca257610b8ab (patch)
treeccc6a0b92d2f855235b202ab8fe325cd5b2bb38f
parent56f65e3c3e1a3b4958291fa79329bde22d8f2b10 (diff)
2011.12.14, Version 0.6.6 (stable)v0.6.6
* 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)
-rw-r--r--AUTHORS9
-rw-r--r--ChangeLog25
-rw-r--r--doc/index.html14
-rw-r--r--doc/logos/index.html2
-rw-r--r--doc/template.html4
-rw-r--r--src/node_version.h2
6 files changed, 44 insertions, 12 deletions
diff --git a/AUTHORS b/AUTHORS
index 1fa19d3b270..51e0c7dba7c 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -235,3 +235,12 @@ Jacob H.C. Kragh <jhckragh@gmail.com>
Benjamin Pasero <benjamin.pasero@gmail.com>
Scott Anderson <sanderson7@gmail.com>
Yoji SHIDARA <dara@shidara.net>
+Mathias Bynens <mathias@qiwi.be>
+Łukasz Walukiewicz <lukasz@walukiewicz.eu>
+Artur Adib <arturadib@gmail.com>
+E. Azer Koçulu <azer@kodfabrik.com>
+Roman Shtylman <shtylman@gmail.com>
+Kyle Robinson Young <kyle@dontkry.com>
+Tim Oxley <secoif@gmail.com>
+Ingmar Runge <ingmar@irsoft.de>
+Russ Bradberry <rbradberry@gmail.com>
diff --git a/ChangeLog b/ChangeLog
index 9a544f0ea17..cccdbf2a246 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,27 @@
-2011.12.04, Version 0.6.5 (stable)
+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)
+
+
+2011.12.04, Version 0.6.5 (stable), 6cc94db653a2739ab28e33b2d6a63c51bd986a9f
* npm workaround Windows antivirus software (isaacs)
diff --git a/doc/index.html b/doc/index.html
index 9b74ce9906f..95c3aeeb775 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -76,15 +76,15 @@
<a href="#" id="download-close">X</a>
<img id="download-logo" src="download-logo.png" alt="node.js">
<ul id="installers" class="clearfix">
- <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>
- <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>
- <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>
+ <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>
+ <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>
+ <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>
</ul>
<ul id="documentation">
- <li><a href="https://raw.github.com/joyent/node/v0.6.5/ChangeLog">Change Log</a></li>
- <li><a href="http://nodejs.org/docs/v0.6.5/api/index.html">Documentation</a></li>
- <li><a href="http://nodejs.org/dist/v0.6.5">Other release files</a></li>
- <li><a href="https://raw.github.com/joyent/node/v0.6.5/LICENSE">License</a></li>
+ <li><a href="https://raw.github.com/joyent/node/v0.6.6/ChangeLog">Change Log</a></li>
+ <li><a href="http://nodejs.org/docs/v0.6.6/api/index.html">Documentation</a></li>
+ <li><a href="http://nodejs.org/dist/v0.6.6">Other release files</a></li>
+ <li><a href="https://raw.github.com/joyent/node/v0.6.6/LICENSE">License</a></li>
<li><a href="https://github.com/joyent/node">Git Repository</a></li>
</ul>
</div>
diff --git a/doc/logos/index.html b/doc/logos/index.html
index e2887b8b4e5..250cd727507 100644
--- a/doc/logos/index.html
+++ b/doc/logos/index.html
@@ -58,7 +58,7 @@
</div>
</div>
<div id="footer">
- <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>
+ <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>
</div>
diff --git a/doc/template.html b/doc/template.html
index 8b8ab48348b..60826dcab21 100644
--- a/doc/template.html
+++ b/doc/template.html
@@ -2,7 +2,7 @@
<html>
<head>
<meta charset="UTF-8">
- <title>{{section}}Node.js v0.6.5 Manual &amp; Documentation</title>
+ <title>{{section}}Node.js v0.6.6 Manual &amp; Documentation</title>
<link rel="stylesheet" href="assets/style.css">
<link rel="stylesheet" href="assets/sh.css">
<link rel="canonical" href="http://nodejs.org/docs/latest/api/{{filename}}.html">
@@ -10,7 +10,7 @@
<body>
<div id="container">
<header>
- <h1>Node.js v0.6.5 Manual &amp; Documentation</h1>
+ <h1>Node.js v0.6.6 Manual &amp; Documentation</h1>
<div id="gtoc">
<p><a href="index.html">Index</a> | <a href="all.html">View on single page</a></p>
</div>
diff --git a/src/node_version.h b/src/node_version.h
index 42099bcb3a8..2a8189bd3b0 100644
--- a/src/node_version.h
+++ b/src/node_version.h
@@ -29,7 +29,7 @@
#define NODE_MAJOR_VERSION 0
#define NODE_MINOR_VERSION 6
#define NODE_PATCH_VERSION 6
-#define NODE_VERSION_IS_RELEASE 0
+#define NODE_VERSION_IS_RELEASE 1
#ifndef NODE_STRINGIFY
#define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)