File tree Expand file tree Collapse file tree 3 files changed +18
-3
lines changed
Expand file tree Collapse file tree 3 files changed +18
-3
lines changed Original file line number Diff line number Diff line change 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+
1162012.01.06, Version 0.6.7 (stable)
217
318* V8 hash collision fix (Breaks MIPS) (Bert Belder, Erik Corry)
Original file line number Diff line number Diff line change 22< html lang ="en ">
33< head >
44 < meta charset ="utf-8 ">
5- < title > {{section}}Node.js v0.6.7 Manual & Documentation</ title >
5+ < title > {{section}}Node.js v0.7.0 Manual & 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 & Documentation</ h1 >
13+ < h1 > Node.js v0.7.0 Manual & 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 >
Original file line number Diff line number Diff line change 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)
You can’t perform that action at this time.
0 commit comments