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-02-03 04:04:47 +0400
committerisaacs <i@izs.me>2012-02-03 04:56:42 +0400
commit051908e023f87894fa68f5b64d0b99a19a7db01e (patch)
tree57304c4aebd2fe40e54392caad122520fc01cb9c /doc/template.html
parent5937d02aed663ca0832f2bad09620ee50579695c (diff)
2012.02.02, Version 0.6.10 (stable)v0.6.10
* Update V8 to 3.6.6.20 * Add npm msysgit bash shim to msi installer (isaacs) * buffers: fix intermittent out of bounds error (Ben Noordhuis) * buffers: honor length argument in base64 decoder (Ben Noordhuis) * windows: Fix path.exists regression (Bert Belder) * Make QueryString.parse run faster (Philip Tellis) * http: avoid freeing http-parser objects too early (koichik) * timers: add v0.4 compatibility hack (Ben Noordhuis) * Proper EPERM error code support (Igor Zinkovsky, Brandon Philips) * dgram: Implement udp multicast methods on windows (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 18a9615066f..1bc10f53dc7 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.9 Manual &amp; Documentation</title>
+ <title>{{section}}Node.js v0.6.10 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.9 Manual &amp; Documentation</h1>
+ <h1>Node.js v0.6.10 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.9/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.10/LICENSE">license</a>.</p>
</div>
<script src="assets/sh_main.js"></script>