Skip to content

Commit 1eb1fe3

Browse files
committed
2012.02.17 Version 0.6.11 (stable)
* 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)
1 parent a2851b6 commit 1eb1fe3

8 files changed

Lines changed: 62 additions & 17 deletions

File tree

AUTHORS

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,3 +261,8 @@ Brandon Benvie <brandon@bbenvie.com>
261261
Nicolas LaCasse <nlacasse@borderstylo.com>
262262
Dan VerWeire <dverweire@gmail.com>
263263
Matthew Fitzsimmons <matt@joyent.com>
264+
Paddy Byers <paddy.byers@gmail.com>
265+
Philip Tellis <philip.tellis@gmail.com>
266+
Christopher Jeffrey <chjjeffrey@gmail.com>
267+
Seth Fitzsimmons <seth@mojodna.net>
268+
Einar Otto Stangvik <einaros@gmail.com>

ChangeLog

Lines changed: 41 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,44 @@
1-
2012.02.02, Version 0.6.10 (stable)
1+
2012.02.17 Version 0.6.11 (stable)
2+
3+
* http: allow multiple WebSocket RFC6455 headers (Einar Otto Stangvik)
4+
5+
* http: allow multiple WWW-Authenticate headers (Ben Noordhuis)
6+
7+
* windows: support unicode argv and environment variables (Bert Belder)
8+
9+
* tls: mitigate session renegotiation attacks (Ben Noordhuis)
10+
11+
* tcp, pipe: don't assert on uv_accept() errors (Ben Noordhuis)
12+
13+
* tls: Allow establishing secure connection on the existing socket (koichik)
14+
15+
* dgram: handle close of dgram socket before DNS lookup completes (Seth Fitzsimmons)
16+
17+
* windows: Support half-duplex pipes (Igor Zinkovsky)
18+
19+
* build: disable omit-frame-pointer on solaris systems (Dave Pacheco)
20+
21+
* debugger: fix --debug-brk (Ben Noordhuis)
22+
23+
* net: fix large file downloads failing (koichik)
24+
25+
* fs: fix ReadStream failure to read from existing fd (Christopher Jeffrey)
26+
27+
* net: destroy socket on DNS error (Stefan Rusu)
28+
29+
* dtrace: add missing translator (Dave Pacheco)
30+
31+
* unix: don't flush tty on switch to raw mode (Ben Noordhuis)
32+
33+
* windows: reset brightness when reverting to default text color (Bert Belder)
34+
35+
* npm: update to 1.1.1
36+
- Update which, fstream, mkdirp, request, and rimraf
37+
- Fix #2123 Set path properly for lifecycle scripts on windows
38+
- Mark the root as seen, so we don't recurse into it. Fixes #1838. (Martin Cooper)
39+
40+
41+
2012.02.02, Version 0.6.10 (stable), 051908e023f87894fa68f5b64d0b99a19a7db01e
242

343
* Update V8 to 3.6.6.20
444

doc/about/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ <h1>Node's goal is to provide an easy way to build scalable
130130
<li><a href="http://twitter.com/nodejs" class="twitter">@nodejs</a></li>
131131
</ul>
132132

133-
<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>
133+
<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>
134134
</div>
135135

136136

doc/community/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ <h2 class="irc">IRC</h2>
180180
<li><a href="http://twitter.com/nodejs" class="twitter">@nodejs</a></li>
181181
</ul>
182182

183-
<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>
183+
<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>
184184
</div>
185185

186186
<script>

