Skip to content

Commit f711d53

Browse files
committed
bump version
1 parent 6aab6eb commit f711d53

File tree

5 files changed

+37
-5
lines changed

5 files changed

+37
-5
lines changed

AUTHORS

+4
Original file line numberDiff line numberDiff line change
@@ -68,3 +68,7 @@ Brian Hammond <[email protected]>
6868
Mathias Pettersson <[email protected]>
6969
Trevor Blackwell <[email protected]>
7070
Thomas Lee <[email protected]>
71+
72+
Paulo Matias <[email protected]>
73+
Peter Griess <[email protected]>
74+
Jonathan Knezek <[email protected]>

ChangeLog

+29-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,32 @@
1-
2010.04.29, Version 0.1.93
1+
2010.05.06, Version 0.1.94
2+
3+
* Look in /usr/local/lib/node for modules, so that there's a way
4+
to install modules globally (Issac Schlueter)
5+
6+
* SSL improvements (Rhys Jones, Paulo Matias)
7+
8+
* Added c-ares headers for linux-arm (Jonathan Knezek)
9+
10+
* Add symbols to release build
11+
12+
* HTTP upgrade improvements, docs (Micheil Smith)
13+
14+
* HTTP server emits 'clientError' instead of printing message
15+
16+
* Bugfix: Don't emit 'error' twice from http.Client
17+
18+
* Bugfix: Ignore SIGPIPE
19+
20+
* Bugfix: destroy() instead of end() http connection at end of
21+
pipeline
22+
23+
* Bugfix: http.Client may be prematurely released back to the
24+
free pool. (Thomas Lee)
25+
26+
* Upgrade V8 to 2.2.8
27+
28+
29+
2010.04.29, Version 0.1.93, 557ba6bd97bad3afe0f9bd3ac07efac0a39978c1
230

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

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.29
99-
<a href="http://nodejs.org/dist/node-v0.1.93.tar.gz">node-v0.1.93.tar.gz</a>
98+
2010.05.06
99+
<a href="http://nodejs.org/dist/node-v0.1.94.tar.gz">node-v0.1.94.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.93"
10+
VERSION="0.1.94"
1111
APPNAME="node.js"
1212

1313
import js2c

0 commit comments

Comments
 (0)