Skip to content

Commit 0b925d0

Browse files
committed
bump version
1 parent 81f5ed5 commit 0b925d0

File tree

4 files changed

+29
-5
lines changed

4 files changed

+29
-5
lines changed

ChangeLog

+25-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,28 @@
1-
2010.07.25, Version 0.1.102
1+
2010.08.04, Version 0.1.103
2+
3+
* Implement keep-alive for http.Client (Mikeal Rogers)
4+
5+
* base64 fixes. (Ben Noordhuis)
6+
7+
* Fix --debug-brk (Danny Coates)
8+
9+
* Don't let path.normalize get above the root. (Isaac Schlueter)
10+
11+
* Allow signals to be used with process.on in addition to
12+
process.addListener. (Brian White)
13+
14+
* Globalize the Buffer object
15+
16+
* Use kqueue on recent macintosh builds
17+
18+
* Fix addrlen for unix_dgram sockets (Benjamin Kramer)
19+
20+
* Fix stats.isDirectory() and friends (Benjamin Kramer)
21+
22+
* Upgrade http-parser, V8 to 2.3.5
23+
24+
25+
2010.07.25, Version 0.1.102, 2a4568c85f33869c75ff43ccd30f0ec188b43eab
226

327
* base64 encoding for Buffers.
428

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.07.25
93-
<a href="http://nodejs.org/dist/node-v0.1.102.tar.gz">node-v0.1.102.tar.gz</a>
92+
2010.08.04
93+
<a href="http://nodejs.org/dist/node-v0.1.103.tar.gz">node-v0.1.103.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

+1-1
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 102
9+
#define NODE_PATCH_VERSION 103
1010

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

0 commit comments

Comments
 (0)