Browse Source

bump version

v0.7.4-release v0.1.9
Ryan 15 years ago
parent
commit
ba6c5e38d5
  1. 8
      ChangeLog
  2. 2
      website/api.txt
  3. 4
      website/index.html
  4. 2
      wscript

8
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

2
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

4
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>

2
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

Loading…
Cancel
Save