diff --git a/ChangeLog b/ChangeLog index feed6413ee9..e14170457ec 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,10 @@ -2009.09.04, Version 0.1.8 +2009.09.05, Version 0.1.9 + + * Bugfix: Compile on Snow Leopard. + + * Bugfix: Malformed URIs raising exceptions. + +2009.09.04, Version 0.1.8, e6d712a937b61567e81b15085edba863be16ba96 * Feature: External modules diff --git a/website/api.txt b/website/api.txt index b877a37e337..ce5ec38bf38 100644 --- a/website/api.txt +++ b/website/api.txt @@ -1,7 +1,7 @@ NODE(1) ======= Ryan Dahl -Version, 0.1.8, 2009.09.04 +Version, 0.1.9, 2009.09.05 == Name diff --git a/website/index.html b/website/index.html index cbdc78a5719..4f6f9e6bad8 100644 --- a/website/index.html +++ b/website/index.html @@ -155,8 +155,8 @@

Download

git repo

- 2009.09.04 - node-0.1.8.tar.gz + 2009.09.05 + node-0.1.9.tar.gz

Build

diff --git a/wscript b/wscript index 36796972263..2c374fd9166 100644 --- a/wscript +++ b/wscript @@ -6,7 +6,7 @@ import sys, os, shutil from os.path import join, dirname, abspath from logging import fatal -VERSION="0.1.8" +VERSION="0.1.9" APPNAME="node.js" import js2c