summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2011-10-21 17:02:11 -0700
committerRyan Dahl <ry@tinyclouds.org>2011-10-21 18:46:42 -0700
commit220e61c1f65bf4db09699fcf6399c0809c0bc446 (patch)
treee66c357965d545f535c939ebb37981f332f91b0b /ChangeLog
parentdd6faa5adf8a1ab3443f1646fcdbbc043f5f5826 (diff)
downloadandroid-node-v8-220e61c1f65bf4db09699fcf6399c0809c0bc446.tar.gz
android-node-v8-220e61c1f65bf4db09699fcf6399c0809c0bc446.tar.bz2
android-node-v8-220e61c1f65bf4db09699fcf6399c0809c0bc446.zip
Bump version to v0.5.10
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog50
1 files changed, 50 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 92f8dd7357..5f472333ec 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,53 @@
+2011.10.21, Version 0.5.10 (unstable)
+
+* Remove cmake build system, support for Cygwin, legacy code base,
+ process.ENV, process.ARGV, process.memoryUsage().vsize, os.openOSHandle
+
+* Documentation improvments (Igor Zinkovsky, Bert Belder, Ilya Dmitrichenko,
+koichik, Maciej MaƂecki, Guglielmo Ferri, isaacs)
+
+* Performance improvements (Daniel Ennis, Bert Belder, Ben Noordhuis)
+
+* Long process.title support (Ben Noordhuis)
+
+* net: register net.Server callback only once (Simen Brekken)
+
+* net: fix connect queue bugs (Ben Noordhuis)
+
+* debugger: fix backtrace err handling (Fedor Indutny)
+
+* Use getaddrinfo instead of c-ares for dns.lookup
+
+* Emit 'end' from crypto streams on close
+
+* repl: print out `undefined` (Nathan Rajlich)
+
+* #1902 buffer: use NO_NULL_TERMINATION flag (koichik)
+
+* #1907 http: Added support for HTTP PATCH verb (Thomas Parslow)
+
+* #1644 add GetCPUInfo on windows (Karl Skomski)
+
+* #1484, #1834, #1482, #771 Don't use a separate context for the repl.
+ (isaacs)
+
+* #1882 zlib Update 'availOutBefore' value, and test (isaacs)
+
+* #1888 child_process.fork: don't modify args (koichik)
+
+* #1516 tls: requestCert unusable with Firefox and Chrome (koichik)
+
+* #1467 tls: The TLS API is inconsistent with the TCP API (koichik)
+
+* #1894 net: fix error handling in listen() (koichik)
+
+* #1860 console.error now goes through uv_tty_t
+
+* Upgrade V8 to 3.7.0
+
+* Upgrade GYP to r1081
+
+
2011.10.10, Version 0.5.9 (unstable)
* fs.watch interface backed by kqueue, inotify, and ReadDirectoryChangesW