File tree 3 files changed +17
-6
lines changed
3 files changed +17
-6
lines changed Original file line number Diff line number Diff line change 1
- 2011.01.16, Version 0.3.5 (unstable)
1
+ 2011.01.21, Version 0.3.6 (unstable)
2
+
3
+ * REPL and other improvements on MinGW (Bert Belder)
4
+
5
+ * listen/bind errors should close net.Server
6
+
7
+ * New HTTP and HTTPS client APIs
8
+
9
+ * Upgrade V8 to 3.0.9
10
+
11
+
12
+ 2011.01.16, Version 0.3.5 (unstable), b622bc6305e3c675e0edfcdbaa387d849ad0bba0
2
13
3
14
* Built-in debugger improvements.
4
15
Original file line number Diff line number Diff line change 23
23
< li > < a href ="#about "> About</ a > </ li >
24
24
< li > < a href ="#links "> Links</ a > </ li >
25
25
< li > < a href ="#contributing "> Contributing</ a > </ li >
26
- < li > < a href ="http://nodejs.org/docs/v0.3.5 /api "> v0.3.5 docs</ a > </ li >
26
+ < li > < a href ="http://nodejs.org/docs/v0.3.6 /api "> v0.3.6 docs</ a > </ li >
27
27
< li > < a href ="http://nodejs.org/docs/v0.2.6/api.html "> v0.2.6 docs</ a > </ li >
28
28
</ ol >
29
29
</ div >
@@ -92,9 +92,9 @@ <h2 id="download">Download</h2>
92
92
</ p >
93
93
94
94
< p >
95
- Unstable: 2011.01.16
96
- < a href ="http://nodejs.org/dist/node-v0.3.5 .tar.gz "> node-v0.3.5 .tar.gz</ a >
97
- (< a href ="http://nodejs.org/docs/v0.3.5 /api/index.html "> Documentation</ a > )
95
+ Unstable: 2011.01.21
96
+ < a href ="http://nodejs.org/dist/node-v0.3.6 .tar.gz "> node-v0.3.6 .tar.gz</ a >
97
+ (< a href ="http://nodejs.org/docs/v0.3.6 /api/index.html "> Documentation</ a > )
98
98
</ p >
99
99
100
100
< p > Historical: < a href ="http://nodejs.org/dist "> versions</ a > , < a href ="http://nodejs.org/docs "> docs</ a > </ p >
Original file line number Diff line number Diff line change 7
7
#define NODE_MAJOR_VERSION 0
8
8
#define NODE_MINOR_VERSION 3
9
9
#define NODE_PATCH_VERSION 6
10
- #define NODE_VERSION_IS_RELEASE 0
10
+ #define NODE_VERSION_IS_RELEASE 1
11
11
12
12
#ifndef NODE_STRINGIFY
13
13
#define NODE_STRINGIFY (n ) NODE_STRINGIFY_HELPER(n)
You can’t perform that action at this time.
0 commit comments