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:
authorRyan Dahl <ry@tinyclouds.org>2011-09-17 02:40:39 +0400
committerRyan Dahl <ry@tinyclouds.org>2011-09-17 04:54:20 +0400
commit558241166c4f3c516e5a448e676db0b57119212f (patch)
treef02158b03fa8f4d28c78f9902e846df0ae657217
parent145fac7fb1b1f2bec90003386a88f91aa7771831 (diff)
Bump version to v0.5.7v0.5.7
-rw-r--r--AUTHORS16
-rw-r--r--ChangeLog36
-rw-r--r--doc/index.html18
-rw-r--r--doc/template.html4
-rw-r--r--src/node_version.h2
5 files changed, 64 insertions, 12 deletions
diff --git a/AUTHORS b/AUTHORS
index d9b6061639c..0072239fc99 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -202,3 +202,19 @@ SAWADA Tadashi <cesare@mayverse.jp>
Logan Smyth <loganfsmyth@gmail.com>
Christopher Wright <christopherwright@gmail.com>
Mickaël Delahaye <mickael.delahaye@gmail.com>
+Aku Kotkavuo <aku@hibana.net>
+Peter Bright <drpizza@quiscalusmexicanus.org>
+Glen Low <glen.low@pixelglow.com>
+Thomas Shinnick <tshinnic@gmail.com>
+Antranig Basman <antranig.basman@colorado.edu>
+Maciej Małecki <maciej.malecki@notimplemented.org>
+Evan Martin <martine@danga.com>
+Peter Lyons <pete@peterlyons.com>
+jkummerow@chromium.org <jkummerow@chromium.org>
+Jann Horn <jannhorn@googlemail.com>
+Abimanyu Raja <abimanyuraja@gmail.com>
+Karl Skomski <karl@skomski.com>
+Niclas Hoyer <niclas@verbugt.de>
+Michael Jackson <mjijackson@gmail.com>
+Ashok Mudukutore <ashok@lineratesystems.com>
+Sean Cunningham <sean.cunningham@mandiant.com>
diff --git a/ChangeLog b/ChangeLog
index 93d925e1a73..54b57818ca1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,39 @@
+2011.09.16, Version 0.5.7 (unstable)
+
+* Upgrade V8 to 3.6.4
+
+* Improve Windows compatibility
+
+* Documentation improvements
+
+* Debugger and REPL improvements (Fedor Indutny)
+
+* Add legacy API support: net.Stream(fd), process.stdout.writable,
+ process.stdout.fd
+
+* Fix mkdir EEXIST handling (isaacs)
+
+* Use net_uv instead of net_legacy for stdio
+
+* Do not load readline from util.inspect
+
+* #1673 Fix bug related to V8 context with accessors (Fedor Indutny)
+
+* #1634 util: Fix inspection for Error (koichik)
+
+* #1645 fs: Add positioned file writing feature to fs.WriteStream (Thomas
+ Shinnick)
+
+* #1637 fs: Unguarded fs.watchFile cache statWatchers checking fixed (Thomas
+ Shinnick)
+
+* #1695 Forward customFds to ChildProcess.spawn
+
+* #1707 Fix hasOwnProperty security problem in querystring (isaacs)
+
+* #1719 Drain OpenSSL error queue
+
+
2011.09.08, Version 0.5.6 (unstable)
* #345, #1635, #1648 Documentation improvements (Thomas Shinnick,
diff --git a/doc/index.html b/doc/index.html
index 113d0562094..ca0603a3b61 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -26,8 +26,8 @@
<li><a href="#download">Download</a></li>
<li><a href="https://github.com/joyent/node/wiki/ChangeLog">ChangeLog</a></li>
<li><a href="#about">About</a></li>
- <li><a href="http://nodejs.org/docs/v0.4.11/api">v0.4.11 docs</a></li>
- <li><a href="http://nodejs.org/docs/v0.5.6/api">v0.5.6 docs</a></li>
+ <li><a href="http://nodejs.org/docs/v0.4.12/api">v0.4.12 docs</a></li>
+ <li><a href="http://nodejs.org/docs/v0.5.7/api">v0.5.7 docs</a></li>
<br/>
<li><a href="https://github.com/joyent/node/wiki">Wiki</a></li>
<li><a href="http://blog.nodejs.org/">Blog</a></li>
@@ -110,17 +110,17 @@ server.listen(1337, "127.0.0.1");
<a href="http://github.com/joyent/node/tree/master">git repo</a>
</p>
- <p>2011.08.17 v0.4.11 (stable)
+ <p>2011.09.15 v0.4.12 (stable)
<ul class="release">
- <li><a href="http://nodejs.org/dist/node-v0.4.11.tar.gz"><code>node-v0.4.11.tar.gz</code> Source Code</a>
- <li><a href="http://nodejs.org/docs/v0.4.11/api/index.html">Documentation</a>
+ <li><a href="http://nodejs.org/dist/node-v0.4.12.tar.gz"><code>node-v0.4.12.tar.gz</code> Source Code</a>
+ <li><a href="http://nodejs.org/docs/v0.4.12/api/index.html">Documentation</a>
</ul>
- <p>2011.09.09 v0.5.6 (unstable)
+ <p>2011.09.16 v0.5.7 (unstable)
<ul class="release">
- <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>
- <li><a href="http://nodejs.org/dist/v0.5.6/node.exe"><code>node.exe</code> Windows executable</a>
- <li><a href="http://nodejs.org/docs/v0.5.6/api/index.html">Documentation</a>
+ <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>
+ <li><a href="http://nodejs.org/dist/v0.5.7/node.exe"><code>node.exe</code> Windows executable</a>
+ <li><a href="http://nodejs.org/docs/v0.5.7/api/index.html">Documentation</a>
</ul>
diff --git a/doc/template.html b/doc/template.html
index b13532384fc..86cf4350f1b 100644
--- a/doc/template.html
+++ b/doc/template.html
@@ -2,7 +2,7 @@
<html>
<head>
<meta charset="UTF-8" />
- <title>{{section}}Node.js v0.5.6 Manual &amp; Documentation</title>
+ <title>{{section}}Node.js v0.5.7 Manual &amp; Documentation</title>
<link type="image/x-icon" rel="icon" href="/favicon.ico" />
<link type="image/x-icon" rel="shortcut icon" href="/favicon.ico" />
<link rel="stylesheet" href="assets/style.css" type="text/css" media="all" />
@@ -11,7 +11,7 @@
<body>
<div id="container">
<header>
- <h1>Node.js v0.5.6 Manual &amp; Documentation</h1>
+ <h1>Node.js v0.5.7 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 509270eea13..4b1cb72c3a0 100644
--- a/src/node_version.h
+++ b/src/node_version.h
@@ -29,7 +29,7 @@
#define NODE_MAJOR_VERSION 0
#define NODE_MINOR_VERSION 5
#define NODE_PATCH_VERSION 7
-#define NODE_VERSION_IS_RELEASE 0
+#define NODE_VERSION_IS_RELEASE 1
#ifndef NODE_STRINGIFY
#define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)