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-16 03:46:39 +0400
committerRyan Dahl <ry@tinyclouds.org>2011-09-16 03:46:39 +0400
commit771ba34ca7b839add2ef96879e1ffc684813cf7c (patch)
tree450e01d891a8499cc460a375cbf3739c966bbf13
parent6312e889b1cd76fb5089056fd80f335319ad103e (diff)
Bump version to v0.4.12v0.4.12
-rw-r--r--ChangeLog25
-rw-r--r--doc/index.html18
-rw-r--r--doc/template.html4
-rw-r--r--src/node_version.h2
4 files changed, 36 insertions, 13 deletions
diff --git a/ChangeLog b/ChangeLog
index 310800a6a6e..1e66f697b4e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,27 @@
-2011.08.17, Version 0.4.11 (stable)
+2011.09.15, Version 0.4.12 (stable)
+
+* Improve docs
+
+* #1563 overflow in ChildProcess custom_fd.
+
+* #1569, parse error on multi-line HTTP headers. (Ben Noordhuis)
+
+* #1586 net: Socket write encoding case sensitivity (koichik)
+
+* #1610 Remove DigiNotar CA from trusted list (isaacs)
+
+* #1624 buffer: Avoid overrun with 'binary' encoding. (koichik)
+
+* #1633 buffer: write() should always set _charsWritten. (koichik)
+
+* #1707 hasOwnProperty usage security hole in querystring (isaacs)
+
+* #1719 Drain OpenSSL error queue
+
+* Fix error reporting in net.Server.listen
+
+
+2011.08.17, Version 0.4.11 (stable), a745d19ce7d1c0e3778371af4f0346be70cf2c8e
* #738 Fix crypto encryption/decryption with Base64. (SAWADA Tadashi)
diff --git a/doc/index.html b/doc/index.html
index 9f1ab403bd4..4dbacd11c31 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.4/api">v0.5.4 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.6/api">v0.5.6 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.08.12 v0.5.4 (unstable)
+ <p>2011.09.09 v0.5.6 (unstable)
<ul class="release">
- <li><a href="http://nodejs.org/dist/v0.5.4/node-v0.5.4.tar.gz"><code>node-v0.5.4.tar.gz</code> Source code</a>
- <li><a href="http://nodejs.org/dist/v0.5.4/node.exe"><code>node.exe</code> Windows executable</a>
- <li><a href="http://nodejs.org/docs/v0.5.4/api/index.html">Documentation</a>
+ <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>
</ul>
diff --git a/doc/template.html b/doc/template.html
index 629dd613bb4..93d67b5280d 100644
--- a/doc/template.html
+++ b/doc/template.html
@@ -2,7 +2,7 @@
<html>
<head>
<meta charset="UTF-8" />
- <title>{{section}}Node.js v0.4.11 Manual &amp; Documentation</title>
+ <title>{{section}}Node.js v0.4.12 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.4.11 Manual &amp; Documentation</h1>
+ <h1>Node.js v0.4.12 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 619b61e7b2f..5062229310f 100644
--- a/src/node_version.h
+++ b/src/node_version.h
@@ -28,7 +28,7 @@
#define NODE_MAJOR_VERSION 0
#define NODE_MINOR_VERSION 4
#define NODE_PATCH_VERSION 12
-#define NODE_VERSION_IS_RELEASE 0
+#define NODE_VERSION_IS_RELEASE 1
#ifndef NODE_STRINGIFY
#define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)