Skip to content

Commit 557ba6b

Browse files
committed
bump version
1 parent 301b44d commit 557ba6b

File tree

5 files changed

+26
-5
lines changed

5 files changed

+26
-5
lines changed

AUTHORS

+2
Original file line numberDiff line numberDiff line change
@@ -66,3 +66,5 @@ Carson McDonald <[email protected]>
6666
Julian Lamb <[email protected]>
6767
Brian Hammond <[email protected]>
6868
Mathias Pettersson <[email protected]>
69+
Trevor Blackwell <[email protected]>
70+
Thomas Lee <[email protected]>

ChangeLog

+20-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,23 @@
1-
2010.04.23, Version 0.1.92
1+
2010.04.29, Version 0.1.93
2+
3+
* Fixed no 'end' event on long chunked HTTP messages
4+
http://github.com/ry/node/issues/#issue/77
5+
6+
* Remove legacy modules http_old and tcp_old
7+
8+
* Support DNS MX queries (Jérémy Lal)
9+
10+
* Fix large socket write ([email protected])
11+
12+
* Fix child process exit codes (Felix Geisendörfer)
13+
14+
* Allow callers to disable PHP/Rails style parameter mungeing in
15+
querystring.stringify (Thomas Lee)
16+
17+
* Upgrade V8 to 2.2.6
18+
19+
20+
2010.04.23, Version 0.1.92, caa828a242f39b6158084ef4376355161c14fe34
221

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

doc/api_header.html

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

doc/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@ <h2 id="download">Download</h2>
9595
<a href="http://github.com/ry/node/tree/master">git repo</a>
9696
</p>
9797
<p>
98-
2010.04.23
99-
<a href="http://nodejs.org/dist/node-v0.1.92.tar.gz">node-v0.1.92.tar.gz</a>
98+
2010.04.29
99+
<a href="http://nodejs.org/dist/node-v0.1.93.tar.gz">node-v0.1.93.tar.gz</a>
100100
</p>
101101

102102
<p>Historical: <a href="http://nodejs.org/dist">versions</a>, <a href="http://nodejs.org/docs">docs</a></p>

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.92"
10+
VERSION="0.1.93"
1111
APPNAME="node.js"
1212

1313
import js2c

0 commit comments

Comments
 (0)