diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2009-11-28 01:49:11 +0100 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2009-11-28 01:49:11 +0100 |
commit | 633d6be328708055897b72327b88ac88e158935f (patch) | |
tree | b41e3cff158e04b82309da11325e488b57ddba32 /ChangeLog | |
parent | 0cea946cb9030d772897b468e2f4e32e40842c2a (diff) | |
download | nodejs-0.1.19.tar.gz nodejs-0.1.19.tar.bz2 nodejs-0.1.19.zip |
bump versionv0.1.19
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 29 |
1 files changed, 28 insertions, 1 deletions
@@ -1,4 +1,31 @@ -2009.11.17, Version 0.1.18 +2009.11.28, Version 0.1.19 + + * Feature: Initial TLS support for TCP servers and clients. + (Rhys Jones) + + * Add options to process.watchFile() + + * Add process.umask() (Friedemann Altrock) + + * Bugfix: only detach timers when active. + + * Bugfix: lib/file.js write(), shouldn't always emit errors or success + (onne@onnlucky.com) + + * Bugfix: Memory leak in fs.write + (Reported by onne@onnlucky.com) + + * Bugfix: Fix regular expressions detecting outgoing message headers. + (Reported by Elliott Cable) + + * Improvements to Multipart parser (Felix Geisendörfer) + + * New HTTP parser + + * Upgrade v8 to 2.0.2 + + +2009.11.17, Version 0.1.18, 027829d2853a14490e6de9fc5f7094652d045ab8 * Feature: process.watchFile() process.unwatchFile() |