File tree 4 files changed +25
-2
lines changed 4 files changed +25
-2
lines changed Original file line number Diff line number Diff line change
1
+ 2009.06.30, Version 0.1.0
2
+
3
+ * Update documentation, use asciidoc.
4
+
5
+ * EventEmitter and Promise interfaces. (Breaks previous API.)
6
+
7
+ * Remove node.Process constructor in favor of node.createProcess
8
+
9
+ * Add -m32 flags for compiling on x64 platforms.
10
+ (Thanks to Andr�s B�rth�zi)
11
+
12
+ * Upgrade v8 to 1.2.10 and libev to 3.6
13
+
14
+ * Bugfix: Timer::RepeatSetter wasn't working.
15
+
16
+ * Bugfix: Spawning many processes in a loop
17
+ (reported by Felix Geisendoerfer)
18
+
19
+
1
20
2009.06.24, Version 0.0.6
2
21
3
22
* Load modules via HTTP URLs (Urban Hafner)
Original file line number Diff line number Diff line change 1
1
NODE(1)
2
2
=======
3
3
Ryan Dahl <ry @tinyclouds.org >
4
- Version, 0.1.0, 2009.06.28
4
+ Version, 0.1.0, 2009.06.30
5
5
6
6
7
7
== NAME
Original file line number Diff line number Diff line change @@ -155,6 +155,10 @@ <h2 id="download">Download</h2>
155
155
< a href ="http://github.com/ry/node/tree/master "> git repo</ a >
156
156
</ p >
157
157
< ul >
158
+ < li >
159
+ 2009.06.30
160
+ < a href ="http://s3.amazonaws.com/four.livejournal/20090630/node-0.1.0.tar.gz "> node-0.1.0.tar.gz</ a >
161
+ </ li >
158
162
< li >
159
163
2009.06.24
160
164
< a href ="http://s3.amazonaws.com/four.livejournal/20090624/node-0.0.6.tar.gz "> node-0.0.6.tar.gz</ a >
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ from logging import fatal
7
7
8
8
import js2c
9
9
10
- VERSION = '0.0.6 '
10
+ VERSION = '0.1.0 '
11
11
APPNAME = 'node'
12
12
13
13
srcdir = '.'
You can’t perform that action at this time.
0 commit comments