Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 0b925d0

Browse filesBrowse files
committed
bump version
1 parent 81f5ed5 commit 0b925d0
Copy full SHA for 0b925d0

File tree

Expand file treeCollapse file tree

4 files changed

+29
-5
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

4 files changed

+29
-5
lines changed
Open diff view settings
Collapse file

‎ChangeLog‎

Copy file name to clipboardExpand all lines: ChangeLog
+25-1Lines changed: 25 additions & 1 deletion
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

Collapse file

‎doc/api_header.html‎

Copy file name to clipboardExpand all lines: doc/api_header.html
+1-1Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Collapse file

‎doc/index.html‎

Copy file name to clipboardExpand all lines: doc/index.html
+2-2Lines 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.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>
Collapse file

‎src/node_version.h‎

Copy file name to clipboardExpand all lines: src/node_version.h
+1-1Lines 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 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.