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-28 01:33:01 +0400
committerisaacs <i@izs.me>2012-01-28 04:32:19 +0400
commitf19e20d33f57c4d2853aaea7d2724d44f3b0012f (patch)
tree92549b389e93c8e6389e015858d67afed2f76809 /doc/template.html
parent4b6164ab491e48f30286f739a8a0e66587499bfd (diff)
2012.01.27, Version 0.6.9 (stable)v0.6.9
* dgram: Bring back missing functionality for Unix (Dan VerWeire, Roman Shtylman, Ben Noordnuis) - Note: Windows UDP support not yet complete. * http: Fix parser memory leak (koichik) * zlib: Fix #2365 crashes on invalid input (Nicolas LaCasse) * module: fix --debug-brk on symlinked scripts (Fedor Indutny) * Documentation Restyling (Matthew Fitzsimmons) * Update npm to 1.1.0-3 (isaacs) * Windows: fix regression in stat() calls to C:\ (Bert Belder)
Diffstat (limited to 'doc/template.html')
-rw-r--r--doc/template.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/template.html b/doc/template.html
index 7319cb4b21e..18a9615066f 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.8 Manual &amp; Documentation</title>
+ <title>{{section}}Node.js v0.6.9 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">
@@ -31,7 +31,7 @@
<div id="column1" class="interior">
<header>
- <h1>Node.js v0.6.8 Manual &amp; Documentation</h1>
+ <h1>Node.js v0.6.9 Manual &amp; 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.6.8/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.6.9/LICENSE">license</a>.</p>
</div>
<script src="assets/sh_main.js"></script>