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>2010-03-06 04:55:00 +0300
committerRyan Dahl <ry@tinyclouds.org>2010-03-06 04:55:13 +0300
commit39b63dfe1737d46a8c8818c92773ef181fd174b3 (patch)
tree980a1ea71f308145bf903fb2f91a8a83f4ef0996 /ChangeLog
parentb9cd3363efc6d249c86ebc2a8e5b523c968aaac9 (diff)
bump versionv0.1.31
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog30
1 files changed, 29 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 5389c3c2833..69b78a43828 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,32 @@
-2010.02.22, Version 0.1.30
+2010.03.05, Version 0.1.31
+
+ * API: - Move process.watchFile into fs module
+ - Move process.inherits to sys
+
+ * Improve Solaris port
+
+ * tcp.Connection.prototype.write now returns boolean to indicate if
+ argument was flushed to the kernel buffer.
+
+ * Added fs.link, fs.symlink, fs.readlink, fs.realpath
+ (Rasmus Andersson)
+
+ * Add setgid,getgid (James Duncan)
+
+ * Improve sys.inspect (Benjamin Thomas)
+
+ * Allow passing env to child process (Isaac Schlueter)
+
+ * fs.createWriteStream, fs.createReadStream (Felix Geisendörfer)
+
+ * Add INI parser (Rob Ellis)
+
+ * Bugfix: fs.readFile handling encoding (Jacek Becela)
+
+ * Upgrade V8 to 2.1.2
+
+
+2010.02.22, Version 0.1.30, bb0d1e65e1671aaeb21fac186b066701da0bc33b
* Major API Changes