diff options
author | isaacs <i@izs.me> | 2012-02-07 15:42:33 -0800 |
---|---|---|
committer | isaacs <i@izs.me> | 2012-02-07 15:42:33 -0800 |
commit | 99059aad8d654acda4abcfaa68df182b50f2ec90 (patch) | |
tree | 36f929cf4427fa302c77dcc2de1a9d45784af98a | |
parent | 349cab0b489d3bbb2966bf401b8af50240bf8657 (diff) | |
download | nodejs-99059aad8d654acda4abcfaa68df182b50f2ec90.tar.gz nodejs-99059aad8d654acda4abcfaa68df182b50f2ec90.tar.bz2 nodejs-99059aad8d654acda4abcfaa68df182b50f2ec90.zip |
2012.02.07, Version 0.7.3 (unstable)v0.7.3
* 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)
-rw-r--r-- | ChangeLog | 17 | ||||
-rw-r--r-- | doc/about/index.html | 2 | ||||
-rw-r--r-- | doc/community/index.html | 2 | ||||
-rw-r--r-- | doc/index.html | 18 | ||||
-rw-r--r-- | doc/logos/index.html | 2 | ||||
-rw-r--r-- | doc/template.html | 6 | ||||
-rw-r--r-- | src/node_version.h | 2 |
7 files changed, 32 insertions, 17 deletions
@@ -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 28e712c25..bb273a768 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/');</pre> <li><a href="http://twitter.com/nodejs" class="twitter">@nodejs</a></li> </ul> - <p>Copyright 2010 <a href="http://joyent.com">Joyent, Inc</a>, Node.js is a <a href="/trademark-policy.pdf">trademark</a> of Joyent, Inc. View <a href="https://raw.github.com/joyent/node/v0.7.2/LICENSE">license</a>.</p> + <p>Copyright 2010 <a href="http://joyent.com">Joyent, Inc</a>, Node.js is a <a href="/trademark-policy.pdf">trademark</a> of Joyent, Inc. View <a href="https://raw.github.com/joyent/node/v0.7.3/LICENSE">license</a>.</p> </div> diff --git a/doc/community/index.html b/doc/community/index.html index ff91d3bd2..7b6433325 100644 --- a/doc/community/index.html +++ b/doc/community/index.html @@ -180,7 +180,7 @@ <li><a href="http://twitter.com/nodejs" class="twitter">@nodejs</a></li> </ul> - <p>Copyright 2010 <a href="http://joyent.com">Joyent, Inc</a>, Node.js is a <a href="/trademark-policy.pdf">trademark</a> of Joyent, Inc. View <a href="https://raw.github.com/joyent/node/v0.7.2/LICENSE">license</a>.</p> + <p>Copyright 2010 <a href="http://joyent.com">Joyent, Inc</a>, Node.js is a <a href="/trademark-policy.pdf">trademark</a> of Joyent, Inc. View <a href="https://raw.github.com/joyent/node/v0.7.3/LICENSE">license</a>.</p> </div> <script> diff --git a/doc/index.html b/doc/index.html index ab73c06a9..1f58a507a 100644 --- a/doc/index.html +++ b/doc/index.html @@ -31,7 +31,7 @@ <a href="#download" class="button" id="downloadbutton">Download</a> <a href="http://nodejs.org/docs/latest/api/index.html" class="button" id="docsbutton">Docs</a> - <p class="version">v0.7.2</p> + <p class="version">v0.7.3</p> </div> <div id="quotes" class="clearfix"> <h2>Node.js in the Industry</h2> @@ -78,15 +78,15 @@ <a href="#" id="download-close">X</a> <img id="download-logo" src="download-logo.png" alt="node.js"> <ul id="installers" class="clearfix"> - <li><a href="http://nodejs.org/dist/v0.7.2/node-v0.7.2.msi">Windows Installer</a><br>node-v0.7.2.msi</li> - <li><a href="http://nodejs.org/dist/v0.7.2/node-v0.7.2.pkg">Macintosh Installer</a><br>node-v0.7.2.pkg</li> - <li id="source"><a href="http://nodejs.org/dist/v0.7.2/node-v0.7.2.tar.gz">Source Code</a><br>node-v0.7.2.tar.gz</li> + <li><a href="http://nodejs.org/dist/v0.7.3/node-v0.7.3.msi">Windows Installer</a><br>node-v0.7.3.msi</li> + <li><a href="http://nodejs.org/dist/v0.7.3/node-v0.7.3.pkg">Macintosh Installer</a><br>node-v0.7.3.pkg</li> + <li id="source"><a href="http://nodejs.org/dist/v0.7.3/node-v0.7.3.tar.gz">Source Code</a><br>node-v0.7.3.tar.gz</li> </ul> <ul id="documentation"> - <li><a href="https://raw.github.com/joyent/node/v0.7.2/ChangeLog">Change Log</a></li> - <li><a href="http://nodejs.org/docs/v0.7.2/api/index.html">Documentation</a></li> - <li><a href="http://nodejs.org/dist/v0.7.2">Other release files</a></li> - <li><a href="https://raw.github.com/joyent/node/v0.7.2/LICENSE">License</a></li> + <li><a href="https://raw.github.com/joyent/node/v0.7.3/ChangeLog">Change Log</a></li> + <li><a href="http://nodejs.org/docs/v0.7.3/api/index.html">Documentation</a></li> + <li><a href="http://nodejs.org/dist/v0.7.3">Other release files</a></li> + <li><a href="https://raw.github.com/joyent/node/v0.7.3/LICENSE">License</a></li> <li><a href="https://github.com/joyent/node">Git Repository</a></li> <li><a href="https://github.com/joyent/node/wiki/Installing-Node.js-via-package-manager">Installing with a Package Manager</a> @@ -211,7 +211,7 @@ server.listen(1337, "127.0.0.1");</pre> <!-- <li><a hrfe="http://twitter.com/nodejs" class="twitter">@nodejs</a></li> --> </ul> - <p>Copyright 2010 <a href="http://joyent.com">Joyent, Inc</a>, Node.js is a <a href="/trademark-policy.pdf">trademark</a> of Joyent, Inc. View <a href="https://raw.github.com/joyent/node/v0.7.2/LICENSE">license</a>.</p> + <p>Copyright 2010 <a href="http://joyent.com">Joyent, Inc</a>, Node.js is a <a href="/trademark-policy.pdf">trademark</a> of Joyent, Inc. View <a href="https://raw.github.com/joyent/node/v0.7.3/LICENSE">license</a>.</p> </div> diff --git a/doc/logos/index.html b/doc/logos/index.html index 3454ee70e..8c7f70474 100644 --- a/doc/logos/index.html +++ b/doc/logos/index.html @@ -85,7 +85,7 @@ <li><a href="http://twitter.com/nodejs" class="twitter">@nodejs</a></li> </ul> - <p>Copyright <a href="http://joyent.com">Joyent, Inc</a>., Node.js is a <a href="/trademark-policy.pdf">trademark of Joyent, Inc</a>., <a href="https://raw.github.com/joyent/node/v0.7.2/LICENSE">View License</a></p> + <p>Copyright <a href="http://joyent.com">Joyent, Inc</a>., Node.js is a <a href="/trademark-policy.pdf">trademark of Joyent, Inc</a>., <a href="https://raw.github.com/joyent/node/v0.7.3/LICENSE">View License</a></p> </div> diff --git a/doc/template.html b/doc/template.html index a86d27351..977834d67 100644 --- a/doc/template.html +++ b/doc/template.html @@ -2,7 +2,7 @@ <html lang="en"> <head> <meta charset="utf-8"> - <title>{{section}}Node.js v0.7.2 Manual & Documentation</title> + <title>{{section}}Node.js v0.7.3 Manual & Documentation</title> <link rel="stylesheet" href="assets/style.css"> <link rel="stylesheet" href="assets/sh.css"> <link rel="canonical" href="http://nodejs.org/docs/latest/api/{{filename}}.html"> @@ -31,7 +31,7 @@ <div id="column1" class="interior"> <header> - <h1>Node.js v0.7.2 Manual & Documentation</h1> + <h1>Node.js v0.7.3 Manual & Documentation</h1> <div id="gtoc"> <p><a href="index.html" name="toc">Index</a> | <a href="all.html">View on single page</a></p> </div> @@ -54,7 +54,7 @@ <li><a href="http://twitter.com/nodejs" class="twitter">@nodejs</a></li> </ul> - <p>Copyright 2010 <a href="http://joyent.com">Joyent, Inc</a>, Node.js is a <a href="/trademark-policy.pdf">trademark</a> of Joyent, Inc. View <a href="https://raw.github.com/joyent/node/v0.7.2/LICENSE">license</a>.</p> + <p>Copyright 2010 <a href="http://joyent.com">Joyent, Inc</a>, Node.js is a <a href="/trademark-policy.pdf">trademark</a> of Joyent, Inc. View <a href="https://raw.github.com/joyent/node/v0.7.3/LICENSE">license</a>.</p> </div> <script src="assets/sh_main.js"></script> diff --git a/src/node_version.h b/src/node_version.h index aaed5960e..50a381890 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) |