From 12bb0d46ce761e3d00a27170e63b40408c15b558 Mon Sep 17 00:00:00 2001 From: Ryan Date: Fri, 11 Sep 2009 21:06:50 +0200 Subject: bump version --- ChangeLog | 23 ++++++++++++++++++++++- doc/api.html | 8 ++++---- doc/api.txt | 2 +- doc/index.html | 4 ++-- wscript | 2 +- 5 files changed, 30 insertions(+), 9 deletions(-) diff --git a/ChangeLog b/ChangeLog index e14170457ec..a822b137fa2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,25 @@ -2009.09.05, Version 0.1.9 +2009.09.11, Version 0.1.10 + + * Feature: raw string encoding "raws" + + * Feature: access to environ through "ENV" + + * Feature: add isDirectory, isFile, isSocket, ... methods + to stats object. + + * Bugfix: Internally use full paths when loading modules + this fixes a shebang loading problem. + + * Bugfix: Add '--' command line argument for seperating v8 + args from program args. + + * Add man page. + + * Add node-repl + + * Upgrade v8 to 1.3.10 + +2009.09.05, Version 0.1.9, d029764bb32058389ecb31ed54a5d24d2915ad4c * Bugfix: Compile on Snow Leopard. diff --git a/doc/api.html b/doc/api.html index 832a20120d3..c0aada81878 100644 --- a/doc/api.html +++ b/doc/api.html @@ -19,8 +19,8 @@ window.onload = function(){generateToc(2)}

NODE(1)

Ryan Dahl
<ry@tinyclouds.org>
-version 0.1.9, -2009.09.05 +version 0.1.10, +2009.09.11
Table of Contents
@@ -1862,8 +1862,8 @@ init (Handle<Object> target)
diff --git a/doc/api.txt b/doc/api.txt index 81595dcd070..4c5c72d14bf 100644 --- a/doc/api.txt +++ b/doc/api.txt @@ -1,7 +1,7 @@ NODE(1) ======= Ryan Dahl -Version, 0.1.9, 2009.09.05 +Version, 0.1.10, 2009.09.11 == NAME diff --git a/doc/index.html b/doc/index.html index f9759d1c0d5..74595a24f19 100644 --- a/doc/index.html +++ b/doc/index.html @@ -156,8 +156,8 @@ Server running at http://127.0.0.1:8000/ git repo

- 2009.09.05 - node-0.1.9.tar.gz + 2009.09.11 + node-0.1.10.tar.gz

Build

diff --git a/wscript b/wscript index 800b212a795..ffac79a6c47 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.9" +VERSION="0.1.10" APPNAME="node.js" import js2c -- cgit v1.2.3