Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ry committed Apr 15, 2010
1 parent 2ad587c commit 311d7de
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 5 deletions.
24 changes: 23 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,4 +1,26 @@
2010.04.09, Version 0.1.90
2010.04.15, Version 0.1.91

* Add incoming.httpVersion

* Object.prototype problem with C-Ares binding

* REPL can be run from multiple different streams. (Matt Ranney)

* After V8 heap is compact, don't use a timer every 2 seconds.

* Improve nextTick implementation.

* Add primative support for Upgrading HTTP connections.
(See commit log for docs 760bba5)

* Add timeout and maxBuffer options to child_process.exec

* Fix bugs.

* Upgrade V8 to 2.2.3.1


2010.04.09, Version 0.1.90, 07e64d45ffa1856e824c4fa6afd0442ba61d6fd8

* Merge writing of networking system (net2)
- New Buffer object for binary data.
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
Original file line number Diff line number Diff line change
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.09
<a href="http://nodejs.org/dist/node-v0.1.90.tar.gz">node-v0.1.90.tar.gz</a>
2010.04.15
<a href="http://nodejs.org/dist/node-v0.1.91.tar.gz">node-v0.1.91.tar.gz</a>
</p>

<h2 id="build">Build</h2>
Expand Down
2 changes: 1 addition & 1 deletion wscript
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ from os.path import join, dirname, abspath
from logging import fatal

cwd = os.getcwd()
VERSION="0.1.90"
VERSION="0.1.91"
APPNAME="node.js"

import js2c
Expand Down

0 comments on commit 311d7de

Please sign in to comment.