summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2011-01-02 18:33:49 -0800
committerRyan Dahl <ry@tinyclouds.org>2011-01-02 18:33:49 -0800
commit57544ba1c54c7d0da890317deeb73076350c5647 (patch)
treea3691f43695612f773fb118ccf43fb9a810e8620 /ChangeLog
parentfeb77eab6563c849a99cf620c354d084faabc245 (diff)
downloadandroid-node-v8-57544ba1c54c7d0da890317deeb73076350c5647.tar.gz
android-node-v8-57544ba1c54c7d0da890317deeb73076350c5647.tar.bz2
android-node-v8-57544ba1c54c7d0da890317deeb73076350c5647.zip
Bump version to v0.3.3
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog25
1 files changed, 24 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 7455b57205..d204ce6dea 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.