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-10-11 01:43:15 +0400
committerRyan Dahl <ry@tinyclouds.org>2011-10-11 05:18:56 +0400
commit3bd9b08fb125b606f97a4079b147accfdeebb07d (patch)
tree3f7993165f31447fc9bea821393d218b79cd0c92
parent07703fa78e9887a5a46a6eab0f1a6aee9a333b50 (diff)
Bump version to v0.5.9v0.5.9
-rw-r--r--AUTHORS4
-rw-r--r--ChangeLog27
-rw-r--r--doc/index.html10
-rw-r--r--doc/template.html4
-rw-r--r--src/node_version.h2
5 files changed, 38 insertions, 9 deletions
diff --git a/AUTHORS b/AUTHORS
index 0072239fc99..9ab9a24f64e 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -218,3 +218,7 @@ Niclas Hoyer <niclas@verbugt.de>
Michael Jackson <mjijackson@gmail.com>
Ashok Mudukutore <ashok@lineratesystems.com>
Sean Cunningham <sean.cunningham@mandiant.com>
+Ben Leslie <benno@benno.id.au>
+Christian Tellnes <christian@tellnes.no>
+Colton Baker <github@netrefuge.net>
+Tyler Larson <talltyler@gmail.com>
diff --git a/ChangeLog b/ChangeLog
index e2dd8389be2..9b2d0ad2c04 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,29 @@
-2011.09.30, Version 0.5.8 (unstable)
+2011.10.10, Version 0.5.9 (unstable)
+
+* fs.watch interface backed by kqueue, inotify, and ReadDirectoryChangesW
+ (Igor Zinkovsky, Ben Noordhuis)
+
+* add dns.resolveTxt (Christian Tellnes)
+
+* Remove legacy http library (Ben Noordhuis)
+
+* child_process.fork returns and works on Windows. Allows passing handles.
+ (Igor Zinkovsky, Bert Belder)
+
+* #1774 Lint and clean up for --harmony_block_scoping (Tyler Larson, Colton
+ Baker)
+
+* #1813 Fix ctrl+c on Windows (Bert Belder)
+
+* #1844 unbreak --use-legacy (Ben Noordhuis)
+
+* process.stderr now goes through libuv. Both process.stdout and
+ process.stderr are blocking when referencing a TTY.
+
+* net_uv performance improvements (Ben Noordhuis, Bert Belder)
+
+
+2011.09.30, Version 0.5.8 (unstable), 7cc17a0cea1d25188c103745a7d0c24375e3a609
* zlib bindings (isaacs)
diff --git a/doc/index.html b/doc/index.html
index 2cf1bedc16f..61767095253 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -27,7 +27,7 @@
<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.12/api">v0.4.12 docs</a></li>
- <li><a href="http://nodejs.org/docs/v0.5.8/api">v0.5.8 docs</a></li>
+ <li><a href="http://nodejs.org/docs/v0.5.9/api">v0.5.9 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>
@@ -116,11 +116,11 @@ server.listen(1337, "127.0.0.1");
<li><a href="http://nodejs.org/docs/v0.4.12/api/index.html">Documentation</a>
</ul>
- <p>2011.09.30 v0.5.8 (unstable)
+ <p>2011.10.10 v0.5.9 (unstable)
<ul class="release">
- <li><a href="http://nodejs.org/dist/v0.5.8/node-v0.5.8.tar.gz"><code>node-v0.5.8.tar.gz</code> Source code</a>
- <li><a href="http://nodejs.org/dist/v0.5.8/node.exe"><code>node.exe</code> Windows executable</a>
- <li><a href="http://nodejs.org/docs/v0.5.8/api/index.html">Documentation</a>
+ <li><a href="http://nodejs.org/dist/v0.5.9/node-v0.5.9.tar.gz"><code>node-v0.5.9.tar.gz</code> Source code</a>
+ <li><a href="http://nodejs.org/dist/v0.5.9/node.exe"><code>node.exe</code> Windows executable</a>
+ <li><a href="http://nodejs.org/docs/v0.5.9/api/index.html">Documentation</a>
</ul>
diff --git a/doc/template.html b/doc/template.html
index 71d307749b4..2c00d04ddd7 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.8 Manual &amp; Documentation</title>
+ <title>{{section}}Node.js v0.5.9 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.8 Manual &amp; Documentation</h1>
+ <h1>Node.js v0.5.9 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 c66f1b1c1cc..59cd682f376 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 9
-#define NODE_VERSION_IS_RELEASE 0
+#define NODE_VERSION_IS_RELEASE 1
#ifndef NODE_STRINGIFY
#define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)