diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2009-10-28 16:36:44 +0100 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2009-10-28 16:36:44 +0100 |
commit | eca2de73ed786b935507fd1c6faccd8df9938fd3 (patch) | |
tree | 736836f4dc777fa92c5bd7ad9dc89b56fa905940 /ChangeLog | |
parent | 910c627fc647bdc6e5747b8135f89ebfdc94d40e (diff) | |
download | node-new-eca2de73ed786b935507fd1c6faccd8df9938fd3.tar.gz |
bump versionv0.1.15
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 21 |
1 files changed, 20 insertions, 1 deletions
@@ -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 |