Skip to content
This repository was archived by the owner on Apr 22, 2023. It is now read-only.

Commit f19e20d

Browse files
committed
2012.01.27, Version 0.6.9 (stable)
* 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)
1 parent 4b6164a commit f19e20d

File tree

8 files changed

+38
-17
lines changed

8 files changed

+38
-17
lines changed

AUTHORS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,3 +258,6 @@ Michael Bernstein <michaelrbernstein@gmail.com>
258258
Guillermo Rauch <rauchg@gmail.com>
259259
Dan Williams <dan@igniter.com>
260260
Brandon Benvie <brandon@bbenvie.com>
261+
Nicolas LaCasse <nlacasse@borderstylo.com>
262+
Dan VerWeire <dverweire@gmail.com>
263+
Matthew Fitzsimmons <matt@joyent.com>

ChangeLog

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,22 @@
1-
2012.01.19, Version 0.6.8 (stable)
1+
2012.01.27, Version 0.6.9 (stable)
2+
3+
* dgram: Bring back missing functionality for Unix (Dan VerWeire, Roman Shtylman, Ben Noordnuis)
4+
- Note: Windows UDP support not yet complete.
5+
6+
* http: Fix parser memory leak (koichik)
7+
8+
* zlib: Fix #2365 crashes on invalid input (Nicolas LaCasse)
9+
10+
* module: fix --debug-brk on symlinked scripts (Fedor Indutny)
11+
12+
* Documentation Restyling (Matthew Fitzsimmons)
13+
14+
* Update npm to 1.1.0-3 (isaacs)
15+
16+
* Windows: fix regression in stat() calls to C:\ (Bert Belder)
17+
18+
19+
2012.01.19, Version 0.6.8 (stable), d18cebaf8a7ac701dabd71a3aa4eb0571db6a645
220

321
* Update V8 to 3.6.6.19
422

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.8/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.9/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.8/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.9/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.8</p>
34+
<p class="version">v0.6.9</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.8/node-v0.6.8.msi">Windows Installer</a><br>node-v0.6.8.msi</li>
82-
<li><a href="http://nodejs.org/dist/v0.6.8/node-v0.6.8.pkg">Macintosh Installer</a><br>node-v0.6.8.pkg</li>
83-
<li id="source"><a href="http://nodejs.org/dist/v0.6.8/node-v0.6.8.tar.gz">Source Code</a><br>node-v0.6.8.tar.gz</li>
81+
<li><a href="http://nodejs.org/dist/v0.6.9/node-v0.6.9.msi">Windows Installer</a><br>node-v0.6.9.msi</li>
82+
<li><a href="http://nodejs.org/dist/v0.6.9/node-v0.6.9.pkg">Macintosh Installer</a><br>node-v0.6.9.pkg</li>
83+
<li id="source"><a href="http://nodejs.org/dist/v0.6.9/node-v0.6.9.tar.gz">Source Code</a><br>node-v0.6.9.tar.gz</li>
8484
</ul>
8585
<ul id="documentation">
86-
<li><a href="https://raw.github.com/joyent/node/v0.6.8/ChangeLog">Change Log</a></li>
87-
<li><a href="http://nodejs.org/docs/v0.6.8/api/index.html">Documentation</a></li>
88-
<li><a href="http://nodejs.org/dist/v0.6.8">Other release files</a></li>
89-
<li><a href="https://raw.github.com/joyent/node/v0.6.8/LICENSE">License</a></li>
86+
<li><a href="https://raw.github.com/joyent/node/v0.6.9/ChangeLog">Change Log</a></li>
87+
<li><a href="http://nodejs.org/docs/v0.6.9/api/index.html">Documentation</a></li>
88+
<li><a href="http://nodejs.org/dist/v0.6.9">Other release files</a></li>
89+
<li><a href="https://raw.github.com/joyent/node/v0.6.9/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.8/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.9/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.8/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.9/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.8 Manual &amp; Documentation</title>
5+
<title>{{section}}Node.js v0.6.9 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.8 Manual &amp; Documentation</h1>
34+
<h1>Node.js v0.6.9 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.8 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.8/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.9/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 9
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)