Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ry committed Apr 30, 2010
1 parent 301b44d commit 557ba6b
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 5 deletions.
2 changes: 2 additions & 0 deletions AUTHORS
Expand Up @@ -66,3 +66,5 @@ Carson McDonald <carson@ioncannon.net>
Julian Lamb <thepurlieu@gmail.com>
Brian Hammond <brian@fictorial.com>
Mathias Pettersson <mape@mape.me>
Trevor Blackwell <tlb@tlb.org>
Thomas Lee <tom@tom-debian.sensis.com.au>
21 changes: 20 additions & 1 deletion ChangeLog
@@ -1,4 +1,23 @@
2010.04.23, Version 0.1.92
2010.04.29, Version 0.1.93

* Fixed no 'end' event on long chunked HTTP messages
http://github.com/ry/node/issues/#issue/77

* Remove legacy modules http_old and tcp_old

* Support DNS MX queries (Jérémy Lal)

* Fix large socket write (tlb@tlb.org)

* Fix child process exit codes (Felix Geisendörfer)

* Allow callers to disable PHP/Rails style parameter mungeing in
querystring.stringify (Thomas Lee)

* Upgrade V8 to 2.2.6


2010.04.23, Version 0.1.92, caa828a242f39b6158084ef4376355161c14fe34

* OpenSSL support. Still undocumented (see tests). (Rhys Jones)

Expand Down
2 changes: 1 addition & 1 deletion doc/api_header.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions doc/index.html
Expand Up @@ -95,8 +95,8 @@ <h2 id="download">Download</h2>
<a href="http://github.com/ry/node/tree/master">git repo</a>
</p>
<p>
2010.04.23
<a href="http://nodejs.org/dist/node-v0.1.92.tar.gz">node-v0.1.92.tar.gz</a>
2010.04.29
<a href="http://nodejs.org/dist/node-v0.1.93.tar.gz">node-v0.1.93.tar.gz</a>
</p>

<p>Historical: <a href="http://nodejs.org/dist">versions</a>, <a href="http://nodejs.org/docs">docs</a></p>
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.92"
VERSION="0.1.93"
APPNAME="node.js"

import js2c
Expand Down

0 comments on commit 557ba6b

Please sign in to comment.