Skip to content

Commit b14dd49

Browse files
committed
bump version
1 parent a8c2bb4 commit b14dd49

File tree

4 files changed

+19
-5
lines changed

4 files changed

+19
-5
lines changed

ChangeLog

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,18 @@
1-
2010.08.04, Version 0.1.103
1+
2010.08.13, Version 0.1.104
2+
3+
* Various bug fixes (console, querystring, require)
4+
5+
* Set cwd for child processes (Bert Belder)
6+
7+
* Tab completion for readline (Trent Mick)
8+
9+
* process.title getter/setter for OSX, Linux, Cygwin.
10+
(Rasmus Andersson, Bert Belder)
11+
12+
* Upgrade V8 to 2.3.6
13+
14+
15+
2010.08.04, Version 0.1.103, 0b925d075d359d03426f0b32bb58a5e05825b4ea
216

317
* Implement keep-alive for http.Client (Mikeal Rogers)
418

doc/api_header.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

doc/index.html

Lines changed: 2 additions & 2 deletions
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.04
93-
<a href="http://nodejs.org/dist/node-v0.1.103.tar.gz">node-v0.1.103.tar.gz</a>
92+
2010.08.13
93+
<a href="http://nodejs.org/dist/node-v0.1.104.tar.gz">node-v0.1.104.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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
#define NODE_MAJOR_VERSION 0
88
#define NODE_MINOR_VERSION 1
9-
#define NODE_PATCH_VERSION 103
9+
#define NODE_PATCH_VERSION 104
1010

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

0 commit comments

Comments
 (0)