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-11-28 19:04:42 +0300
committerRyan Dahl <ry@tinyclouds.org>2009-11-28 19:04:42 +0300
commitaa42c6790da8ed2cd2b72051c07f6251fe1724d8 (patch)
treefb37a6f92823b4017f92110cef5ba7bd4bfcf8d5 /ChangeLog
parent38e425d9bfe3e5fc728576f623fdedf27432f106 (diff)
bump versionv0.1.20
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 11 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index b4d1f047b0b..f8ef50f478d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,14 @@
-2009.11.28, Version 0.1.19
+2009.11.28, Version 0.1.20
+
+ * Add gnutls version to configure script
+
+ * Add V8 heap info to process.memoryUsage()
+
+ * process.watchFile callback has 2 arguments with the stat object
+ (choonkeat@gmail.com)
+
+
+2009.11.28, Version 0.1.19, 633d6be328708055897b72327b88ac88e158935f
* Feature: Initial TLS support for TCP servers and clients.
(Rhys Jones)