bump version
This commit is contained in:
parent
38e425d9bf
commit
aa42c6790d
12
ChangeLog
12
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.
|
* Feature: Initial TLS support for TCP servers and clients.
|
||||||
(Rhys Jones)
|
(Rhys Jones)
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
NODE(1)
|
NODE(1)
|
||||||
=======
|
=======
|
||||||
Ryan Dahl <ry@tinyclouds.org>
|
Ryan Dahl <ry@tinyclouds.org>
|
||||||
Version, 0.1.19, 2009.11.28
|
Version, 0.1.20, 2009.11.28
|
||||||
|
|
||||||
|
|
||||||
== NAME
|
== NAME
|
||||||
|
@ -98,7 +98,8 @@ server.listen(7000, "localhost");</pre>
|
|||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
2009.11.28
|
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>
|
</p>
|
||||||
|
|
||||||
<h2 id="build">Build</h2>
|
<h2 id="build">Build</h2>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user