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 0cea946 commit 633d6be
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 5 deletions.
29 changes: 28 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,4 +1,31 @@
2009.11.17, Version 0.1.18
2009.11.28, Version 0.1.19

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

* Add options to process.watchFile()

* Add process.umask() (Friedemann Altrock)

* Bugfix: only detach timers when active.

* Bugfix: lib/file.js write(), shouldn't always emit errors or success
(onne@onnlucky.com)

* Bugfix: Memory leak in fs.write
(Reported by onne@onnlucky.com)

* Bugfix: Fix regular expressions detecting outgoing message headers.
(Reported by Elliott Cable)

* Improvements to Multipart parser (Felix Geisendörfer)

* New HTTP parser

* Upgrade v8 to 2.0.2


2009.11.17, Version 0.1.18, 027829d2853a14490e6de9fc5f7094652d045ab8

* Feature: process.watchFile() process.unwatchFile()

Expand Down
2 changes: 1 addition & 1 deletion doc/api.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
NODE(1)
=======
Ryan Dahl <ry@tinyclouds.org>
Version, 0.1.18, 2009.11.17
Version, 0.1.19, 2009.11.28


== NAME
Expand Down
4 changes: 2 additions & 2 deletions doc/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@ <h2 id="download">Download</h2>
<a href="http://github.com/ry/node/tree/master">git repo</a>
</p>
<p>
2009.11.17
<a href="http://s3.amazonaws.com/four.livejournal/20091117/node-v0.1.18.tar.gz">node-v0.1.18.tar.gz</a>
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>
</p>

<h2 id="build">Build</h2>
Expand Down
2 changes: 1 addition & 1 deletion wscript
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ from os.path import join, dirname, abspath
from logging import fatal

cwd = os.getcwd()
VERSION="0.1.18"
VERSION="0.1.19"
APPNAME="node.js"

import js2c
Expand Down

0 comments on commit 633d6be

Please sign in to comment.