summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2009-12-19 01:24:59 +0100
committerRyan Dahl <ry@tinyclouds.org>2009-12-19 01:24:59 +0100
commita2d809fe902f6c4102dba8f2e3e9551aad137c0f (patch)
treeabde5b0750960e3e998eac4ffac10a05a0c8eed9 /ChangeLog
parenta98afdfb2f05d163b2d4145f2d98c4a7ffd13bfd (diff)
downloadnodejs-a2d809fe902f6c4102dba8f2e3e9551aad137c0f.tar.gz
nodejs-a2d809fe902f6c4102dba8f2e3e9551aad137c0f.tar.bz2
nodejs-a2d809fe902f6c4102dba8f2e3e9551aad137c0f.zip
bump versionv0.1.22
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog30
1 files changed, 29 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 7cba74cab..6c1fbf080 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,32 @@
-2009.12.06, Version 0.1.21
+2009.12.19, Version 0.1.22
+
+ * Bugfix: child modules get wrong id with "index.js" (isaacs)
+
+ * Bugfix: require("../foo") cycles (isaacs)
+
+ * Bugfix: require() should throw error if module does.
+
+ * New URI parser stolen from Narwhal (isaacs)
+
+ * Bugfix: correctly check kqueue and epoll. (Rasmus Andersson)
+
+ * Upgrade WAF to 1.5.10
+
+ * Bugfix: posix.statSync() was crashing
+
+ * Statically define string symbols for performance improvement
+
+ * Bugfix: ARGV[0] weirdness
+
+ * Added superCtor to ctor.super_ instead superCtor.prototype.
+ (Johan Dahlberg)
+
+ * http-parser supports webdav methods
+
+ * API: http.Client.prototype.request() (Christopher Lenz)
+
+
+2009.12.06, Version 0.1.21, c6affb64f96a403a14d20035e7fbd6d0ce089db5
* Feature: Add HTTP client TLS support (Rhys Jones)