doc/index.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
<a href="#download" class="button" id="downloadbutton">Download</a>
3333
<a href="http://nodejs.org/docs/latest/api/index.html" class="button" id="docsbutton">Docs</a>
34-
<p class="version">v0.6.10</p>
34+
<p class="version">v0.6.11</p>
3535
</div>
3636
<div id="quotes" class="clearfix">
3737
<h2>Node.js in the Industry</h2>
@@ -78,15 +78,15 @@ <h2>Node.js in the Industry</h2>
7878
<a href="#" id="download-close">X</a>
7979
<img id="download-logo" src="download-logo.png" alt="node.js">
8080
<ul id="installers" class="clearfix">
81-
<li><a href="http://nodejs.org/dist/v0.6.10/node-v0.6.10.msi">Windows Installer</a><br>node-v0.6.10.msi</li>
82-
<li><a href="http://nodejs.org/dist/v0.6.10/node-v0.6.10.pkg">Macintosh Installer</a><br>node-v0.6.10.pkg</li>
83-
<li id="source"><a href="http://nodejs.org/dist/v0.6.10/node-v0.6.10.tar.gz">Source Code</a><br>node-v0.6.10.tar.gz</li>
81+
<li><a href="http://nodejs.org/dist/v0.6.11/node-v0.6.11.msi">Windows Installer</a><br>node-v0.6.11.msi</li>
82+
<li><a href="http://nodejs.org/dist/v0.6.11/node-v0.6.11.pkg">Macintosh Installer</a><br>node-v0.6.11.pkg</li>
83+
<li id="source"><a href="http://nodejs.org/dist/v0.6.11/node-v0.6.11.tar.gz">Source Code</a><br>node-v0.6.11.tar.gz</li>
8484
</ul>
8585
<ul id="documentation">
86-
<li><a href="https://raw.github.com/joyent/node/v0.6.10/ChangeLog">Change Log</a></li>
87-
<li><a href="http://nodejs.org/docs/v0.6.10/api/index.html">Documentation</a></li>
88-
<li><a href="http://nodejs.org/dist/v0.6.10">Other release files</a></li>
89-
<li><a href="https://raw.github.com/joyent/node/v0.6.10/LICENSE">License</a></li>
86+
<li><a href="https://raw.github.com/joyent/node/v0.6.11/ChangeLog">Change Log</a></li>
87+
<li><a href="http://nodejs.org/docs/v0.6.11/api/index.html">Documentation</a></li>
88+
<li><a href="http://nodejs.org/dist/v0.6.11">Other release files</a></li>
89+
<li><a href="https://raw.github.com/joyent/node/v0.6.11/LICENSE">License</a></li>
9090
<li><a href="https://github.com/joyent/node">Git Repository</a></li>
9191
<li><a href="https://github.com/joyent/node/wiki/Installing-Node.js-via-package-manager">Installing
9292
with a Package Manager</a>
@@ -211,7 +211,7 @@ <h2>Explore Node.js</h2>
211211
<!-- <li><a hrfe="http://twitter.com/nodejs" class="twitter">@nodejs</a></li> -->
212212
</ul>
213213

214-
<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>
214+
<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>
215215
</div>
216216

217217

doc/logos/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ <h2>Desktop Background</h2>
8585
<li><a href="http://twitter.com/nodejs" class="twitter">@nodejs</a></li>
8686
</ul>
8787

88-
<p>Copyright <a href="http://joyent.com">Joyent, Inc</a>., Node.js is a <a href="/trademark-policy.pdf">trademark of Joyent, Inc</a>., <a href="https://raw.github.com/joyent/node/v0.6.10/LICENSE">View License</a></p>
88+
<p>Copyright <a href="http://joyent.com">Joyent, Inc</a>., Node.js is a <a href="/trademark-policy.pdf">trademark of Joyent, Inc</a>., <a href="https://raw.github.com/joyent/node/v0.6.11/LICENSE">View License</a></p>
8989
</div>
9090

9191

doc/template.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<meta charset="utf-8">
5-
<title>{{section}}Node.js v0.6.10 Manual &amp; Documentation</title>
5+
<title>{{section}}Node.js v0.6.11 Manual &amp; Documentation</title>
66
<link rel="stylesheet" href="assets/style.css">
77
<link rel="stylesheet" href="assets/sh.css">
88
<link rel="canonical" href="http://nodejs.org/docs/latest/api/{{filename}}.html">
@@ -31,7 +31,7 @@
3131

3232
<div id="column1" class="interior">
3333
<header>
34-
<h1>Node.js v0.6.10 Manual &amp; Documentation</h1>
34+
<h1>Node.js v0.6.11 Manual &amp; Documentation</h1>
3535
<div id="gtoc">
3636
<p><a href="index.html" name="toc">Index</a> | <a href="all.html">View on single page</a></p>
3737
</div>
@@ -54,7 +54,7 @@ <h1>Node.js v0.6.10 Manual &amp; Documentation</h1>
5454
<li><a href="http://twitter.com/nodejs" class="twitter">@nodejs</a></li>
5555
</ul>
5656

57-
<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>
57+
<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>
5858
</div>
5959

6060
<script src="assets/sh_main.js"></script>

src/node_version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
#define NODE_MAJOR_VERSION 0
3030
#define NODE_MINOR_VERSION 6
3131
#define NODE_PATCH_VERSION 11
32-
#define NODE_VERSION_IS_RELEASE 0
32+
#define NODE_VERSION_IS_RELEASE 1
3333

3434
#ifndef NODE_STRINGIFY
3535
#define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)

0 commit comments

Comments
 (0)