summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2011-11-11 13:39:40 -0800
committerRyan Dahl <ry@tinyclouds.org>2011-11-11 14:56:27 -0800
commit170f2addb2dd0c625bc4a6d461e89a31ad68b79b (patch)
tree85c20a7b6b5d3096037d778a12f6d1726310b06b /ChangeLog
parent5bc1809b433f7ea9b3f1d02c6b007d36276efa48 (diff)
downloadandroid-node-v8-170f2addb2dd0c625bc4a6d461e89a31ad68b79b.tar.gz
android-node-v8-170f2addb2dd0c625bc4a6d461e89a31ad68b79b.tar.bz2
android-node-v8-170f2addb2dd0c625bc4a6d461e89a31ad68b79b.zip
Bump version to v0.6.1
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog31
1 files changed, 30 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index f5adfa6091..2a0b06aed9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,33 @@
-2011.11.04, Version 0.6.0 (stable)
+2011.11.11, Version 0.6.1 (stable)
+
+* doc improvements (Eric Lovett, Ben Noordhuis, Scott Anderson, Yoji SHIDARA)
+
+* crypto: make thread-safe (Ben Noordhuis)
+
+* fix process.kill error object
+
+* debugger: correctly handle source with multi-byte characters (Shigeki Ohtsu)
+
+* make stdout and stderr non-destroyable (Igor Zinkovsky)
+
+* fs: don't close uninitialized fs.watch handle (Ben Noordhuis)
+
+* #2026 fix man page install on BSDs (Ben Noordhuis)
+
+* #2040 fix unrecognized errno assert in uv_err_name
+
+* #2043 fs: mkdir() should call callback if mode is omitted
+
+* #2045 fs: fix fs.realpath on windows to return on error (Benjamin Pasero)
+
+* #2047 minor cluster improvements
+
+* #2052 readline get window columns correctly
+
+* Upgrade V8 to 3.6.6.7
+
+
+2011.11.04, Version 0.6.0 (stable), 865b077819a9271a29f982faaef99dc635b57fbc
* print undefined on undefined values in REPL (Nathan Rajlich)