Skip to content

Commit aa42c67

Browse files
committed
bump version
1 parent 38e425d commit aa42c67

File tree

4 files changed

+15
-4
lines changed

4 files changed

+15
-4
lines changed

ChangeLog

+11-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
1-
2009.11.28, Version 0.1.19
1+
2009.11.28, Version 0.1.20
2+
3+
* Add gnutls version to configure script
4+
5+
* Add V8 heap info to process.memoryUsage()
6+
7+
* process.watchFile callback has 2 arguments with the stat object
8+
(choonkeat@gmail.com)
9+
10+
11+
2009.11.28, Version 0.1.19, 633d6be328708055897b72327b88ac88e158935f
212

313
* Feature: Initial TLS support for TCP servers and clients.
414
(Rhys Jones)

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.19, 2009.11.28
4+
Version, 0.1.20, 2009.11.28
55

66

77
== NAME

doc/index.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,8 @@ <h2 id="download">Download</h2>
9898
</p>
9999
<p>
100100
2009.11.28
101-
<a href="http://s3.amazonaws.com/four.livejournal/20091128/node-v0.1.19.tar.gz">node-v0.1.19.tar.gz</a>
101+
<a
102+
href="http://s3.amazonaws.com/four.livejournal/20091128/node-v0.1.20.tar.gz">node-v0.1.20.tar.gz</a>
102103
</p>
103104

104105
<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.19"
10+
VERSION="0.1.20"
1111
APPNAME="node.js"
1212

1313
import js2c

0 commit comments

Comments
 (0)