From a74354735ab5d5b0fa35a1e4ff7e653757d2069b Mon Sep 17 00:00:00 2001 From: isaacs Date: Mon, 23 Jan 2012 15:55:15 -0800 Subject: [PATCH] 2012.01.23, Version 0.7.1 (unstable) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update V8 to 3.8.8 * Install node-waf by default (Fedor Indutny) * crypto: Add ability to turn off PKCS padding (Ingmar Runge) * v8: implement VirtualMemory class on SunOS (Ben Noordhuis) * Add cluster.setupMaster (Andreas Madsen) * move `path.exists*` to `fs.exists*` (Maciej Małecki) * typed arrays: set class name (Ben Noordhuis) * libuv bug fixes (Igor Zinkovsky, Ben Noordhuis, Dan VerWeire) --- ChangeLog | 23 +++++++++++++++++++++-- doc/index.html | 14 +++++++------- doc/logos/index.html | 2 +- doc/template.html | 4 ++-- src/node_version.h | 2 +- 5 files changed, 32 insertions(+), 13 deletions(-) diff --git a/ChangeLog b/ChangeLog index 566ec16a086fa6..3f330c6bde32e8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,23 @@ -2012.01.16, Version 0.7.0 (unstable) +2012.01.23, Version 0.7.1 (unstable) + +* Update V8 to 3.8.8 + +* Install node-waf by default (Fedor Indutny) + +* crypto: Add ability to turn off PKCS padding (Ingmar Runge) + +* v8: implement VirtualMemory class on SunOS (Ben Noordhuis) + +* Add cluster.setupMaster (Andreas Madsen) + +* move `path.exists*` to `fs.exists*` (Maciej Małecki) + +* typed arrays: set class name (Ben Noordhuis) + +* libuv bug fixes (Igor Zinkovsky, Ben Noordhuis, Dan VerWeire) + + +2012.01.16, Version 0.7.0 (unstable), 9cc55dca6f67a6096c858b841c677b0593404321 * Upgrade V8 to 3.8.6 @@ -13,7 +32,7 @@ * Bug fixes -2012.01.19, Version 0.6.8 (stable) +2012.01.19, Version 0.6.8 (stable), d18cebaf8a7ac701dabd71a3aa4eb0571db6a645 * Update V8 to 3.6.6.19 diff --git a/doc/index.html b/doc/index.html index 3769002f911615..c7526beff72665 100644 --- a/doc/index.html +++ b/doc/index.html @@ -77,15 +77,15 @@

Node.js in the Industry

X