Skip to content

Commit 07e64d4

Browse files
committed
bump version
1 parent 54f0234 commit 07e64d4

File tree

3 files changed

+25
-4
lines changed

3 files changed

+25
-4
lines changed

ChangeLog

+22-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,25 @@
1-
2010.03.19, Version 0.1.33
1+
2010.04.09, Version 0.1.90
2+
3+
* Merge writing of networking system (net2)
4+
- New Buffer object for binary data.
5+
- Support UNIX sockets, Pipes
6+
- Uniform stream API
7+
- Currently no SSL
8+
- Legacy modules can be accessed at 'http_old' and 'tcp_old'
9+
10+
* Replace udns with c-ares. (Krishna Rajendran)
11+
12+
* New documentation system using Markdown and Ronn
13+
(Tim Caswell, Micheil Smith)
14+
15+
* Better idle-time GC
16+
17+
* Countless small bug fixes.
18+
19+
* Upgrade V8 to 2.2.X, WAF 1.5.15
20+
21+
22+
2010.03.19, Version 0.1.33, 618296ef571e873976f608d91a3d6b9e65fe8284
223

324
* Include lib/ directory in node executable. Compile on demand.
425

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.03.19
99-
<a href="http://nodejs.org/dist/node-v0.1.33.tar.gz">node-v0.1.33.tar.gz</a>
98+
2010.04.09
99+
<a href="http://nodejs.org/dist/node-v0.1.90.tar.gz">node-v0.1.90.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.33"
10+
VERSION="0.1.90"
1111
APPNAME="node.js"
1212

1313
import js2c

0 commit comments

Comments
 (0)