summaryrefslogtreecommitdiff
path: root/doc/template.html
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2011-12-14 16:59:37 -0800
committerisaacs <i@izs.me>2011-12-15 10:55:52 -0800
commit9a059ea69e1f6ebd8899246682d8ca257610b8ab (patch)
treeccc6a0b92d2f855235b202ab8fe325cd5b2bb38f /doc/template.html
parent56f65e3c3e1a3b4958291fa79329bde22d8f2b10 (diff)
downloadnode-new-9a059ea69e1f6ebd8899246682d8ca257610b8ab.tar.gz
2011.12.14, Version 0.6.6 (stable)v0.6.6
* npm update to 1.1.0-beta-4 (Isaac Z. Schlueter) * cli: fix output of --help (Ben Noordhuis) * new website * pause/resume semantics for stdin (Isaac Z. Schlueter) * Travis CI integration (Maciej MaƂecki) * child_process: Fix bug regarding closed stdin (Ben Noordhuis) * Enable upgrades in MSI. (Igor Zinkovsky) * net: Fixes memory leak (Ben Noordhuis) * fs: handle fractional or NaN ReadStream buffer size (Ben Noordhuis) * crypto: fix memory leaks in PBKDF2 error path (Ben Noordhuis)
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 8b8ab48348..60826dcab2 100644
--- a/doc/template.html
+++ b/doc/template.html
@@ -2,7 +2,7 @@
<html>
<head>
<meta charset="UTF-8">
- <title>{{section}}Node.js v0.6.5 Manual &amp; Documentation</title>
+ <title>{{section}}Node.js v0.6.6 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.5 Manual &amp; Documentation</h1>
+ <h1>Node.js v0.6.6 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>