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-08-18 05:17:57 +0400
committerRyan Dahl <ry@tinyclouds.org>2011-08-18 05:18:10 +0400
commita745d19ce7d1c0e3778371af4f0346be70cf2c8e (patch)
tree5a9e0d20731c881143df6ae2a14cde08500b1440
parent9cd510846eea5ebdd116fb45ef4d5be64acda022 (diff)
Bump version to v0.4.11v0.4.11
-rw-r--r--AUTHORS5
-rw-r--r--ChangeLog28
-rw-r--r--doc/index.html18
-rw-r--r--doc/template.html7
-rw-r--r--src/node_version.h2
5 files changed, 46 insertions, 14 deletions
diff --git a/AUTHORS b/AUTHORS
index 1eb73d6df88..2feb56e9642 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -189,3 +189,8 @@ Kip Gebhardt <kip.gebhardt@voxer.com>
Stefan Rusu <saltwaterc@gmail.com>
Wojciech Wnętrzak <w.wnetrzak@gmail.com>
Reid Burke <me@reidburke.com>
+Vicente Jimenez Aguilar <googuy@gmail.com>
+SAWADA Tadashi <cesare@mayverse.jp>
+Logan Smyth <loganfsmyth@gmail.com>
+Christopher Wright <christopherwright@gmail.com>
+Mickaël Delahaye <mickael.delahaye@gmail.com>
diff --git a/ChangeLog b/ChangeLog
index c46dd61f9e3..310800a6a6e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,30 @@
-2011.07.19, Version 0.4.10 (stable)
+2011.08.17, Version 0.4.11 (stable)
+
+* #738 Fix crypto encryption/decryption with Base64. (SAWADA Tadashi)
+
+* #1202 net.createConnection defer DNS lookup error events to next tick
+ (Ben Noordhuis)
+
+* #1374 fix setting ServerResponse.statusCode in writeHead (Trent Mick)
+
+* #1417 Fix http.ClientRequest crashes if end() was called twice
+
+* #1497 querystring: Replace 'in' test with 'hasOwnProperty' (isaacs)
+
+* #1546 http perf improvement
+
+* fix memleak in libeio (Tom Hughes)
+
+* cmake improvements (Tom Hughes)
+
+* node_net.cc: fix incorrect sizeof() (Tom Hughes)
+
+* Windows/cygwin: no more GetConsoleTitleW errors on XP (Bert Belder)
+
+* Doc improvments (koichik, Logan Smyth, Ben Noordhuis, Arnout Kazemier)
+
+
+2011.07.19, Version 0.4.10 (stable), 1b8dd65d6e3b82b6863ef38835cc436c5d30c1d5
* #394 Fix Buffer drops last null character in UTF-8
diff --git a/doc/index.html b/doc/index.html
index 4e3fc5c7741..9f1ab403bd4 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.10/api">v0.4.10 docs</a></li>
- <li><a href="http://nodejs.org/docs/v0.5.1/api">v0.5.1 docs</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>
<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.07.19 v0.4.10 (stable)
+ <p>2011.08.17 v0.4.11 (stable)
<ul class="release">
- <li><a href="http://nodejs.org/dist/node-v0.4.10.tar.gz"><code>node-v0.4.10.tar.gz</code> Source Code</a>
- <li><a href="http://nodejs.org/docs/v0.4.10/api/index.html">Documentation</a>
+ <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>
</ul>
- <p>2011.07.14 v0.5.1 (unstable)
+ <p>2011.08.12 v0.5.4 (unstable)
<ul class="release">
- <li><a href="http://nodejs.org/dist/v0.5.1/node-v0.5.1.tar.gz"><code>node-v0.5.1.tar.gz</code> Source code</a>
- <li><a href="http://nodejs.org/dist/v0.5.1/node.exe"><code>node.exe</code> Windows executable</a>
- <li><a href="http://nodejs.org/docs/v0.5.1/api/index.html">Documentation</a>
+ <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>
</ul>
diff --git a/doc/template.html b/doc/template.html
index 19bca35f374..629dd613bb4 100644
--- a/doc/template.html
+++ b/doc/template.html
@@ -1,7 +1,8 @@
<!DOCTYPE html>
<html>
<head>
- <title>{{section}}Node.js Manual &amp; Documentation</title>
+ <meta charset="UTF-8" />
+ <title>{{section}}Node.js v0.4.11 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" />
@@ -10,7 +11,7 @@
<body>
<div id="container">
<header>
- <h1>Node.js Manual &amp; Documentation</h1>
+ <h1>Node.js v0.4.11 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>
@@ -22,4 +23,4 @@
<script type="text/javascript" src="assets/sh_javascript.min.js"></script>
<script type="text/javascript">highlight(undefined, undefined, 'pre');</script>
</body>
-</html> \ No newline at end of file
+</html>
diff --git a/src/node_version.h b/src/node_version.h
index 8dbd3c44ef6..9f890bfdc78 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 11
-#define NODE_VERSION_IS_RELEASE 0
+#define NODE_VERSION_IS_RELEASE 1
#ifndef NODE_STRINGIFY
#define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)