Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ry committed Nov 17, 2009
1 parent 6cb0e0e commit 027829d
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 8 deletions.
33 changes: 29 additions & 4 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,4 +1,29 @@
2009.11.07, Version 0.1.17
2009.11.17, Version 0.1.18

* Feature: process.watchFile() process.unwatchFile()

* Feature: "uncaughtException" event on process
(Felix Geisendörfer)

* Feature: 'drain' event to tcp.Connection

* Bugfix: Promise.timeout() blocked the event loop
(Felix Geisendörfer)

* Bugfix: sendBody() and chunked utf8 strings
(Felix Geisendörfer)

* Supply the strerror as a second arg to the tcp.Connection close
event (Johan Sørensen)

* Add EventEmitter.removeListener (frodenius@gmail.com)

* Format JSON for inspecting objects (Felix Geisendörfer)

* Upgrade libev to latest CVS


2009.11.07, Version 0.1.17, d1f69ef35dac810530df8249d523add168e09f03

* Feature: process.chdir() (Brandon Beacher)

Expand All @@ -22,9 +47,9 @@
- Move node.fs into module "posix"
- process is no longer the global object. GLOBAL is.

For more information on the API changes see:
http://thread.gmane.org/gmane.comp.lang.javascript.nodejs/6
http://thread.gmane.org/gmane.comp.lang.javascript.nodejs/14
For more information on the API changes see:
http://thread.gmane.org/gmane.comp.lang.javascript.nodejs/6
http://thread.gmane.org/gmane.comp.lang.javascript.nodejs/14

* Feature: process.platform, process.memoryUsage()

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.17, 2009.11.07
Version, 0.1.18, 2009.11.17


== NAME
Expand Down
4 changes: 2 additions & 2 deletions doc/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@ <h2 id="download">Download</h2>
<a href="http://github.com/ry/node/tree/master">git repo</a>
</p>
<p>
2009.11.07
<a href="http://s3.amazonaws.com/four.livejournal/20091107/node-v0.1.17.tar.gz">node-v0.1.17.tar.gz</a>
2009.11.17
<a href="http://s3.amazonaws.com/four.livejournal/20091117/node-v0.1.18.tar.gz">node-v0.1.18.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.17"
VERSION="0.1.18"
APPNAME="node.js"

import js2c
Expand Down

0 comments on commit 027829d

Please sign in to comment.