Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan <ry@tinyclouds.org>2009-09-05 16:47:56 +0400
committerRyan <ry@tinyclouds.org>2009-09-05 16:47:56 +0400
commitba6c5e38d54de30adfce69a21bafc81c35b07a03 (patch)
treedfcf15209c57306803c1057d27afeb5c005b7a47
parentea29e137b5a9acda27bd9601448639aacfc1cd9e (diff)
bump versionv0.1.9
-rw-r--r--ChangeLog8
-rw-r--r--website/api.txt2
-rw-r--r--website/index.html4
-rw-r--r--wscript2
4 files changed, 11 insertions, 5 deletions
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 <ry@tinyclouds.org>
-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 @@ Server running at http://127.0.0.1:8000/</pre>
<a href="http://github.com/ry/node/tree/master">git repo</a>
</p>
<p>
- 2009.09.04
- <a href="http://s3.amazonaws.com/four.livejournal/20090904/node-0.1.8.tar.gz">node-0.1.8.tar.gz</a>
+ 2009.09.05
+ <a href="http://s3.amazonaws.com/four.livejournal/20090905/node-0.1.9.tar.gz">node-0.1.9.tar.gz</a>
</p>
<h2 id="build">Build</h2>
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