Skip to content

Commit a745d19

Browse files
committed
Bump version to v0.4.11
1 parent 9cd5108 commit a745d19

File tree

5 files changed

+46
-14
lines changed

5 files changed

+46
-14
lines changed

AUTHORS

+5
Original file line numberDiff line numberDiff line change
@@ -189,3 +189,8 @@ Kip Gebhardt <[email protected]>
189189
Stefan Rusu <[email protected]>
190190
Wojciech Wnętrzak <[email protected]>
191191
Reid Burke <[email protected]>
192+
Vicente Jimenez Aguilar <[email protected]>
193+
SAWADA Tadashi <[email protected]>
194+
Logan Smyth <[email protected]>
195+
Christopher Wright <[email protected]>
196+
Mickaël Delahaye <[email protected]>

ChangeLog

+27-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,30 @@
1-
2011.07.19, Version 0.4.10 (stable)
1+
2011.08.17, Version 0.4.11 (stable)
2+
3+
* #738 Fix crypto encryption/decryption with Base64. (SAWADA Tadashi)
4+
5+
* #1202 net.createConnection defer DNS lookup error events to next tick
6+
(Ben Noordhuis)
7+
8+
* #1374 fix setting ServerResponse.statusCode in writeHead (Trent Mick)
9+
10+
* #1417 Fix http.ClientRequest crashes if end() was called twice
11+
12+
* #1497 querystring: Replace 'in' test with 'hasOwnProperty' (isaacs)
13+
14+
* #1546 http perf improvement
15+
16+
* fix memleak in libeio (Tom Hughes)
17+
18+
* cmake improvements (Tom Hughes)
19+
20+
* node_net.cc: fix incorrect sizeof() (Tom Hughes)
21+
22+
* Windows/cygwin: no more GetConsoleTitleW errors on XP (Bert Belder)
23+
24+
* Doc improvments (koichik, Logan Smyth, Ben Noordhuis, Arnout Kazemier)
25+
26+
27+
2011.07.19, Version 0.4.10 (stable), 1b8dd65d6e3b82b6863ef38835cc436c5d30c1d5
228

329
* #394 Fix Buffer drops last null character in UTF-8
430

doc/index.html

+9-9
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
<li><a href="#download">Download</a></li>
2727
<li><a href="https://github.com/joyent/node/wiki/ChangeLog">ChangeLog</a></li>
2828
<li><a href="#about">About</a></li>
29-
<li><a href="http://nodejs.org/docs/v0.4.10/api">v0.4.10 docs</a></li>
30-
<li><a href="http://nodejs.org/docs/v0.5.1/api">v0.5.1 docs</a></li>
29+
<li><a href="http://nodejs.org/docs/v0.4.11/api">v0.4.11 docs</a></li>
30+
<li><a href="http://nodejs.org/docs/v0.5.4/api">v0.5.4 docs</a></li>
3131
<br/>
3232
<li><a href="https://github.com/joyent/node/wiki">Wiki</a></li>
3333
<li><a href="http://blog.nodejs.org/">Blog</a></li>
@@ -110,17 +110,17 @@ <h2 id="download">Download</h2>
110110
<a href="http://github.com/joyent/node/tree/master">git repo</a>
111111
</p>
112112

113-
<p>2011.07.19 v0.4.10 (stable)
113+
<p>2011.08.17 v0.4.11 (stable)
114114
<ul class="release">
115-
<li><a href="http://nodejs.org/dist/node-v0.4.10.tar.gz"><code>node-v0.4.10.tar.gz</code> Source Code</a>
116-
<li><a href="http://nodejs.org/docs/v0.4.10/api/index.html">Documentation</a>
115+
<li><a href="http://nodejs.org/dist/node-v0.4.11.tar.gz"><code>node-v0.4.11.tar.gz</code> Source Code</a>
116+
<li><a href="http://nodejs.org/docs/v0.4.11/api/index.html">Documentation</a>
117117
</ul>
118118

119-
<p>2011.07.14 v0.5.1 (unstable)
119+
<p>2011.08.12 v0.5.4 (unstable)
120120
<ul class="release">
121-
<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>
122-
<li><a href="http://nodejs.org/dist/v0.5.1/node.exe"><code>node.exe</code> Windows executable</a>
123-
<li><a href="http://nodejs.org/docs/v0.5.1/api/index.html">Documentation</a>
121+
<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>
122+
<li><a href="http://nodejs.org/dist/v0.5.4/node.exe"><code>node.exe</code> Windows executable</a>
123+
<li><a href="http://nodejs.org/docs/v0.5.4/api/index.html">Documentation</a>
124124
</ul>
125125

126126

doc/template.html

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
<!DOCTYPE html>
22
<html>
33
<head>
4-
<title>{{section}}Node.js Manual &amp; Documentation</title>
4+
<meta charset="UTF-8" />
5+
<title>{{section}}Node.js v0.4.11 Manual &amp; Documentation</title>
56
<link type="image/x-icon" rel="icon" href="/favicon.ico" />
67
<link type="image/x-icon" rel="shortcut icon" href="/favicon.ico" />
78
<link rel="stylesheet" href="assets/style.css" type="text/css" media="all" />
@@ -10,7 +11,7 @@
1011
<body>
1112
<div id="container">
1213
<header>
13-
<h1>Node.js Manual &amp; Documentation</h1>
14+
<h1>Node.js v0.4.11 Manual &amp; Documentation</h1>
1415
<div id="gtoc">
1516
<p><a href="index.html">Index</a> | <a href="all.html">View on single page</a></p>
1617
</div>
@@ -22,4 +23,4 @@ <h1>Node.js Manual &amp; Documentation</h1>
2223
<script type="text/javascript" src="assets/sh_javascript.min.js"></script>
2324
<script type="text/javascript">highlight(undefined, undefined, 'pre');</script>
2425
</body>
25-
</html>
26+
</html>

src/node_version.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
#define NODE_MAJOR_VERSION 0
2929
#define NODE_MINOR_VERSION 4
3030
#define NODE_PATCH_VERSION 11
31-
#define NODE_VERSION_IS_RELEASE 0
31+
#define NODE_VERSION_IS_RELEASE 1
3232

3333
#ifndef NODE_STRINGIFY
3434
#define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)

0 commit comments

Comments
 (0)