Skip to content

Commit 9283e13

Browse files
committedAug 20, 2010
bump version
1 parent 51ecba8 commit 9283e13

File tree

5 files changed

+28
-5
lines changed

5 files changed

+28
-5
lines changed
 

‎AUTHORS

+4
Original file line numberDiff line numberDiff line change
@@ -110,3 +110,7 @@ Andrew Naylor <argon@mkbot.net>
110110
Benjamin Kramer <benny.kra@gmail.com>
111111
Danny Coates <dannycoates@gmail.com>
112112
Nick Stenning <nick@whiteink.com>
113+
Bert Belder <bertbelder@gmail.com>
114+
Trent Mick <trentm@gmail.com>
115+
Fedor Indutny <fedor.indutny@gmail.com>
116+
Illarionov Oleg <oleg@emby.ru>

‎ChangeLog

+19
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
2010.08.20, Version 0.2.0
2+
3+
* process.title support for FreeBSD, Macintosh, Linux
4+
5+
* Fix OpenSSL 100% CPU usage on error (Illarionov Oleg)
6+
7+
* Implement net.Server.maxConnections.
8+
9+
* Fix process.platform, add process.version.
10+
11+
* Add --without-snapshot configure option.
12+
13+
* Readline REPL improvements (Trent Mick)
14+
15+
* Bug fixes.
16+
17+
* Upgrade V8 to 2.3.8
18+
19+
120
2010.08.13, Version 0.1.104
221

322
* Various bug fixes (console, querystring, require)

‎doc/api_header.html

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎doc/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@ <h2 id="download">Download</h2>
8989
<a href="http://github.com/ry/node/tree/master">git repo</a>
9090
</p>
9191
<p>
92-
2010.08.13
93-
<a href="http://nodejs.org/dist/node-v0.1.104.tar.gz">node-v0.1.104.tar.gz</a>
92+
2010.08.20
93+
<a href="http://nodejs.org/dist/node-v0.2.0.tar.gz">node-v0.2.0.tar.gz</a>
9494
</p>
9595

9696
<p>Historical: <a href="http://nodejs.org/dist">versions</a>, <a href="http://nodejs.org/docs">docs</a></p>

‎src/node_version.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
#define NODE_VERSION_H
66

77
#define NODE_MAJOR_VERSION 0
8-
#define NODE_MINOR_VERSION 1
9-
#define NODE_PATCH_VERSION 104
8+
#define NODE_MINOR_VERSION 2
9+
#define NODE_PATCH_VERSION 0
1010

1111
#ifndef NODE_STRINGIFY
1212
#define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)

0 commit comments

Comments
 (0)