Skip to content

Commit 48a2d34

Browse files
committed
2012.03.02 Version 0.6.12 (stable)
* Upgrade V8 to 3.6.6.24 * dtrace ustack helper improvements (Dave Pacheco) * API Documentation refactor (isaacs) * #2827 net: fix race write() before and after connect() (koichik) * #2554 #2567 throw if fs args for 'start' or 'end' are strings (AJ ONeal) * punycode: Update to v1.0.0 (Mathias Bynens) * Make a fat binary for the OS X pkg (isaacs) * Fix hang on accessing process.stdin (isaacs) * repl: make tab completion work on non-objects (Nathan Rajlich) * Fix fs.watch on OS X (Ben Noordhuis) * Fix #2515 nested setTimeouts cause premature process exit (Ben Noordhuis) * windows: fix time conversion in stat (Igor Zinkovsky) * windows: fs: handle EOF in read (Brandon Philips) * windows: avoid IOCP short-circuit on non-ifs lsps (Igor Zinkovsky) * Upgrade npm to 1.1.4 (isaacs) - windows fixes - Bundle nested bundleDependencies properly - install: support --save with url install targets - shrinkwrap: behave properly with url-installed modules - support installing uncompressed tars or single file modules from urls etc. - don't run make clean on rebuild - support HTTPS-over-HTTP proxy tunneling
1 parent ef5b0f4 commit 48a2d34

File tree

6 files changed

+54
-14
lines changed

6 files changed

+54
-14
lines changed

ChangeLog

+41-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,44 @@
1-
2012.02.17 Version 0.6.11 (stable)
1+
2012.03.02 Version 0.6.12 (stable)
2+
3+
* Upgrade V8 to 3.6.6.24
4+
5+
* dtrace ustack helper improvements (Dave Pacheco)
6+
7+
* API Documentation refactor (isaacs)
8+
9+
* #2827 net: fix race write() before and after connect() (koichik)
10+
11+
* #2554 #2567 throw if fs args for 'start' or 'end' are strings (AJ ONeal)
12+
13+
* punycode: Update to v1.0.0 (Mathias Bynens)
14+
15+
* Make a fat binary for the OS X pkg (isaacs)
16+
17+
* Fix hang on accessing process.stdin (isaacs)
18+
19+
* repl: make tab completion work on non-objects (Nathan Rajlich)
20+
21+
* Fix fs.watch on OS X (Ben Noordhuis)
22+
23+
* Fix #2515 nested setTimeouts cause premature process exit (Ben Noordhuis)
24+
25+
* windows: fix time conversion in stat (Igor Zinkovsky)
26+
27+
* windows: fs: handle EOF in read (Brandon Philips)
28+
29+
* windows: avoid IOCP short-circuit on non-ifs lsps (Igor Zinkovsky)
30+
31+
* Upgrade npm to 1.1.4 (isaacs)
32+
- windows fixes
33+
- Bundle nested bundleDependencies properly
34+
- install: support --save with url install targets
35+
- shrinkwrap: behave properly with url-installed modules
36+
- support installing uncompressed tars or single file modules from urls etc.
37+
- don't run make clean on rebuild
38+
- support HTTPS-over-HTTP proxy tunneling
39+
40+
41+
2012.02.17 Version 0.6.11 (stable), 1eb1fe32250fc88cb5b0a97cddf3e02be02e3f4a
242

343
* http: allow multiple WebSocket RFC6455 headers (Einar Otto Stangvik)
444

doc/about/index.html

+1-1
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.11/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.12/LICENSE">license</a>.</p>
134134
</div>
135135

136136

doc/community/index.html

+1-1
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.11/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.12/LICENSE">license</a>.</p>
184184
</div>
185185

186186
<script>

doc/index.html

+9-9
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.11</p>
34+
<p class="version">v0.6.12</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="http://nodejs.org/images/download-logo.png" alt="node.js">
8080
<ul id="installers" class="clearfix">
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>
81+
<li><a href="http://nodejs.org/dist/v0.6.12/node-v0.6.12.msi">Windows Installer</a><br>node-v0.6.12.msi</li>
82+
<li><a href="http://nodejs.org/dist/v0.6.12/node-v0.6.12.pkg">Macintosh Installer</a><br>node-v0.6.12.pkg</li>
83+
<li id="source"><a href="http://nodejs.org/dist/v0.6.12/node-v0.6.12.tar.gz">Source Code</a><br>node-v0.6.12.tar.gz</li>
8484
</ul>
8585
<ul id="documentation">
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>
86+
<li><a href="https://raw.github.com/joyent/node/v0.6.12/ChangeLog">Change Log</a></li>
87+
<li><a href="http://nodejs.org/docs/v0.6.12/api/index.html">Documentation</a></li>
88+
<li><a href="http://nodejs.org/dist/v0.6.12">Other release files</a></li>
89+
<li><a href="https://raw.github.com/joyent/node/v0.6.12/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.11/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.12/LICENSE">license</a>.</p>
215215
</div>
216216

217217

doc/logos/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ <h2>Desktop Background</h2>
8282
<li><a href="http://twitter.com/nodejs" class="twitter">@nodejs</a></li>
8383
</ul>
8484

85-
<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>
85+
<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.12/LICENSE">View License</a></p>
8686
</div>
8787

8888
<script>

src/node_version.h

+1-1
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 12
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)