Skip to content

Commit b49bec5

Browse files
committed
Bump version to 0.5.6
1 parent 0a72ac3 commit b49bec5

File tree

4 files changed

+85
-9
lines changed

4 files changed

+85
-9
lines changed

ChangeLog

+77-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,80 @@
1-
2011.08.26, Version 0.5.5 (unstable)
1+
2011.09.08, Version 0.5.6 (unstable)
2+
3+
* #345, #1635, #1648 Documentation improvements (Thomas Shinnick,
4+
Abimanyu Raja, AJ ONeal, Koichi Kobayashi, Michael Jackson, Logan Smyth,
5+
Ben Noordhuis)
6+
7+
* #650 Improve path parsing on windows (Bert Belder)
8+
9+
* #752 Remove headers sent check in OutgoingMessage.getHeader()
10+
(Peter Lyons)
11+
12+
* #1236, #1438, #1506, #1513, #1621, #1640, #1647 Libuv-related bugs fixed
13+
(Jorge Chamorro Bieling, Peter Bright, Luis Lavena, Igor Zinkovsky)
14+
15+
* #1296, #1612 crypto: Fix BIO's usage. (Koichi Kobayashi)
16+
17+
* #1345 Correctly set socket.remoteAddress with libuv backend (Bert Belder)
18+
19+
* #1429 Don't clobber quick edit mode on windows (Peter Bright)
20+
21+
* #1503 Make libuv backend default on unix, override with `node --use-legacy`
22+
23+
* #1565 Fix fs.stat for paths ending with \ on windows (Igor Zinkovsky)
24+
25+
* #1568 Fix x509 certificate subject parsing (Koichi Kobayashi)
26+
27+
* #1586 Make socket write encoding case-insensitive (Koichi Kobayashi)
28+
29+
* #1591, #1656, #1657 Implement fs in libuv, remove libeio and pthread-win32
30+
dependency on windows (Igor Zinkovsky, Ben Noordhuis, Ryan Dahl,
31+
Isaac Schlueter)
32+
33+
* #1592 Don't load-time link against CreateSymbolicLink on windows
34+
(Peter Bright)
35+
36+
* #1601 Improve API consistency when dealing with the socket underlying a HTTP
37+
client request (Mikeal Rogers)
38+
39+
* #1610 Remove DigiNotar CA from trusted list (Isaac Schlueter)
40+
41+
* #1617 Added some win32 os functions (Karl Skomski)
42+
43+
* #1624 avoid buffer overrun with 'binary' encoding (Koichi Kobayashi)
44+
45+
* #1633 make Buffer.write() always set _charsWritten (Koichi Kobayashi)
46+
47+
* #1644 Windows: set executables to be console programs (Peter Bright)
48+
49+
* #1651 improve inspection for sparse array (Koichi Kobayashi)
50+
51+
* #1672 set .code='ECONNRESET' on socket hang up errors (Ben Noordhuis)
52+
53+
* Add test case for foaf+ssl client certificate (Niclas Hoyer)
54+
55+
* Added RPATH environment variable to override run-time library paths
56+
(Ashok Mudukutore)
57+
58+
* Added TLS client-side session resumption support (Sean Cunningham)
59+
60+
* Added additional properties to getPeerCertificate (Nathan Rixham,
61+
Niclas Hoyer)
62+
63+
* Don't eval repl command twice when an error is thrown (Nathan Rajlich)
64+
65+
* Improve util.isDate() (Nathan Rajlich)
66+
67+
* Improvements in libuv backend and bindings, upgrade libuv to
68+
bd6066cb349a9b3a1b0d87b146ddaee06db31d10
69+
70+
* Show warning when using lib/sys.js (Maciej Malecki)
71+
72+
* Support plus sign in url protocol (Maciej Malecki)
73+
74+
* Upgrade V8 to 3.6.2
75+
76+
77+
2011.08.26, Version 0.5.5 (unstable), d2d53d4bb262f517a227cc178a1648094ba54c20
278

379
* typed arrays, implementation from Plesk
480

doc/index.html

+5-5
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<li><a href="https://github.com/joyent/node/wiki/ChangeLog">ChangeLog</a></li>
2828
<li><a href="#about">About</a></li>
2929
<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.5/api">v0.5.5 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>
@@ -116,11 +116,11 @@ <h2 id="download">Download</h2>
116116
<li><a href="http://nodejs.org/docs/v0.4.11/api/index.html">Documentation</a>
117117
</ul>
118118

119-
<p>2011.08.12 v0.5.5 (unstable)
119+
<p>2011.08.12 v0.5.6 (unstable)
120120
<ul class="release">
121-
<li><a href="http://nodejs.org/dist/v0.5.5/node-v0.5.5.tar.gz"><code>node-v0.5.5.tar.gz</code> Source code</a>
122-
<li><a href="http://nodejs.org/dist/v0.5.5/node.exe"><code>node.exe</code> Windows executable</a>
123-
<li><a href="http://nodejs.org/docs/v0.5.5/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.5.5 Manual &amp; Documentation</title>
5+
<title>{{section}}Node.js v0.5.6 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.5.5 Manual &amp; Documentation</h1>
14+
<h1>Node.js v0.5.6 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
@@ -29,7 +29,7 @@
2929
#define NODE_MAJOR_VERSION 0
3030
#define NODE_MINOR_VERSION 5
3131
#define NODE_PATCH_VERSION 6
32-
#define NODE_VERSION_IS_RELEASE 0
32+
#define NODE_VERSION_IS_RELEASE 1
3333

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

0 commit comments

Comments
 (0)