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:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog17
1 files changed, 16 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 658b59f15f4..a429a5db673 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,19 @@
-2009.09.18, Version 0.1.11
+2009.09.24, Version 0.1.12
+
+ * Feature: System modules, node.libraryPaths
+
+ * API: Remove "raw" encoding, rename "raws" to "binary".
+
+ * API: Added connection.setNoDElay() to disable Nagle algo.
+
+ * Decrease default TCP server backlog to 128
+
+ * Bugfix: memory leak involving node.fs.* methods.
+
+ * Upgrade v8 to 1.3.13
+
+
+2009.09.18, Version 0.1.11, 5ddc4f5d0c002bac0ae3d62fc0dc58f0d2d83ec4
* API: default to utf8 encoding for node.fs.cat()