Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ry committed Jun 30, 2009
1 parent 94f03be commit 813b539
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 2 deletions.
19 changes: 19 additions & 0 deletions ChangeLog
@@ -1,3 +1,22 @@
2009.06.30, Version 0.1.0

* Update documentation, use asciidoc.

* EventEmitter and Promise interfaces. (Breaks previous API.)

* Remove node.Process constructor in favor of node.createProcess

* Add -m32 flags for compiling on x64 platforms.
(Thanks to Andr�s B�rth�zi)

* Upgrade v8 to 1.2.10 and libev to 3.6

* Bugfix: Timer::RepeatSetter wasn't working.

* Bugfix: Spawning many processes in a loop
(reported by Felix Geisendoerfer)


2009.06.24, Version 0.0.6

* Load modules via HTTP URLs (Urban Hafner)
Expand Down
2 changes: 1 addition & 1 deletion website/api.txt
@@ -1,7 +1,7 @@
NODE(1)
=======
Ryan Dahl <ry@tinyclouds.org>
Version, 0.1.0, 2009.06.28
Version, 0.1.0, 2009.06.30


== NAME
Expand Down
4 changes: 4 additions & 0 deletions website/index.html
Expand Up @@ -155,6 +155,10 @@ <h2 id="download">Download</h2>
<a href="http://github.com/ry/node/tree/master">git repo</a>
</p>
<ul>
<li>
2009.06.30
<a href="http://s3.amazonaws.com/four.livejournal/20090630/node-0.1.0.tar.gz">node-0.1.0.tar.gz</a>
</li>
<li>
2009.06.24
<a href="http://s3.amazonaws.com/four.livejournal/20090624/node-0.0.6.tar.gz">node-0.0.6.tar.gz</a>
Expand Down
2 changes: 1 addition & 1 deletion wscript
Expand Up @@ -7,7 +7,7 @@ from logging import fatal

import js2c

VERSION='0.0.6'
VERSION='0.1.0'
APPNAME='node'

srcdir = '.'
Expand Down

0 comments on commit 813b539

Please sign in to comment.