From: Ryan Date: Tue, 30 Jun 2009 13:18:05 +0000 (+0200) Subject: bump version X-Git-Tag: v0.1.0^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=813b53938b40484f63e7324c030e33711f26a149;p=platform%2Fupstream%2Fnodejs.git bump version --- diff --git a/ChangeLog b/ChangeLog index f243649..dfb550b 100644 --- a/ChangeLog +++ b/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) diff --git a/website/api.txt b/website/api.txt index 2849ef2..91a5277 100644 --- a/website/api.txt +++ b/website/api.txt @@ -1,7 +1,7 @@ NODE(1) ======= Ryan Dahl -Version, 0.1.0, 2009.06.28 +Version, 0.1.0, 2009.06.30 == NAME diff --git a/website/index.html b/website/index.html index 765809e..965da7a 100644 --- a/website/index.html +++ b/website/index.html @@ -156,6 +156,10 @@ Server running at http://127.0.0.1:8000/