Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ry committed Oct 28, 2009
1 parent 910c627 commit eca2de7
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 4 deletions.
21 changes: 20 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,4 +1,23 @@
2009.10.09, Version 0.1.14
2009.10.28, Version 0.1.15

* Many build system fixes (esp. for OSX users)

* Feature: promise.timeout() (Felix Geisendörfer)

* Feature: Added external interface for signal handlers, process.pid, and
process.kill() (Brandon Beacher)

* API: Rename node.libraryPaths to require.paths

* Bugfix: 'data' event for stdio should emit a string

* Large file support

* Upgrade http_parser

* Upgrade v8 to 1.3.16

2009.10.09, Version 0.1.14, b12c809bb84d1265b6a4d970a5b54ee8a4890513

* Feature: Improved addon builds with node-waf

Expand Down
2 changes: 1 addition & 1 deletion doc/api.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
NODE(1)
=======
Ryan Dahl <ry@tinyclouds.org>
Version, 0.1.14, 2009.10.09
Version, 0.1.15, 2009.10.28


== NAME
Expand Down
2 changes: 1 addition & 1 deletion doc/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ <h2 id="download">Download</h2>
</p>
<p>
2009.10.09
<a href="http://s3.amazonaws.com/four.livejournal/20091009/node-v0.1.14.tar.gz">node-v0.1.14.tar.gz</a>
<a href="http://s3.amazonaws.com/four.livejournal/20091028/node-v0.1.15.tar.gz">node-v0.1.15.tar.gz</a>
</p>

<h2 id="build">Build</h2>
Expand Down
2 changes: 1 addition & 1 deletion wscript
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ from os.path import join, dirname, abspath
from logging import fatal

cwd = os.getcwd()
VERSION="0.1.14"
VERSION="0.1.15"
APPNAME="node.js"

import js2c
Expand Down

0 comments on commit eca2de7

Please sign in to comment.