Skip to content

Commit c6affb6

Browse files
committed
bump version
1 parent 34c0235 commit c6affb6

File tree

4 files changed

+22
-5
lines changed

4 files changed

+22
-5
lines changed

ChangeLog

+18-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,21 @@
1-
2009.11.28, Version 0.1.20
1+
2009.12.06, Version 0.1.21
2+
3+
* Feature: Add HTTP client TLS support (Rhys Jones)
4+
5+
* Bugfix: use --jobs=1 with WAF
6+
7+
* Bugfix: Don't use chunked encoding for 1.0 requests
8+
9+
* Bugfix: Duplicated header weren't handled correctly
10+
11+
* Improve sys.inspect (Xavier Shay)
12+
13+
* Upgrade v8 to 2.0.3
14+
15+
* Use CommonJS assert API (Felix Geisendörfer, Karl Guertin)
16+
17+
18+
2009.11.28, Version 0.1.20, aa42c6790da8ed2cd2b72051c07f6251fe1724d8
219

320
* Add gnutls version to configure script
421

doc/api.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
NODE(1)
22
=======
33
Ryan Dahl <ry@tinyclouds.org>
4-
Version, 0.1.20, 2009.11.28
4+
Version, 0.1.21, 2009.12.06
55

66

77
== NAME

doc/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,9 @@ <h2 id="download">Download</h2>
9797
<a href="http://github.com/ry/node/tree/master">git repo</a>
9898
</p>
9999
<p>
100-
2009.11.28
100+
2009.12.06
101101
<a
102-
href="http://s3.amazonaws.com/four.livejournal/20091128/node-v0.1.20.tar.gz">node-v0.1.20.tar.gz</a>
102+
href="http://s3.amazonaws.com/four.livejournal/20091206/node-v0.1.21.tar.gz">node-v0.1.21.tar.gz</a>
103103
</p>
104104

105105
<h2 id="build">Build</h2>

wscript

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ from os.path import join, dirname, abspath
77
from logging import fatal
88

99
cwd = os.getcwd()
10-
VERSION="0.1.20"
10+
VERSION="0.1.21"
1111
APPNAME="node.js"
1212

1313
import js2c

0 commit comments

Comments
 (0)