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.3
  • Loading branch information
piscisaureus committed Nov 25, 2011
1 parent 2335c4b commit b159c6d
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 12 deletions.
30 changes: 28 additions & 2 deletions ChangeLog
@@ -1,4 +1,30 @@
2011.11.18, Version 0.6.2 (stable)
2011.11.25, Version 0.6.3 (stable)

* #2083 Land NPM in Node. It is included in packages/installers and installed
on `make install`.

* #2076 Add logos to windows installer.

* #1711 Correctly handle http requests without headers. (Ben Noordhuis,
Felix Geisendörfer)

* TLS: expose more openssl SSL context options and constants. (Ben Noordhuis)

* #2177 Windows: don't kill UDP socket when a packet fails to reach its
destination. (Bert Belder)

* Windows: support paths longer than 260 characters. (Igor Zinkovsky)

* Windows: correctly resolve drive-relative paths. (Bert Belder)

* #2166 Don't leave file descriptor open after lchmod. (Isaac Schlueter)

* #2084 Add OS X .pkg build script to make file.

* #2160 Documentation improvements. (Ben Noordhuis)


2011.11.18, Version 0.6.2 (stable), a4402f0b2e410b19375a1d5c5fb7fe7f66f3c7f8

* doc improvements (Artur Adib, Trevor Burnham, Ryan Emery, Trent Mick)

Expand All @@ -23,7 +49,7 @@
* Upgrade V8 to 3.6.6.8


2011.11.11, Version 0.6.1 (stable)
2011.11.11, Version 0.6.1 (stable), 170f2addb2dd0c625bc4a6d461e89a31ad68b79b

* doc improvements (Eric Lovett, Ben Noordhuis, Scott Anderson, Yoji SHIDARA)

Expand Down
14 changes: 7 additions & 7 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.2/api">v0.6.2 docs</a></li>
<li><a href="http://nodejs.org/docs/v0.6.3/api">v0.6.3 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,14 +105,14 @@ <h2 id="video">Introduction</h2>

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

<p>2011.11.18 v0.6.2
<p>2011.11.25 v0.6.3
<ul class="release">
<li><a href="http://nodejs.org/dist/v0.6.2/node-v0.6.2.tar.gz"><code>node-v0.6.2.tar.gz</code>
<li><a href="http://nodejs.org/dist/v0.6.3/node-v0.6.3.tar.gz"><code>node-v0.6.3.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.2/node-v0.6.2.msi"><code>node-v0.6.2.msi</code> Windows installer</a>
<li><a href="http://nodejs.org/dist/v0.6.2/node-v0.6.2.pkg"><code>node-v0.6.2.pkg</code> Macintosh installer</a>
<li><a href="http://nodejs.org/docs/v0.6.2/api/index.html">Documentation</a>
<li><a href="http://nodejs.org/dist/v0.6.2">Other release files
<li><a href="http://nodejs.org/dist/v0.6.3/node-v0.6.3.msi"><code>node-v0.6.3.msi</code> Windows installer</a>
<li><a href="http://nodejs.org/dist/v0.6.3/node-v0.6.3.pkg"><code>node-v0.6.3.pkg</code> Macintosh installer</a>
<li><a href="http://nodejs.org/docs/v0.6.3/api/index.html">Documentation</a>
<li><a href="http://nodejs.org/dist/v0.6.3">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,7 +2,7 @@
<html>
<head>
<meta charset="UTF-8" />
<title>{{section}}Node.js v0.6.2 Manual &amp; Documentation</title>
<title>{{section}}Node.js v0.6.3 Manual &amp; Documentation</title>
<link type="image/x-icon" rel="icon" href="/favicon.ico" />
<link type="image/x-icon" rel="shortcut icon" href="/favicon.ico" />
<link rel="stylesheet" href="assets/style.css" type="text/css" media="all" />
Expand All @@ -11,7 +11,7 @@
<body>
<div id="container">
<header>
<h1>Node.js v0.6.2 Manual &amp; Documentation</h1>
<h1>Node.js v0.6.3 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 3
#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 b159c6d

Please sign in to comment.