File tree 3 files changed +18
-3
lines changed
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
+
1
16
2012.01.06, Version 0.6.7 (stable)
2
17
3
18
* V8 hash collision fix (Breaks MIPS) (Bert Belder, Erik Corry)
Original file line number Diff line number Diff line change 2
2
< html lang ="en ">
3
3
< head >
4
4
< 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 >
6
6
< link rel ="stylesheet " href ="assets/style.css ">
7
7
< link rel ="stylesheet " href ="assets/sh.css ">
8
8
< link rel ="canonical " href ="http://nodejs.org/docs/latest/api/{{filename}}.html ">
9
9
</ head >
10
10
< body >
11
11
< div id ="container ">
12
12
< header >
13
- < h1 > Node.js v0.6.7 Manual & Documentation</ h1 >
13
+ < h1 > Node.js v0.7.0 Manual & Documentation</ h1 >
14
14
< div id ="gtoc ">
15
15
< p > < a href ="index.html "> Index</ a > | < a href ="all.html "> View on single page</ a > </ p >
16
16
</ div >
Original file line number Diff line number Diff line change 29
29
#define NODE_MAJOR_VERSION 0
30
30
#define NODE_MINOR_VERSION 7
31
31
#define NODE_PATCH_VERSION 0
32
- #define NODE_VERSION_IS_RELEASE 0
32
+ #define NODE_VERSION_IS_RELEASE 1
33
33
34
34
#ifndef NODE_STRINGIFY
35
35
#define NODE_STRINGIFY (n ) NODE_STRINGIFY_HELPER(n)
You can’t perform that action at this time.
0 commit comments