diff options
author | isaacs <i@izs.me> | 2012-02-16 16:04:34 -0800 |
---|---|---|
committer | isaacs <i@izs.me> | 2012-02-17 12:39:45 -0800 |
commit | 1eb1fe32250fc88cb5b0a97cddf3e02be02e3f4a (patch) | |
tree | 221cb879817eaa69f61777bd814f76fbeaf3dff5 /doc/template.html | |
parent | a2851b62345c59ab5d41d8e3d0da1bad8a9c59d3 (diff) | |
download | node-1eb1fe32250fc88cb5b0a97cddf3e02be02e3f4a.tar.gz |
2012.02.17 Version 0.6.11 (stable)v0.6.11
* http: allow multiple WebSocket RFC6455 headers (Einar Otto Stangvik)
* http: allow multiple WWW-Authenticate headers (Ben Noordhuis)
* windows: support unicode argv and environment variables (Bert Belder)
* tls: mitigate session renegotiation attacks (Ben Noordhuis)
* tcp, pipe: don't assert on uv_accept() errors (Ben Noordhuis)
* tls: Allow establishing secure connection on the existing socket (koichik)
* dgram: handle close of dgram socket before DNS lookup completes (Seth Fitzsimmons)
* windows: Support half-duplex pipes (Igor Zinkovsky)
* build: disable omit-frame-pointer on solaris systems (Dave Pacheco)
* debugger: fix --debug-brk (Ben Noordhuis)
* net: fix large file downloads failing (koichik)
* fs: fix ReadStream failure to read from existing fd (Christopher Jeffrey)
* net: destroy socket on DNS error (Stefan Rusu)
* dtrace: add missing translator (Dave Pacheco)
* unix: don't flush tty on switch to raw mode (Ben Noordhuis)
* windows: reset brightness when reverting to default text color (Bert Belder)
* npm: update to 1.1.1
- Update which, fstream, mkdirp, request, and rimraf
- Fix #2123 Set path properly for lifecycle scripts on windows
- Mark the root as seen, so we don't recurse into it. Fixes #1838. (Martin Cooper)
Diffstat (limited to 'doc/template.html')
-rw-r--r-- | doc/template.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/template.html b/doc/template.html index 1bc10f53d..6cdf913d7 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.10 Manual & Documentation</title> + <title>{{section}}Node.js v0.6.11 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"> @@ -31,7 +31,7 @@ <div id="column1" class="interior"> <header> - <h1>Node.js v0.6.10 Manual & Documentation</h1> + <h1>Node.js v0.6.11 Manual & 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.10/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.11/LICENSE">license</a>.</p> </div> <script src="assets/sh_main.js"></script> |