File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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+
1202009.06.24, Version 0.0.6
221
322 * Load modules via HTTP URLs (Urban Hafner)
Original file line number Diff line number Diff line change 11NODE(1)
22=======
33Ryan Dahl <ry @tinyclouds.org >
4- Version, 0.1.0, 2009.06.28
4+ Version, 0.1.0, 2009.06.30
55
66
77== NAME
Original file line number Diff line number Diff line change @@ -155,6 +155,10 @@ <h2 id="download">Download</h2>
155155 < a href ="http://github.com/ry/node/tree/master "> git repo</ a >
156156 </ p >
157157 < 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 >
158162 < li >
159163 2009.06.24
160164 < 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
77
88import js2c
99
10- VERSION = '0.0.6 '
10+ VERSION = '0.1.0 '
1111APPNAME = 'node'
1212
1313srcdir = '.'
You can’t perform that action at this time.
0 commit comments