Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 311d7de

Browse filesBrowse files
committed
bump version
1 parent 2ad587c commit 311d7de
Copy full SHA for 311d7de

File tree

Expand file treeCollapse file tree

4 files changed

+27
-5
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

4 files changed

+27
-5
lines changed
Open diff view settings
Collapse file

‎ChangeLog‎

Copy file name to clipboardExpand all lines: ChangeLog
+23-1Lines changed: 23 additions & 1 deletion
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.
Collapse file

‎doc/api_header.html‎

Copy file name to clipboardExpand all lines: doc/api_header.html
+1-1Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Collapse file

‎doc/index.html‎

Copy file name to clipboardExpand all lines: doc/index.html
+2-2Lines changed: 2 additions & 2 deletions
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>
Collapse file

‎wscript‎

Copy file name to clipboardExpand all lines: wscript
+1-1Lines changed: 1 addition & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.