Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2012-01-20 05:23:56 +0400
committerisaacs <i@izs.me>2012-01-20 06:29:43 +0400
commitd18cebaf8a7ac701dabd71a3aa4eb0571db6a645 (patch)
tree925b292c802809c1cb233ac32a8ee43070cea154 /doc/template.html
parent4afc46d7bcbb1caec986ddba642c943d79b83105 (diff)
2012.01.19, Version 0.6.8 (stable)v0.6.8
* 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
Diffstat (limited to 'doc/template.html')
-rw-r--r--doc/template.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/template.html b/doc/template.html
index 4eae50ea79e..52b0d26df62 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.6.7 Manual &amp; Documentation</title>
+ <title>{{section}}Node.js v0.6.8 Manual &amp; 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 &amp; Documentation</h1>
+ <h1>Node.js v0.6.8 Manual &amp; Documentation</h1>
<div id="gtoc">
<p><a href="index.html">Index</a> | <a href="all.html">View on single page</a></p>
</div>