diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2009-09-18 18:32:25 +0200 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2009-09-18 18:32:25 +0200 |
commit | 5ddc4f5d0c002bac0ae3d62fc0dc58f0d2d83ec4 (patch) | |
tree | 4c9841d8b99f18966e4c4a9f9f07887cd4b05f68 /ChangeLog | |
parent | ab530bb211148d89fc22ec2b2f2defe685f9aba9 (diff) | |
download | node-new-5ddc4f5d0c002bac0ae3d62fc0dc58f0d2d83ec4.tar.gz |
bump versionv0.1.11
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 23 |
1 files changed, 22 insertions, 1 deletions
@@ -1,4 +1,25 @@ -2009.09.11, Version 0.1.10 +2009.09.18, Version 0.1.11 + + * API: default to utf8 encoding for node.fs.cat() + + * API: add node.exec() + + * API: node.fs.read() takes a normal encoding parameter. + + * API: Change arguments of emit(), emitSuccess(), emitError() + + * Bugfix: node.fs.write() was stack allocating buffer. + + * Bugfix: ReportException shouldn't forget the top frame. + + * Improve buffering for HTTP outgoing messages + + * Fix and reenable x64 macintosh build. + + * Upgrade v8 to 1.3.11 + + +2009.09.11, Version 0.1.10, 12bb0d46ce761e3d00a27170e63b40408c15b558 * Feature: raw string encoding "raws" |