2012.01.19, Version 0.6.8 (stable)
* Update V8 to 3.6.6.19 * Numeric key hash collision fix for V8 (Erik Corry, Fedor Indutny) * Add missing TTY key translations for F1-F5 on Windows (Brandon Benvie) * path.extname bugfix with . and .. paths (Bert Belder) * cluster: don't always kill the master on uncaughtException (Ben * Noordhuis) * Update npm to 1.1.0-2 (isaacs) * typed arrays: set class name (Ben Noordhuis) * zlib binding cleanup (isaacs, Bert Belder) * dgram: use slab memory allocator (Michael Bernstein) * fix segfault #2473
This commit is contained in:
parent
4afc46d7bc
commit
d18cebaf8a
5
AUTHORS
5
AUTHORS
@ -253,3 +253,8 @@ Dave Irvine <davman99@gmail.com>
|
||||
Ju-yeong Park <interruptz@gmail.com>
|
||||
Phil Sung <psung@dnanexus.com>
|
||||
Damon Oehlman <damon.oehlman@sidelab.com>
|
||||
Ryunosuke SATO <tricknotes.rs@gmail.com>
|
||||
Michael Bernstein <michaelrbernstein@gmail.com>
|
||||
Guillermo Rauch <rauchg@gmail.com>
|
||||
Dan Williams <dan@igniter.com>
|
||||
Brandon Benvie <brandon@bbenvie.com>
|
||||
|
25
ChangeLog
25
ChangeLog
@ -1,4 +1,27 @@
|
||||
2012.01.06, Version 0.6.7 (stable)
|
||||
2012.01.19, Version 0.6.8 (stable)
|
||||
|
||||
* Update V8 to 3.6.6.19
|
||||
|
||||
* Numeric key hash collision fix for V8 (Erik Corry, Fedor Indutny)
|
||||
|
||||
* Add missing TTY key translations for F1-F5 on Windows (Brandon Benvie)
|
||||
|
||||
* path.extname bugfix with . and .. paths (Bert Belder)
|
||||
|
||||
* cluster: don't always kill the master on uncaughtException (Ben Noordhuis)
|
||||
|
||||
* Update npm to 1.1.0-2 (isaacs)
|
||||
|
||||
* typed arrays: set class name (Ben Noordhuis)
|
||||
|
||||
* zlib binding cleanup (isaacs, Bert Belder)
|
||||
|
||||
* dgram: use slab memory allocator (Michael Bernstein)
|
||||
|
||||
* fix segfault #2473
|
||||
|
||||
|
||||
2012.01.06, Version 0.6.7 (stable), d5a189acef14a851287ee555f7a39431fe276e1c
|
||||
|
||||
* V8 hash collision fix (Breaks MIPS) (Bert Belder, Erik Corry)
|
||||
|
||||
|
@ -77,15 +77,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.6.7/node-v0.6.7.msi">Windows Installer</a><br>node-v0.6.7.msi</li>
|
||||
<li><a href="http://nodejs.org/dist/v0.6.7/node-v0.6.7.pkg">Macintosh Installer</a><br>node-v0.6.7.pkg</li>
|
||||
<li id="source"><a href="http://nodejs.org/dist/v0.6.7/node-v0.6.7.tar.gz">Source Code</a><br>node-v0.6.7.tar.gz</li>
|
||||
<li><a href="http://nodejs.org/dist/v0.6.8/node-v0.6.8.msi">Windows Installer</a><br>node-v0.6.8.msi</li>
|
||||
<li><a href="http://nodejs.org/dist/v0.6.8/node-v0.6.8.pkg">Macintosh Installer</a><br>node-v0.6.8.pkg</li>
|
||||
<li id="source"><a href="http://nodejs.org/dist/v0.6.8/node-v0.6.8.tar.gz">Source Code</a><br>node-v0.6.8.tar.gz</li>
|
||||
</ul>
|
||||
<ul id="documentation">
|
||||
<li><a href="https://raw.github.com/joyent/node/v0.6.7/ChangeLog">Change Log</a></li>
|
||||
<li><a href="http://nodejs.org/docs/v0.6.7/api/index.html">Documentation</a></li>
|
||||
<li><a href="http://nodejs.org/dist/v0.6.7">Other release files</a></li>
|
||||
<li><a href="https://raw.github.com/joyent/node/v0.6.7/LICENSE">License</a></li>
|
||||
<li><a href="https://raw.github.com/joyent/node/v0.6.8/ChangeLog">Change Log</a></li>
|
||||
<li><a href="http://nodejs.org/docs/v0.6.8/api/index.html">Documentation</a></li>
|
||||
<li><a href="http://nodejs.org/dist/v0.6.8">Other release files</a></li>
|
||||
<li><a href="https://raw.github.com/joyent/node/v0.6.8/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>
|
||||
|
@ -60,7 +60,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div id="footer">
|
||||
<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.6.7/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.6.8/LICENSE">View License</a></p>
|
||||
</div>
|
||||
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>{{section}}Node.js v0.6.7 Manual & Documentation</title>
|
||||
<title>{{section}}Node.js v0.6.8 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">
|
||||
@ -10,7 +10,7 @@
|
||||
<body>
|
||||
<div id="container">
|
||||
<header>
|
||||
<h1>Node.js v0.6.7 Manual & Documentation</h1>
|
||||
<h1>Node.js v0.6.8 Manual & Documentation</h1>
|
||||
<div id="gtoc">
|
||||
<p><a href="index.html">Index</a> | <a href="all.html">View on single page</a></p>
|
||||
</div>
|
||||
|
@ -29,7 +29,7 @@
|
||||
#define NODE_MAJOR_VERSION 0
|
||||
#define NODE_MINOR_VERSION 6
|
||||
#define NODE_PATCH_VERSION 8
|
||||
#define NODE_VERSION_IS_RELEASE 0
|
||||
#define NODE_VERSION_IS_RELEASE 1
|
||||
|
||||
#ifndef NODE_STRINGIFY
|
||||
#define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)
|
||||
|
Loading…
x
Reference in New Issue
Block a user