From 9cc55dca6f67a6096c858b841c677b0593404321 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Mon, 16 Jan 2012 17:19:17 -0800 Subject: [PATCH] Bump version to v0.7.0 --- ChangeLog | 15 +++++++++++++++ doc/template.html | 4 ++-- src/node_version.h | 2 +- 3 files changed, 18 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index c23fe9b8ee9fb4..4571c4d3ae08aa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +2012.01.16, Version 0.7.0 (unstable) + +* Upgrade V8 to 3.8.6 + +* Use GYP build system on unix (Ben Noordhuis) + +* Experimenetal isolates support (Ben Noordhuis) + +* Improvements to Cluster API (Andreas Madsen) + +* Use isolates for internal debugger (Fedor Indutny) + +* Bug fixes + + 2012.01.06, Version 0.6.7 (stable) * V8 hash collision fix (Breaks MIPS) (Bert Belder, Erik Corry) diff --git a/doc/template.html b/doc/template.html index 4eae50ea79e105..6f7f9fc8d02088 100644 --- a/doc/template.html +++ b/doc/template.html @@ -2,7 +2,7 @@ - {{section}}Node.js v0.6.7 Manual & Documentation + {{section}}Node.js v0.7.0 Manual & Documentation @@ -10,7 +10,7 @@
-

Node.js v0.6.7 Manual & Documentation

+

Node.js v0.7.0 Manual & Documentation

diff --git a/src/node_version.h b/src/node_version.h index 06f866304a4e13..5f88a5f129bf81 100644 --- a/src/node_version.h +++ b/src/node_version.h @@ -29,7 +29,7 @@ #define NODE_MAJOR_VERSION 0 #define NODE_MINOR_VERSION 7 #define NODE_PATCH_VERSION 0 -#define NODE_VERSION_IS_RELEASE 0 +#define NODE_VERSION_IS_RELEASE 1 #ifndef NODE_STRINGIFY #define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)