Skip to content

Commit 311d7de

Browse files
committed
bump version
1 parent 2ad587c commit 311d7de

File tree

4 files changed

+27
-5
lines changed

4 files changed

+27
-5
lines changed

ChangeLog

+23-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,26 @@
1-
2010.04.09, Version 0.1.90
1+
2010.04.15, Version 0.1.91
2+
3+
* Add incoming.httpVersion
4+
5+
* Object.prototype problem with C-Ares binding
6+
7+
* REPL can be run from multiple different streams. (Matt Ranney)
8+
9+
* After V8 heap is compact, don't use a timer every 2 seconds.
10+
11+
* Improve nextTick implementation.
12+
13+
* Add primative support for Upgrading HTTP connections.
14+
(See commit log for docs 760bba5)
15+
16+
* Add timeout and maxBuffer options to child_process.exec
17+
18+
* Fix bugs.
19+
20+
* Upgrade V8 to 2.2.3.1
21+
22+
23+
2010.04.09, Version 0.1.90, 07e64d45ffa1856e824c4fa6afd0442ba61d6fd8
224

325
* Merge writing of networking system (net2)
426
- New Buffer object for binary data.

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.09
99-
<a href="http://nodejs.org/dist/node-v0.1.90.tar.gz">node-v0.1.90.tar.gz</a>
98+
2010.04.15
99+
<a href="http://nodejs.org/dist/node-v0.1.91.tar.gz">node-v0.1.91.tar.gz</a>
100100
</p>
101101

102102
<h2 id="build">Build</h2>

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

1313
import js2c

0 commit comments

Comments
 (0)