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-11 23:06:50 +0400
committerRyan <ry@tinyclouds.org>2009-09-11 23:06:50 +0400
commit12bb0d46ce761e3d00a27170e63b40408c15b558 (patch)
treef6b8ddc62724f5ef2d8db2588f89818eaa080552 /ChangeLog
parent5629fd574a01f2d932409b4008593cbf7d77fa74 (diff)
bump versionv0.1.10
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog23
1 files changed, 22 insertions, 1 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.