Skip to content

Commit 771ba34

Browse files
committed
Bump version to v0.4.12
1 parent 6312e88 commit 771ba34

File tree

4 files changed

+36
-13
lines changed

4 files changed

+36
-13
lines changed

ChangeLog

+24-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,27 @@
1-
2011.08.17, Version 0.4.11 (stable)
1+
2011.09.15, Version 0.4.12 (stable)
2+
3+
* Improve docs
4+
5+
* #1563 overflow in ChildProcess custom_fd.
6+
7+
* #1569, parse error on multi-line HTTP headers. (Ben Noordhuis)
8+
9+
* #1586 net: Socket write encoding case sensitivity (koichik)
10+
11+
* #1610 Remove DigiNotar CA from trusted list (isaacs)
12+
13+
* #1624 buffer: Avoid overrun with 'binary' encoding. (koichik)
14+
15+
* #1633 buffer: write() should always set _charsWritten. (koichik)
16+
17+
* #1707 hasOwnProperty usage security hole in querystring (isaacs)
18+
19+
* #1719 Drain OpenSSL error queue
20+
21+
* Fix error reporting in net.Server.listen
22+
23+
24+
2011.08.17, Version 0.4.11 (stable), a745d19ce7d1c0e3778371af4f0346be70cf2c8e
225

326
* #738 Fix crypto encryption/decryption with Base64. (SAWADA Tadashi)
427

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.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>
29+
<li><a href="http://nodejs.org/docs/v0.4.12/api">v0.4.12 docs</a></li>
30+
<li><a href="http://nodejs.org/docs/v0.5.6/api">v0.5.6 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.08.17 v0.4.11 (stable)
113+
<p>2011.09.15 v0.4.12 (stable)
114114
<ul class="release">
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>
115+
<li><a href="http://nodejs.org/dist/node-v0.4.12.tar.gz"><code>node-v0.4.12.tar.gz</code> Source Code</a>
116+
<li><a href="http://nodejs.org/docs/v0.4.12/api/index.html">Documentation</a>
117117
</ul>
118118

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

126126

doc/template.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html>
33
<head>
44
<meta charset="UTF-8" />
5-
<title>{{section}}Node.js v0.4.11 Manual &amp; Documentation</title>
5+
<title>{{section}}Node.js v0.4.12 Manual &amp; Documentation</title>
66
<link type="image/x-icon" rel="icon" href="/favicon.ico" />
77
<link type="image/x-icon" rel="shortcut icon" href="/favicon.ico" />
88
<link rel="stylesheet" href="assets/style.css" type="text/css" media="all" />
@@ -11,7 +11,7 @@
1111
<body>
1212
<div id="container">
1313
<header>
14-
<h1>Node.js v0.4.11 Manual &amp; Documentation</h1>
14+
<h1>Node.js v0.4.12 Manual &amp; Documentation</h1>
1515
<div id="gtoc">
1616
<p><a href="index.html">Index</a> | <a href="all.html">View on single page</a></p>
1717
</div>

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 12
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)