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>2011-01-22 04:57:04 +0300
committerRyan Dahl <ry@tinyclouds.org>2011-01-22 05:18:37 +0300
commitbb3e71466e5240626d9d21cf791fe43e87d90011 (patch)
tree9875cfe8eee6d346e1c1d99c2285fbacfc4c309f /ChangeLog
parent6703a7f1e06d100ca560f22b6065e049dae30dce (diff)
Bump version to v0.3.6v0.3.6
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 12 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 81d800c89f3..a968e22bf89 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,15 @@
-2011.01.16, Version 0.3.5 (unstable)
+2011.01.21, Version 0.3.6 (unstable)
+
+* REPL and other improvements on MinGW (Bert Belder)
+
+* listen/bind errors should close net.Server
+
+* New HTTP and HTTPS client APIs
+
+* Upgrade V8 to 3.0.9
+
+
+2011.01.16, Version 0.3.5 (unstable), b622bc6305e3c675e0edfcdbaa387d849ad0bba0
* Built-in debugger improvements.