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

Commit

Permalink
Browse files Browse the repository at this point in the history
Bump version to v0.6.5
  • Loading branch information
ry committed Dec 4, 2011
1 parent 60e2666 commit 6cc94db
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 11 deletions.
7 changes: 7 additions & 0 deletions ChangeLog
@@ -1,3 +1,10 @@
2011.12.04, Version 0.6.5 (stable)

* npm workaround Windows antivirus software (isaacs)

* Upgrade V8 to 3.6.6.11


2011.12.02, Version 0.6.4 (stable), 9170077f13e5e5475b23d1d3c2e7f69bfe139727

* doc improvements (Kyle Young, Tim Oxley, Roman Shtylman, Mathias Bynens)
Expand Down
16 changes: 8 additions & 8 deletions doc/index.html
Expand Up @@ -26,7 +26,7 @@
<li><a href="#download">Download</a></li>
<li><a href="https://github.com/joyent/node/wiki/ChangeLog">ChangeLog</a></li>
<li><a href="#about">About</a></li>
<li><a href="http://nodejs.org/docs/v0.6.4/api">v0.6.4 docs</a></li>
<li><a href="http://nodejs.org/docs/v0.6.5/api">v0.6.5 docs</a></li>
<br/>
<li><a href="https://github.com/joyent/node/wiki">Wiki</a></li>
<li><a href="http://blog.nodejs.org/">Blog</a></li>
Expand Down Expand Up @@ -105,15 +105,15 @@ <h2 id="video">Introduction</h2>

<h2 id="download">Download</h2>

<p>2011.12.02 v0.6.4
<p>2011.12.04 v0.6.5
<ul class="release">
<li><a href="http://nodejs.org/dist/v0.6.4/node-v0.6.4.tar.gz"><code>node-v0.6.4.tar.gz</code>
<li><a href="http://nodejs.org/dist/v0.6.5/node-v0.6.5.tar.gz"><code>node-v0.6.5.tar.gz</code>
Source code</a> (<a href="https://github.com/joyent/node/wiki/Installation">build instructions</a>)
<li><a href="http://nodejs.org/dist/v0.6.4/node-v0.6.4.msi"><code>node-v0.6.4.msi</code> Windows installer</a>
<li><a href="http://nodejs.org/dist/v0.6.4/node-v0.6.4.pkg"><code>node-v0.6.4.pkg</code> Macintosh installer</a>
<li><a href="http://nodejs.org/docs/v0.6.4/api/index.html">Documentation</a>
<li><a href="https://raw.github.com/joyent/node/v0.6.4/LICENSE">License</a>
<li><a href="http://nodejs.org/dist/v0.6.4">Other release files
<li><a href="http://nodejs.org/dist/v0.6.5/node-v0.6.5.msi"><code>node-v0.6.5.msi</code> Windows installer</a>
<li><a href="http://nodejs.org/dist/v0.6.5/node-v0.6.5.pkg"><code>node-v0.6.5.pkg</code> Macintosh installer</a>
<li><a href="http://nodejs.org/docs/v0.6.5/api/index.html">Documentation</a>
<li><a href="https://raw.github.com/joyent/node/v0.6.5/LICENSE">License</a>
<li><a href="http://nodejs.org/dist/v0.6.5">Other release files
(like <code>.exe</code> and <code>.pdb</code>)</a>
</ul>

Expand Down
4 changes: 2 additions & 2 deletions doc/template.html
Expand Up @@ -2,15 +2,15 @@
<html>
<head>
<meta charset="UTF-8" />
<title>{{section}}Node.js v0.6.4 Manual &amp; Documentation</title>
<title>{{section}}Node.js v0.6.5 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"/>
</head>
<body>
<div id="container">
<header>
<h1>Node.js v0.6.4 Manual &amp; Documentation</h1>
<h1>Node.js v0.6.5 Manual &amp; Documentation</h1>
<div id="gtoc">
<p><a href="index.html">Index</a> | <a href="all.html">View on single page</a></p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/node_version.h
Expand Up @@ -29,7 +29,7 @@
#define NODE_MAJOR_VERSION 0
#define NODE_MINOR_VERSION 6
#define NODE_PATCH_VERSION 5
#define NODE_VERSION_IS_RELEASE 0
#define NODE_VERSION_IS_RELEASE 1

#ifndef NODE_STRINGIFY
#define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)
Expand Down

0 comments on commit 6cc94db

Please sign in to comment.