Skip to content

Commit eca2de7

Browse files
committedOct 28, 2009
bump version
1 parent 910c627 commit eca2de7

File tree

4 files changed

+23
-4
lines changed

4 files changed

+23
-4
lines changed
 

‎ChangeLog

+20-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,23 @@
1-
2009.10.09, Version 0.1.14
1+
2009.10.28, Version 0.1.15
2+
3+
* Many build system fixes (esp. for OSX users)
4+
5+
* Feature: promise.timeout() (Felix Geisendörfer)
6+
7+
* Feature: Added external interface for signal handlers, process.pid, and
8+
process.kill() (Brandon Beacher)
9+
10+
* API: Rename node.libraryPaths to require.paths
11+
12+
* Bugfix: 'data' event for stdio should emit a string
13+
14+
* Large file support
15+
16+
* Upgrade http_parser
17+
18+
* Upgrade v8 to 1.3.16
19+
20+
2009.10.09, Version 0.1.14, b12c809bb84d1265b6a4d970a5b54ee8a4890513
221

322
* Feature: Improved addon builds with node-waf
423

‎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.14, 2009.10.09
4+
Version, 0.1.15, 2009.10.28
55

66

77
== NAME

‎doc/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ <h2 id="download">Download</h2>
9797
</p>
9898
<p>
9999
2009.10.09
100-
<a href="http://s3.amazonaws.com/four.livejournal/20091009/node-v0.1.14.tar.gz">node-v0.1.14.tar.gz</a>
100+
<a href="http://s3.amazonaws.com/four.livejournal/20091028/node-v0.1.15.tar.gz">node-v0.1.15.tar.gz</a>
101101
</p>
102102

103103
<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.14"
10+
VERSION="0.1.15"
1111
APPNAME="node.js"
1212

1313
import js2c

0 commit comments

Comments
 (0)
Please sign in to comment.