Skip to content

Commit d1f69ef

Browse files
committed
bump version
1 parent a021db1 commit d1f69ef

File tree

4 files changed

+15
-5
lines changed

4 files changed

+15
-5
lines changed

ChangeLog

+11-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
1-
2009.11.03, Version 0.1.16
1+
2009.11.07, Version 0.1.17
2+
3+
* Feature: process.chdir() (Brandon Beacher)
4+
5+
* Revert http parser upgrade. (b893859c34f05db5c45f416949ebc0eee665cca6)
6+
Broke keep-alive.
7+
8+
* API: rename process.inherits to sys.inherits
9+
10+
11+
2009.11.03, Version 0.1.16, 726865af7bbafe58435986f4a193ff11c84e4bfe
212

313
* API: Use CommonJS-style module requiring
414
- require("/sys.js") becomes require("sys")

doc/api.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
NODE(1)
22
=======
33
Ryan Dahl <ry@tinyclouds.org>
4-
Version, 0.1.16, 2009.11.03
4+
Version, 0.1.17, 2009.11.07
55

66

77
== NAME

doc/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@ <h2 id="download">Download</h2>
9797
<a href="http://github.com/ry/node/tree/master">git repo</a>
9898
</p>
9999
<p>
100-
2009.11.03
101-
<a href="http://s3.amazonaws.com/four.livejournal/20091103/node-v0.1.16.tar.gz">node-v0.1.16.tar.gz</a>
100+
2009.11.07
101+
<a href="http://s3.amazonaws.com/four.livejournal/20091107/node-v0.1.17.tar.gz">node-v0.1.17.tar.gz</a>
102102
</p>
103103

104104
<h2 id="build">Build</h2>

wscript

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ from os.path import join, dirname, abspath
77
from logging import fatal
88

99
cwd = os.getcwd()
10-
VERSION="0.1.16"
10+
VERSION="0.1.17"
1111
APPNAME="node.js"
1212

1313
import js2c

0 commit comments

Comments
 (0)