From c6affb64f96a403a14d20035e7fbd6d0ce089db5 Mon Sep 17 00:00:00 2001
From: Ryan Dahl
Date: Sun, 6 Dec 2009 17:53:52 +0100
Subject: [PATCH] bump version
---
ChangeLog | 19 ++++++++++++++++++-
doc/api.txt | 2 +-
doc/index.html | 4 ++--
wscript | 2 +-
4 files changed, 22 insertions(+), 5 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index f8ef50f478db26..7cba74cab1c561 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
diff --git a/doc/api.txt b/doc/api.txt
index 7f9e550e362ac2..0be870926c4e4b 100644
--- a/doc/api.txt
+++ b/doc/api.txt
@@ -1,7 +1,7 @@
NODE(1)
=======
Ryan Dahl
-Version, 0.1.20, 2009.11.28
+Version, 0.1.21, 2009.12.06
== NAME
diff --git a/doc/index.html b/doc/index.html
index e72237a18c2ecb..49b9bc58a7b181 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -97,9 +97,9 @@ Download
git repo
- 2009.11.28
+ 2009.12.06
node-v0.1.20.tar.gz
+ href="http://s3.amazonaws.com/four.livejournal/20091206/node-v0.1.21.tar.gz">node-v0.1.21.tar.gz
Build
diff --git a/wscript b/wscript
index 44604a854a8abe..8ac0f9901bee8f 100644
--- a/wscript
+++ b/wscript
@@ -7,7 +7,7 @@ from os.path import join, dirname, abspath
from logging import fatal
cwd = os.getcwd()
-VERSION="0.1.20"
+VERSION="0.1.21"
APPNAME="node.js"
import js2c