Skip to content

Commit a743547

Browse files
committedJan 24, 2012
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)
1 parent 40879f3 commit a743547

File tree

5 files changed

+32
-13
lines changed

5 files changed

+32
-13
lines changed
 

‎ChangeLog

+21-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,23 @@
1-
2012.01.16, Version 0.7.0 (unstable)
1+
2012.01.23, Version 0.7.1 (unstable)
2+
3+
* Update V8 to 3.8.8
4+
5+
* Install node-waf by default (Fedor Indutny)
6+
7+
* crypto: Add ability to turn off PKCS padding (Ingmar Runge)
8+
9+
* v8: implement VirtualMemory class on SunOS (Ben Noordhuis)
10+
11+
* Add cluster.setupMaster (Andreas Madsen)
12+
13+
* move `path.exists*` to `fs.exists*` (Maciej Małecki)
14+
15+
* typed arrays: set class name (Ben Noordhuis)
16+
17+
* libuv bug fixes (Igor Zinkovsky, Ben Noordhuis, Dan VerWeire)
18+
19+
20+
2012.01.16, Version 0.7.0 (unstable), 9cc55dca6f67a6096c858b841c677b0593404321
221

322
* Upgrade V8 to 3.8.6
423

@@ -13,7 +32,7 @@
1332
* Bug fixes
1433

1534

16-
2012.01.19, Version 0.6.8 (stable)
35+
2012.01.19, Version 0.6.8 (stable), d18cebaf8a7ac701dabd71a3aa4eb0571db6a645
1736

1837
* Update V8 to 3.6.6.19
1938

‎doc/index.html

+7-7
Original file line numberDiff line numberDiff line change
@@ -77,15 +77,15 @@ <h2>Node.js in the Industry</h2>
7777
<a href="#" id="download-close">X</a>
7878
<img id="download-logo" src="download-logo.png" alt="node.js">
7979
<ul id="installers" class="clearfix">
80-
<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>
81-
<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>
82-
<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>
80+
<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>
81+
<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>
82+
<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>
8383
</ul>
8484
<ul id="documentation">
85-
<li><a href="https://raw.github.com/joyent/node/v0.6.8/ChangeLog">Change Log</a></li>
86-
<li><a href="http://nodejs.org/docs/v0.6.8/api/index.html">Documentation</a></li>
87-
<li><a href="http://nodejs.org/dist/v0.6.8">Other release files</a></li>
88-
<li><a href="https://raw.github.com/joyent/node/v0.6.8/LICENSE">License</a></li>
85+
<li><a href="https://raw.github.com/joyent/node/v0.7.1/ChangeLog">Change Log</a></li>
86+
<li><a href="http://nodejs.org/docs/v0.7.1/api/index.html">Documentation</a></li>
87+
<li><a href="http://nodejs.org/dist/v0.7.1">Other release files</a></li>
88+
<li><a href="https://raw.github.com/joyent/node/v0.7.1/LICENSE">License</a></li>
8989
<li><a href="https://github.com/joyent/node">Git Repository</a></li>
9090
<li><a href="https://github.com/joyent/node/wiki/Installing-Node.js-via-package-manager">Installing
9191
with a Package Manager</a>

‎doc/logos/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ <h2>Desktop Background</h2>
6060
</div>
6161
</div>
6262
<div id="footer">
63-
<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>
63+
<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>
6464
</div>
6565

6666

‎doc/template.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
<html lang="en">
33
<head>
44
<meta charset="utf-8">
5-
<title>{{section}}Node.js v0.7.0 Manual &amp; Documentation</title>
5+
<title>{{section}}Node.js v0.7.1 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">
99
</head>
1010
<body>
1111
<div id="container">
1212
<header>
13-
<h1>Node.js v0.7.0 Manual &amp; Documentation</h1>
13+
<h1>Node.js v0.7.1 Manual &amp; Documentation</h1>
1414
<div id="gtoc">
1515
<p><a href="index.html">Index</a> | <a href="all.html">View on single page</a></p>
1616
</div>

‎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 7
3131
#define NODE_PATCH_VERSION 1
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)