File tree 4 files changed +24
-6
lines changed
4 files changed +24
-6
lines changed Original file line number Diff line number Diff line change @@ -151,3 +151,5 @@ Devin Torres <devin@devintorres.com>
151
151
Theo Schlossnagle <jesus@omniti.com>
152
152
Kai Chen <kaichenxyz@gmail.com>
153
153
Daniel C <333222@gmail.com>
154
+ Mihai Călin Bazon <mihai@bazon.net>
155
+
Original file line number Diff line number Diff line change 1
- 2011.01.02, Version 0.3.3 (unstable)
1
+ 2011.01.08, Version 0.3.4 (unstable)
2
+
3
+ * Primordal mingw build (Bert Belder)
4
+
5
+ * HTTPS server
6
+
7
+ * Built in debugger 'node debug script.js'
8
+
9
+ * realpath files during module load (Mihai Călin Bazon)
10
+
11
+ * Rename net.Stream to net.Socket (existing name will continue to be
12
+ supported)
13
+
14
+ * Fix process.platform
15
+
16
+
17
+ 2011.01.02, Version 0.3.3 (unstable), 57544ba1c54c7d0da890317deeb73076350c5647
2
18
3
19
* TLS improvements.
4
20
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.3 /api "> v0.3.3 docs</ a > </ li >
26
+ < li > < a href ="http://nodejs.org/docs/v0.3.4 /api "> v0.3.4 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.02
96
- < a href ="http://nodejs.org/dist/node-v0.3.3 .tar.gz "> node-v0.3.3 .tar.gz</ a >
97
- (< a href ="http://nodejs.org/docs/v0.3.3 /api/index.html "> Documentation</ a > )
95
+ Unstable: 2011.01.08
96
+ < a href ="http://nodejs.org/dist/node-v0.3.4 .tar.gz "> node-v0.3.4 .tar.gz</ a >
97
+ (< a href ="http://nodejs.org/docs/v0.3.4 /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 4
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