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:
authorBert Belder <bertbelder@gmail.com>2011-01-05 02:41:59 +0300
committerBert Belder <bertbelder@gmail.com>2011-01-05 02:41:59 +0300
commit3c330b05b10ffabe1b45d06efadc1f4e49830dc7 (patch)
treefd000a35785793332a3b9490ae55c50b4d91ba3a /ChangeLog
parentc3ffbf219ca8049c901ec58d4d4b3df5b96c5097 (diff)
parent131546e7339d6960ea91629915468c6f04a33cf7 (diff)
Merge branch 'master' of git://github.com/ry/node
Conflicts: src/node.cc src/node.js
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog25
1 files changed, 24 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 7455b572055..d204ce6dea6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,27 @@
-2010.12.16, Version 0.3.2 (unstable)
+2011.01.02, Version 0.3.3 (unstable)
+
+* TLS improvements.
+
+* url.parse(url, true) defaults query field to {} (Jeremy Martin)
+
+* Upgrade V8 to 3.0.4
+
+* Handle ECONNABORT properly (Theo Schlossnagle)
+
+* Fix memory leaks (Tom Hughes)
+
+* Add os.cpus(), os.freemem(), os.totalmem(), os.loadavg() and other
+ functions for OSX, Linux, and Cygwin. (Brian White)
+
+* Fix REPL syntax error bug (GH-543), improve how REPL commands are
+ evaulated.
+
+* Use process.stdin instead of process.openStdin().
+
+* Disable TLS tests when node doesn't have OpenSSL.
+
+
+2010.12.16, Version 0.3.2 (unstable), 4bb914bde9f3c2d6de00853353b6b8fc9c66143a
* Rip out the old (broken) TLS implementation introduce new tested
implementation and API. See docs. HTTPS not supported in this release.