2012.02.14, Version 0.7.4 (unstable)
* Upgrade V8 to 3.9.5 * Upgrade npm to 1.1.1 * build: Detect host_arch better (Karl Skomski) * debugger: export `debug_port` to `process` (Fedor Indutny) * api docs: CSS bug fixes (isaacs) * build: use -fPIC for native addons on UNIX (Nathan Rajlich) * Re-add top-level v8::Locker (Marcel Laverdet) * Move images out of the dist tarballs (isaacs) * libuv: Remove uv_export and uv_import (Ben Noordhuis) * build: Support x64 build on Windows (Igor Zinkovsky)
This commit is contained in:
Родитель
0a4f5e8473
Коммит
de21de920c
2
AUTHORS
2
AUTHORS
|
@ -261,3 +261,5 @@ Brandon Benvie <brandon@bbenvie.com>
|
||||||
Nicolas LaCasse <nlacasse@borderstylo.com>
|
Nicolas LaCasse <nlacasse@borderstylo.com>
|
||||||
Dan VerWeire <dverweire@gmail.com>
|
Dan VerWeire <dverweire@gmail.com>
|
||||||
Matthew Fitzsimmons <matt@joyent.com>
|
Matthew Fitzsimmons <matt@joyent.com>
|
||||||
|
Philip Tellis <philip.tellis@gmail.com>
|
||||||
|
Christopher Jeffrey <chjjeffrey@gmail.com>
|
||||||
|
|
25
ChangeLog
25
ChangeLog
|
@ -1,4 +1,27 @@
|
||||||
2012.02.07, Version 0.7.3 (unstable)
|
2012.02.14, Version 0.7.4 (unstable)
|
||||||
|
|
||||||
|
* Upgrade V8 to 3.9.5
|
||||||
|
|
||||||
|
* Upgrade npm to 1.1.1
|
||||||
|
|
||||||
|
* build: Detect host_arch better (Karl Skomski)
|
||||||
|
|
||||||
|
* debugger: export `debug_port` to `process` (Fedor Indutny)
|
||||||
|
|
||||||
|
* api docs: CSS bug fixes (isaacs)
|
||||||
|
|
||||||
|
* build: use -fPIC for native addons on UNIX (Nathan Rajlich)
|
||||||
|
|
||||||
|
* Re-add top-level v8::Locker (Marcel Laverdet)
|
||||||
|
|
||||||
|
* Move images out of the dist tarballs (isaacs)
|
||||||
|
|
||||||
|
* libuv: Remove uv_export and uv_import (Ben Noordhuis)
|
||||||
|
|
||||||
|
* build: Support x64 build on Windows (Igor Zinkovsky)
|
||||||
|
|
||||||
|
|
||||||
|
2012.02.07, Version 0.7.3 (unstable), 99059aad8d654acda4abcfaa68df182b50f2ec90
|
||||||
|
|
||||||
* Upgrade V8 to 3.9.2
|
* Upgrade V8 to 3.9.2
|
||||||
|
|
||||||
|
|
|
@ -293,6 +293,7 @@ V8_EXTRA_FLAGS = {
|
||||||
'gcc': {
|
'gcc': {
|
||||||
'all': {
|
'all': {
|
||||||
'WARNINGFLAGS': ['-Wall',
|
'WARNINGFLAGS': ['-Wall',
|
||||||
|
'-Werror',
|
||||||
'-W',
|
'-W',
|
||||||
'-Wno-unused-parameter',
|
'-Wno-unused-parameter',
|
||||||
'-Wnon-virtual-dtor']
|
'-Wnon-virtual-dtor']
|
||||||
|
@ -389,7 +390,7 @@ MKSNAPSHOT_EXTRA_FLAGS = {
|
||||||
DTOA_EXTRA_FLAGS = {
|
DTOA_EXTRA_FLAGS = {
|
||||||
'gcc': {
|
'gcc': {
|
||||||
'all': {
|
'all': {
|
||||||
'WARNINGFLAGS': ['-Wno-uninitialized'],
|
'WARNINGFLAGS': ['-Werror', '-Wno-uninitialized'],
|
||||||
'CCFLAGS': GCC_DTOA_EXTRA_CCFLAGS
|
'CCFLAGS': GCC_DTOA_EXTRA_CCFLAGS
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
@ -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>
|
<li><a href="http://twitter.com/nodejs" class="twitter">@nodejs</a></li>
|
||||||
</ul>
|
</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.3/LICENSE">license</a>.</p>
|
<p>Copyright 2012 <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.4/LICENSE">license</a>.</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -180,7 +180,7 @@
|
||||||
<li><a href="http://twitter.com/nodejs" class="twitter">@nodejs</a></li>
|
<li><a href="http://twitter.com/nodejs" class="twitter">@nodejs</a></li>
|
||||||
</ul>
|
</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.3/LICENSE">license</a>.</p>
|
<p>Copyright 2012 <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.4/LICENSE">license</a>.</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
|
|
@ -31,7 +31,7 @@
|
||||||
|
|
||||||
<a href="#download" class="button" id="downloadbutton">Download</a>
|
<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>
|
<a href="http://nodejs.org/docs/latest/api/index.html" class="button" id="docsbutton">Docs</a>
|
||||||
<p class="version">v0.7.3</p>
|
<p class="version">v0.7.4</p>
|
||||||
</div>
|
</div>
|
||||||
<div id="quotes" class="clearfix">
|
<div id="quotes" class="clearfix">
|
||||||
<h2>Node.js in the Industry</h2>
|
<h2>Node.js in the Industry</h2>
|
||||||
|
@ -78,15 +78,15 @@
|
||||||
<a href="#" id="download-close">X</a>
|
<a href="#" id="download-close">X</a>
|
||||||
<img id="download-logo" src="http://nodejs.org/images/download-logo.png" alt="node.js">
|
<img id="download-logo" src="http://nodejs.org/images/download-logo.png" alt="node.js">
|
||||||
<ul id="installers" class="clearfix">
|
<ul id="installers" class="clearfix">
|
||||||
<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.4/node-v0.7.4.msi">Windows Installer</a><br>node-v0.7.4.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><a href="http://nodejs.org/dist/v0.7.4/node-v0.7.4.pkg">Macintosh Installer</a><br>node-v0.7.4.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>
|
<li id="source"><a href="http://nodejs.org/dist/v0.7.4/node-v0.7.4.tar.gz">Source Code</a><br>node-v0.7.4.tar.gz</li>
|
||||||
</ul>
|
</ul>
|
||||||
<ul id="documentation">
|
<ul id="documentation">
|
||||||
<li><a href="https://raw.github.com/joyent/node/v0.7.3/ChangeLog">Change Log</a></li>
|
<li><a href="https://raw.github.com/joyent/node/v0.7.4/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/docs/v0.7.4/api/index.html">Documentation</a></li>
|
||||||
<li><a href="http://nodejs.org/dist/v0.7.3">Other release files</a></li>
|
<li><a href="http://nodejs.org/dist/v0.7.4">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://raw.github.com/joyent/node/v0.7.4/LICENSE">License</a></li>
|
||||||
<li><a href="https://github.com/joyent/node">Git Repository</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
|
<li><a href="https://github.com/joyent/node/wiki/Installing-Node.js-via-package-manager">Installing
|
||||||
with a Package Manager</a>
|
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> -->
|
<!-- <li><a hrfe="http://twitter.com/nodejs" class="twitter">@nodejs</a></li> -->
|
||||||
</ul>
|
</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.3/LICENSE">license</a>.</p>
|
<p>Copyright 2012 <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.4/LICENSE">license</a>.</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -85,7 +85,7 @@
|
||||||
<li><a href="http://twitter.com/nodejs" class="twitter">@nodejs</a></li>
|
<li><a href="http://twitter.com/nodejs" class="twitter">@nodejs</a></li>
|
||||||
</ul>
|
</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.3/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.4/LICENSE">View License</a></p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title>{{section}}Node.js v0.7.3 Manual & Documentation</title>
|
<title>{{section}}Node.js v0.7.4 Manual & Documentation</title>
|
||||||
<link rel="stylesheet" href="assets/style.css">
|
<link rel="stylesheet" href="assets/style.css">
|
||||||
<link rel="stylesheet" href="assets/sh.css">
|
<link rel="stylesheet" href="assets/sh.css">
|
||||||
<link rel="canonical" href="http://nodejs.org/docs/latest/api/{{filename}}.html">
|
<link rel="canonical" href="http://nodejs.org/docs/latest/api/{{filename}}.html">
|
||||||
|
@ -31,7 +31,7 @@
|
||||||
|
|
||||||
<div id="column1" class="interior">
|
<div id="column1" class="interior">
|
||||||
<header>
|
<header>
|
||||||
<h1>Node.js v0.7.3 Manual & Documentation</h1>
|
<h1>Node.js v0.7.4 Manual & Documentation</h1>
|
||||||
<div id="gtoc">
|
<div id="gtoc">
|
||||||
<p><a href="index.html" name="toc">Index</a> | <a href="all.html">View on single page</a></p>
|
<p><a href="index.html" name="toc">Index</a> | <a href="all.html">View on single page</a></p>
|
||||||
</div>
|
</div>
|
||||||
|
@ -56,7 +56,7 @@
|
||||||
<li><a href="http://twitter.com/nodejs" class="twitter">@nodejs</a></li>
|
<li><a href="http://twitter.com/nodejs" class="twitter">@nodejs</a></li>
|
||||||
</ul>
|
</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.3/LICENSE">license</a>.</p>
|
<p>Copyright 2012 <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.4/LICENSE">license</a>.</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script src="assets/sh_main.js"></script>
|
<script src="assets/sh_main.js"></script>
|
||||||
|
|
|
@ -29,7 +29,7 @@
|
||||||
#define NODE_MAJOR_VERSION 0
|
#define NODE_MAJOR_VERSION 0
|
||||||
#define NODE_MINOR_VERSION 7
|
#define NODE_MINOR_VERSION 7
|
||||||
#define NODE_PATCH_VERSION 4
|
#define NODE_PATCH_VERSION 4
|
||||||
#define NODE_VERSION_IS_RELEASE 0
|
#define NODE_VERSION_IS_RELEASE 1
|
||||||
|
|
||||||
#ifndef NODE_STRINGIFY
|
#ifndef NODE_STRINGIFY
|
||||||
#define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)
|
#define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)
|
||||||
|
|
Загрузка…
Ссылка в новой задаче