Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ry committed Dec 6, 2009
1 parent 34c0235 commit c6affb6
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 5 deletions.
19 changes: 18 additions & 1 deletion 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

Expand Down
2 changes: 1 addition & 1 deletion doc/api.txt
@@ -1,7 +1,7 @@
NODE(1)
=======
Ryan Dahl <ry@tinyclouds.org>
Version, 0.1.20, 2009.11.28
Version, 0.1.21, 2009.12.06


== NAME
Expand Down
4 changes: 2 additions & 2 deletions doc/index.html
Expand Up @@ -97,9 +97,9 @@ <h2 id="download">Download</h2>
<a href="http://github.com/ry/node/tree/master">git repo</a>
</p>
<p>
2009.11.28
2009.12.06
<a
href="http://s3.amazonaws.com/four.livejournal/20091128/node-v0.1.20.tar.gz">node-v0.1.20.tar.gz</a>
href="http://s3.amazonaws.com/four.livejournal/20091206/node-v0.1.21.tar.gz">node-v0.1.21.tar.gz</a>
</p>

<h2 id="build">Build</h2>
Expand Down
2 changes: 1 addition & 1 deletion wscript
Expand Up @@ -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
Expand Down

0 comments on commit c6affb6

Please sign in to comment.