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-06-10 03:13:40 +0400
committerRyan Dahl <ry@tinyclouds.org>2010-06-11 23:58:14 +0400
commit10d8adb08933d1d4cea60192c2a31c56d896733d (patch)
tree4f25d60d0dbde9f2be9ba9a23649c7de4129044a /ChangeLog
parent9c85357846fddebcd755df90ec37b8aa37c0a535 (diff)
bump versionv0.1.98
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog17
1 files changed, 16 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index f9ca89d181b..e6d6848b5fe 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,19 @@
-2010.05.29, Version 0.1.97
+2010.06.11, Version 0.1.98
+
+* Port to Windows/Cygwin (Raffaele Sena)
+
+* File descriptor passing on unix sockets. (Peter Griess)
+
+* Simple, builtin readline library. REPL is now entered by
+ executing "node" without arguments.
+
+* Add a parameter to spawn() that sets the child's stdio file
+ descriptors.
+
+* Upgrade V8 to 2.2.16, http-parser fixes, upgrade c-ares to 1.7.3.
+
+
+2010.05.29, Version 0.1.97, 0c1aa36835fa6a3557843dcbc6ed6714d353a783
* HTTP throttling: outgoing messages emit 'drain' and write() returns false
when send buffer is full.