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 Dahl <ry@tinyclouds.org>2009-12-06 19:53:52 +0300
committerRyan Dahl <ry@tinyclouds.org>2009-12-06 19:59:37 +0300
commitc6affb64f96a403a14d20035e7fbd6d0ce089db5 (patch)
tree8cc677edba795cd275793e08bda5e141cb975867 /ChangeLog
parent34c02357ff8e00c35e493754943f599dba0b0f29 (diff)
bump versionv0.1.21
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog19
1 files changed, 18 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index f8ef50f478d..7cba74cab1c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,21 @@
-2009.11.28, Version 0.1.20
+2009.12.06, Version 0.1.21
+
+ * Feature: Add HTTP client TLS support (Rhys Jones)
+
+ * Bugfix: use --jobs=1 with WAF
+
+ * Bugfix: Don't use chunked encoding for 1.0 requests
+
+ * Bugfix: Duplicated header weren't handled correctly
+
+ * Improve sys.inspect (Xavier Shay)
+
+ * Upgrade v8 to 2.0.3
+
+ * Use CommonJS assert API (Felix Geisendörfer, Karl Guertin)
+
+
+2009.11.28, Version 0.1.20, aa42c6790da8ed2cd2b72051c07f6251fe1724d8
* Add gnutls version to configure script