diff --git a/ChangeLog b/ChangeLog index 07fd8f35e8..3eb32b16a5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,19 @@ -2012.02.01, Version 0.7.2 (unstable) +2012.02.07, Version 0.7.3 (unstable) + +* Upgrade V8 to 3.9.2 + +* Revert support for isolates. (Ben Noordhuis) + +* cluster: Cleanup docs, event handling, and process.disconnect (Andreas Madsen) + +* gyp_addon: link with node.lib on Windows (Nathan Rajlich) + +* http: fix case where http-parser is freed twice (koichik) + +* Windows: disable RTTI and exceptions (Bert Belder) + + +2012.02.01, Version 0.7.2 (unstable), ec79acb3a6166e30f0bf271fbbfda1fb575b3321 * Update V8 to 3.8.9 diff --git a/doc/about/index.html b/doc/about/index.html index 28e712c256..bb273a768a 100644 --- a/doc/about/index.html +++ b/doc/about/index.html @@ -130,7 +130,7 @@ console.log('Server running at http://127.0.0.1:1337/');
  • @nodejs
  • -

    Copyright 2010 Joyent, Inc, Node.js is a trademark of Joyent, Inc. View license.

    +

    Copyright 2010 Joyent, Inc, Node.js is a trademark of Joyent, Inc. View license.

    diff --git a/doc/community/index.html b/doc/community/index.html index ff91d3bd2e..7b64333252 100644 --- a/doc/community/index.html +++ b/doc/community/index.html @@ -180,7 +180,7 @@
  • @nodejs
  • -

    Copyright 2010 Joyent, Inc, Node.js is a trademark of Joyent, Inc. View license.

    +

    Copyright 2010 Joyent, Inc, Node.js is a trademark of Joyent, Inc. View license.

    diff --git a/src/node_version.h b/src/node_version.h index aaed5960e7..50a381890f 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 3 -#define NODE_VERSION_IS_RELEASE 0 +#define NODE_VERSION_IS_RELEASE 1 #ifndef NODE_STRINGIFY #define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)