summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2010-02-03 12:14:51 -0800
committerRyan Dahl <ry@tinyclouds.org>2010-02-03 12:20:27 -0800
commit0cfa789cc530848725a8cb5595224e78ae7b9dd0 (patch)
treee4c2ab2cee57871ec94fc8768bc46d1e7b2da8ae /ChangeLog
parentf3ad63557611b7f6a1bafd412a97c5c6de127162 (diff)
downloadnodejs-0cfa789cc530848725a8cb5595224e78ae7b9dd0.tar.gz
nodejs-0cfa789cc530848725a8cb5595224e78ae7b9dd0.tar.bz2
nodejs-0cfa789cc530848725a8cb5595224e78ae7b9dd0.zip
bump versionv0.1.27
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog36
1 files changed, 35 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index a0ca93387..46318dd4d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,38 @@
-2010.01.20, Version 0.1.26
+2010.02.03, Version 0.1.27
+
+ * Implemented __dirname (Felix Geisendörfer)
+
+ * Downcase process.ARGV, process.ENV, GLOBAL
+ (now process.argv, process.env, global)
+
+ * Bug Fix: Late promise promise callbacks firing
+ (Felix Geisendörfer, Jonas Pfenniger)
+
+ * Make assert.AssertionError instance of Error
+
+ * Removed inline require call for querystring
+ (self@cloudhead.net)
+
+ * Add support for MX, TXT, and SRV records in DNS module.
+ (Blaine Cook)
+
+ * Bugfix: HTTP client automatically reconnecting
+
+ * Adding OS X .dmg build scripts. (Standa Opichal)
+
+ * Bugfix: ObjectWrap memory leak
+
+ * Bugfix: Multipart handle Content-Type headers with charset
+ (Felix Geisendörfer)
+
+ * Upgrade http-parser to fix header overflow attack.
+
+ * Upgrade V8 to 2.1.0
+
+ * Various other bug fixes, performance improvements.
+
+
+2010.01.20, Version 0.1.26, da00413196e432247346d9e587f8c78ce5ceb087
* Bugfix, HTTP eof causing crash (Ben Williamson)