aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBen Noordhuis <info@bnoordhuis.nl>2011-11-18 22:09:59 +0100
committerBen Noordhuis <info@bnoordhuis.nl>2011-11-18 23:43:03 +0100
commita4402f0b2e410b19375a1d5c5fb7fe7f66f3c7f8 (patch)
tree2b96fb7f764d01fc2f774335b41105798cce6a22 /ChangeLog
parent975f1930b1c6ec1ee1a9e52e603aec097a088720 (diff)
downloadandroid-node-v8-a4402f0b2e410b19375a1d5c5fb7fe7f66f3c7f8.tar.gz
android-node-v8-a4402f0b2e410b19375a1d5c5fb7fe7f66f3c7f8.tar.bz2
android-node-v8-a4402f0b2e410b19375a1d5c5fb7fe7f66f3c7f8.zip
Bump version to v0.6.2
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog25
1 files changed, 25 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2a0b06aed9..b6db61b0ef 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,28 @@
+2011.11.18, Version 0.6.2 (stable)
+
+ * doc improvements (Artur Adib, Trevor Burnham, Ryan Emery, Trent Mick)
+
+ * timers: remember extra setTimeout() arguments when timeout==0
+
+ * punycode: use Mathias Bynens's punycode library, it's more compliant
+
+ * repl: improved tab completion (Ryan Emery)
+
+ * buffer: fix range checks in .writeInt() functions (Lukasz Walukiewicz)
+
+ * tls: make cipher list configurable
+
+ * addons: make Buffer and ObjectWrap visible to Windows add-ons (Bert Belder)
+
+ * crypto: add PKCS#1 a.k.a RSA public key verification support
+
+ * windows: fix stdout writes when redirected to nul
+
+ * sunos: fix build on Solaris and Illumos
+
+ * Upgrade V8 to 3.6.6.8
+
+
2011.11.11, Version 0.6.1 (stable)
* doc improvements (Eric Lovett, Ben Noordhuis, Scott Anderson, Yoji SHIDARA)