Skip to content

Commit 813b539

Browse files
committed
bump version
1 parent 94f03be commit 813b539

File tree

4 files changed

+25
-2
lines changed

4 files changed

+25
-2
lines changed

ChangeLog

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
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+
120
2009.06.24, Version 0.0.6
221

322
* Load modules via HTTP URLs (Urban Hafner)

website/api.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
NODE(1)
22
=======
33
Ryan Dahl <ry@tinyclouds.org>
4-
Version, 0.1.0, 2009.06.28
4+
Version, 0.1.0, 2009.06.30
55

66

77
== NAME

website/index.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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>

wscript

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ from logging import fatal
77

88
import js2c
99

10-
VERSION='0.0.6'
10+
VERSION='0.1.0'
1111
APPNAME='node'
1212

1313
srcdir = '.'

0 commit comments

Comments
 (0)