Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2009-10-28 18:36:44 +0300
committerRyan Dahl <ry@tinyclouds.org>2009-10-28 18:36:44 +0300
commiteca2de73ed786b935507fd1c6faccd8df9938fd3 (patch)
tree736836f4dc777fa92c5bd7ad9dc89b56fa905940 /ChangeLog
parent910c627fc647bdc6e5747b8135f89ebfdc94d40e (diff)
bump versionv0.1.15
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog21
1 files changed, 20 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index dae14d6b08d..a4240e7133e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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