Skip to content

Commit 9cc55dc

Browse files
committed
Bump version to v0.7.0
1 parent 716f5bc commit 9cc55dc

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

ChangeLog

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
2012.01.16, Version 0.7.0 (unstable)
2+
3+
* Upgrade V8 to 3.8.6
4+
5+
* Use GYP build system on unix (Ben Noordhuis)
6+
7+
* Experimenetal isolates support (Ben Noordhuis)
8+
9+
* Improvements to Cluster API (Andreas Madsen)
10+
11+
* Use isolates for internal debugger (Fedor Indutny)
12+
13+
* Bug fixes
14+
15+
116
2012.01.06, Version 0.6.7 (stable)
217

318
* V8 hash collision fix (Breaks MIPS) (Bert Belder, Erik Corry)

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.6.7 Manual &amp; Documentation</title>
5+
<title>{{section}}Node.js v0.7.0 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.6.7 Manual &amp; Documentation</h1>
13+
<h1>Node.js v0.7.0 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 0
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)