Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ry committed Nov 28, 2009
1 parent 38e425d commit aa42c67
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 4 deletions.
12 changes: 11 additions & 1 deletion ChangeLog
@@ -1,4 +1,14 @@
2009.11.28, Version 0.1.19
2009.11.28, Version 0.1.20

* Add gnutls version to configure script

* Add V8 heap info to process.memoryUsage()

* process.watchFile callback has 2 arguments with the stat object
(choonkeat@gmail.com)


2009.11.28, Version 0.1.19, 633d6be328708055897b72327b88ac88e158935f

* Feature: Initial TLS support for TCP servers and clients.
(Rhys Jones)
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.19, 2009.11.28
Version, 0.1.20, 2009.11.28


== NAME
Expand Down
3 changes: 2 additions & 1 deletion doc/index.html
Expand Up @@ -98,7 +98,8 @@ <h2 id="download">Download</h2>
</p>
<p>
2009.11.28
<a href="http://s3.amazonaws.com/four.livejournal/20091128/node-v0.1.19.tar.gz">node-v0.1.19.tar.gz</a>
<a
href="http://s3.amazonaws.com/four.livejournal/20091128/node-v0.1.20.tar.gz">node-v0.1.20.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.19"
VERSION="0.1.20"
APPNAME="node.js"

import js2c
Expand Down

0 comments on commit aa42c67

Please sign in to comment.