diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2009-12-06 17:53:52 +0100 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2009-12-06 17:59:37 +0100 |
commit | c6affb64f96a403a14d20035e7fbd6d0ce089db5 (patch) | |
tree | 8cc677edba795cd275793e08bda5e141cb975867 /ChangeLog | |
parent | 34c02357ff8e00c35e493754943f599dba0b0f29 (diff) | |
download | nodejs-c6affb64f96a403a14d20035e7fbd6d0ce089db5.tar.gz nodejs-c6affb64f96a403a14d20035e7fbd6d0ce089db5.tar.bz2 nodejs-c6affb64f96a403a14d20035e7fbd6d0ce089db5.zip |
bump versionv0.1.21
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 19 |
1 files changed, 18 insertions, 1 deletions
@@ -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 |