diff --git a/ChangeLog b/ChangeLog index 2a0b06aed9c113..b6db61b0efe1df 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) diff --git a/doc/index.html b/doc/index.html index 7a641527e1941b..fb97c9121a42f6 100644 --- a/doc/index.html +++ b/doc/index.html @@ -26,7 +26,7 @@
2011.11.11 v0.6.1 +
2011.11.18 v0.6.2
node-v0.6.1.tar.gz
+ node-v0.6.2.tar.gz
Source code (build instructions)
- node-v0.6.1.msi
Windows installer
- node-v0.6.1.pkg
Macintosh installer
- node-v0.6.2.msi
Windows installer
+ node-v0.6.2.pkg
Macintosh installer
+ .exe
and .pdb
)