Skip to content

Commit

Permalink
2012.01.23, Version 0.7.1 (unstable)
Browse files Browse the repository at this point in the history
* Update V8 to 3.8.8

* Install node-waf by default (Fedor Indutny)

* crypto: Add ability to turn off PKCS padding (Ingmar Runge)

* v8: implement VirtualMemory class on SunOS (Ben Noordhuis)

* Add cluster.setupMaster (Andreas Madsen)

* move `path.exists*` to `fs.exists*` (Maciej Małecki)

* typed arrays: set class name (Ben Noordhuis)

* libuv bug fixes (Igor Zinkovsky, Ben Noordhuis, Dan VerWeire)
  • Loading branch information
isaacs committed Jan 24, 2012
1 parent 40879f3 commit a743547
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 13 deletions.
23 changes: 21 additions & 2 deletions ChangeLog
@@ -1,4 +1,23 @@
2012.01.16, Version 0.7.0 (unstable)
2012.01.23, Version 0.7.1 (unstable)

* Update V8 to 3.8.8

* Install node-waf by default (Fedor Indutny)

* crypto: Add ability to turn off PKCS padding (Ingmar Runge)

* v8: implement VirtualMemory class on SunOS (Ben Noordhuis)

* Add cluster.setupMaster (Andreas Madsen)

* move `path.exists*` to `fs.exists*` (Maciej Małecki)

* typed arrays: set class name (Ben Noordhuis)

* libuv bug fixes (Igor Zinkovsky, Ben Noordhuis, Dan VerWeire)


2012.01.16, Version 0.7.0 (unstable), 9cc55dca6f67a6096c858b841c677b0593404321

* Upgrade V8 to 3.8.6

Expand All @@ -13,7 +32,7 @@
* Bug fixes


2012.01.19, Version 0.6.8 (stable)
2012.01.19, Version 0.6.8 (stable), d18cebaf8a7ac701dabd71a3aa4eb0571db6a645

* Update V8 to 3.6.6.19

Expand Down
14 changes: 7 additions & 7 deletions doc/index.html
Expand Up @@ -77,15 +77,15 @@ <h2>Node.js in the Industry</h2>
<a href="#" id="download-close">X</a>
<img id="download-logo" src="download-logo.png" alt="node.js">
<ul id="installers" class="clearfix">
<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>
<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>
<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>
<li><a href="http://nodejs.org/dist/v0.7.1/node-v0.7.1.msi">Windows Installer</a><br>node-v0.7.1.msi</li>
<li><a href="http://nodejs.org/dist/v0.7.1/node-v0.7.1.pkg">Macintosh Installer</a><br>node-v0.7.1.pkg</li>
<li id="source"><a href="http://nodejs.org/dist/v0.7.1/node-v0.7.1.tar.gz">Source Code</a><br>node-v0.7.1.tar.gz</li>
</ul>
<ul id="documentation">
<li><a href="https://raw.github.com/joyent/node/v0.6.8/ChangeLog">Change Log</a></li>
<li><a href="http://nodejs.org/docs/v0.6.8/api/index.html">Documentation</a></li>
<li><a href="http://nodejs.org/dist/v0.6.8">Other release files</a></li>
<li><a href="https://raw.github.com/joyent/node/v0.6.8/LICENSE">License</a></li>
<li><a href="https://raw.github.com/joyent/node/v0.7.1/ChangeLog">Change Log</a></li>
<li><a href="http://nodejs.org/docs/v0.7.1/api/index.html">Documentation</a></li>
<li><a href="http://nodejs.org/dist/v0.7.1">Other release files</a></li>
<li><a href="https://raw.github.com/joyent/node/v0.7.1/LICENSE">License</a></li>
<li><a href="https://github.com/joyent/node">Git Repository</a></li>
<li><a href="https://github.com/joyent/node/wiki/Installing-Node.js-via-package-manager">Installing
with a Package Manager</a>
Expand Down
2 changes: 1 addition & 1 deletion doc/logos/index.html
Expand Up @@ -60,7 +60,7 @@ <h2>Desktop Background</h2>
</div>
</div>
<div id="footer">
<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>
<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.7.1/LICENSE">View License</a></p>
</div>


Expand Down
4 changes: 2 additions & 2 deletions doc/template.html
Expand Up @@ -2,15 +2,15 @@
<html lang="en">
<head>
<meta charset="utf-8">
<title>{{section}}Node.js v0.7.0 Manual &amp; Documentation</title>
<title>{{section}}Node.js v0.7.1 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.7.0 Manual &amp; Documentation</h1>
<h1>Node.js v0.7.1 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 7
#define NODE_PATCH_VERSION 1
#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 a743547

Please sign in to comment.