Skip to content

Commit 220e61c

Browse files
committedOct 22, 2011
Bump version to v0.5.10
1 parent dd6faa5 commit 220e61c

File tree

5 files changed

+63
-8
lines changed

5 files changed

+63
-8
lines changed
 

‎AUTHORS

+5
Original file line numberDiff line numberDiff line change
@@ -222,3 +222,8 @@ Ben Leslie <benno@benno.id.au>
222222
Christian Tellnes <christian@tellnes.no>
223223
Colton Baker <github@netrefuge.net>
224224
Tyler Larson <talltyler@gmail.com>
225+
Tomasz Janczuk <tomasz@janczuk.org>
226+
Ilya Dmitrichenko <errordeveloper@gmail.com>
227+
Simen Brekken <simen.brekken@gmail.com>
228+
Guglielmo Ferri <44gatti@gmail.com>
229+
Thomas Parslow <tom@almostobsolete.net>

‎ChangeLog

+50
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,53 @@
1+
2011.10.21, Version 0.5.10 (unstable)
2+
3+
* Remove cmake build system, support for Cygwin, legacy code base,
4+
process.ENV, process.ARGV, process.memoryUsage().vsize, os.openOSHandle
5+
6+
* Documentation improvments (Igor Zinkovsky, Bert Belder, Ilya Dmitrichenko,
7+
koichik, Maciej Małecki, Guglielmo Ferri, isaacs)
8+
9+
* Performance improvements (Daniel Ennis, Bert Belder, Ben Noordhuis)
10+
11+
* Long process.title support (Ben Noordhuis)
12+
13+
* net: register net.Server callback only once (Simen Brekken)
14+
15+
* net: fix connect queue bugs (Ben Noordhuis)
16+
17+
* debugger: fix backtrace err handling (Fedor Indutny)
18+
19+
* Use getaddrinfo instead of c-ares for dns.lookup
20+
21+
* Emit 'end' from crypto streams on close
22+
23+
* repl: print out `undefined` (Nathan Rajlich)
24+
25+
* #1902 buffer: use NO_NULL_TERMINATION flag (koichik)
26+
27+
* #1907 http: Added support for HTTP PATCH verb (Thomas Parslow)
28+
29+
* #1644 add GetCPUInfo on windows (Karl Skomski)
30+
31+
* #1484, #1834, #1482, #771 Don't use a separate context for the repl.
32+
(isaacs)
33+
34+
* #1882 zlib Update 'availOutBefore' value, and test (isaacs)
35+
36+
* #1888 child_process.fork: don't modify args (koichik)
37+
38+
* #1516 tls: requestCert unusable with Firefox and Chrome (koichik)
39+
40+
* #1467 tls: The TLS API is inconsistent with the TCP API (koichik)
41+
42+
* #1894 net: fix error handling in listen() (koichik)
43+
44+
* #1860 console.error now goes through uv_tty_t
45+
46+
* Upgrade V8 to 3.7.0
47+
48+
* Upgrade GYP to r1081
49+
50+
151
2011.10.10, Version 0.5.9 (unstable)
252

353
* fs.watch interface backed by kqueue, inotify, and ReadDirectoryChangesW

‎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.12/api">v0.4.12 docs</a></li>
30-
<li><a href="http://nodejs.org/docs/v0.5.9/api">v0.5.9 docs</a></li>
30+
<li><a href="http://nodejs.org/docs/v0.5.10/api">v0.5.10 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.12/api/index.html">Documentation</a>
117117
</ul>
118118

119-
<p>2011.10.10 v0.5.9 (unstable)
119+
<p>2011.10.10 v0.5.21 (unstable)
120120
<ul class="release">
121-
<li><a href="http://nodejs.org/dist/v0.5.9/node-v0.5.9.tar.gz"><code>node-v0.5.9.tar.gz</code> Source code</a>
122-
<li><a href="http://nodejs.org/dist/v0.5.9/node.exe"><code>node.exe</code> Windows executable</a>
123-
<li><a href="http://nodejs.org/docs/v0.5.9/api/index.html">Documentation</a>
121+
<li><a href="http://nodejs.org/dist/v0.5.10/node-v0.5.10.tar.gz"><code>node-v0.5.10.tar.gz</code> Source code</a>
122+
<li><a href="http://nodejs.org/dist/v0.5.10/node.exe"><code>node.exe</code> Windows executable</a>
123+
<li><a href="http://nodejs.org/docs/v0.5.10/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.9 Manual &amp; Documentation</title>
5+
<title>{{section}}Node.js v0.5.10 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.9 Manual &amp; Documentation</h1>
14+
<h1>Node.js v0.5.10 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 10
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)
Please sign in to comment.